rust/src
David Wood ef10e94993
Correctly handle named lifetimes.
Enhances annotation logic to properly consider named lifetimes where
lifetime elision rules that were previously implemented would not apply.

Further, adds new help and note messages to diagnostics and highlights
only lifetime when dealing with named lifetimes.
2018-09-23 14:18:35 +02:00
..
bootstrap Rollup merge of #54323 - Keruspe:rustc-color, r=Mark-Simulacrum 2018-09-22 09:56:29 +02:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini 2018-09-22 14:26:15 +00:00
etc fix tidy 2018-09-22 21:01:21 +02:00
grammar
jemalloc@1f5a28755e
liballoc address RalfJung's comment 2018-09-22 21:01:21 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore address Mark-Simulacrum comments 2018-09-22 21:01:21 +02:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro Make 'proc_macro::MultiSpan' public. 2018-09-19 19:22:21 -07:00
libprofiler_builtins
librustc Correctly handle named lifetimes. 2018-09-23 14:18:35 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
librustc_codegen_llvm Auto merge of #54325 - michaelwoerister:incr-thinlto-tests, r=alexcrichton 2018-09-23 07:38:17 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Improve handling of type bounds in bit_set.rs. 2018-09-20 08:52:41 +10:00
librustc_driver
librustc_errors Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
librustc_fs_util
librustc_incremental
librustc_lint Rollup merge of #54261 - varkor:dyn-keyword-2018, r=petrochenkov 2018-09-22 09:56:27 +02:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #54265 - arielb1:civilize-proc-macros, r=alexcrichton 2018-09-22 11:56:08 +00:00
librustc_metadata_utils
librustc_mir Correctly handle named lifetimes. 2018-09-23 14:18:35 +02:00
librustc_msan
librustc_passes Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
librustc_save_analysis
librustc_target panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} 2018-09-22 21:01:21 +02:00
librustc_traits Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
librustc_tsan
librustc_typeck Rollup merge of #54295 - ljedrz:cleanups_rustc_traits, r=nikomatsakis 2018-09-20 21:36:27 +08:00
librustdoc Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini 2018-09-22 14:26:15 +00:00
libserialize Improve handling of type bounds in bit_set.rs. 2018-09-20 08:52:41 +10:00
libstd Rollup merge of #54257 - alexcrichton:wasm-math-symbols, r=TimNN 2018-09-20 21:36:21 +08:00
libsyntax Fixed off-by-one span. 2018-09-23 14:18:34 +02:00
libsyntax_ext Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
libsyntax_pos Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik 2018-09-22 09:56:30 +02:00
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Correctly handle named lifetimes. 2018-09-23 14:18:35 +02:00
tools Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
.gitignore
Cargo.lock Update Cargo 2018-09-21 10:23:12 -07:00
Cargo.toml
README.md
stage0.txt

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: