rust/src
bors 446e5e57b6 Auto merge of #65399 - Centril:rollup-6lzj0w5, r=Centril
Rollup of 7 pull requests

Successful merges:

 - #65215 (Add long error explanation for E0697)
 - #65292 (Print lifetimes with backticks)
 - #65362 (syntax: consolidate function parsing in item.rs)
 - #65363 (Remove implicit dependencies on syntax::pprust)
 - #65379 (refactor session::config::build_session_options_and_crate_config)
 - #65392 (Move `Nonterminal::to_tokenstream` to parser & don't rely directly on parser in lowering)
 - #65395 (Add some tests for fixed ICEs)

Failed merges:

r? @ghost
2019-10-14 10:00:51 +00:00
..
bootstrap Revert "Auto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum" 2019-10-12 12:00:34 -04:00
build_helper
ci Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
doc Rollup merge of #65039 - HeroicKatora:deny-by-default-book, r=GuillaumeGomez 2019-10-13 13:34:27 +02:00
etc
liballoc Rollup merge of #65373 - kalabukdima:patch-1, r=jonas-schievink 2019-10-13 19:17:17 +02:00
libarena Fix clippy warnings 2019-10-01 23:15:47 +09:00
libcore Rollup merge of #65370 - Cerberuser:patch-1, r=jonas-schievink 2019-10-13 19:17:15 +02:00
libfmt_macros Cleaned up a few doc comments in libfmt_macros. 2019-09-30 01:15:48 +01:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Stabilize mem::take (mem_take) 2019-10-08 18:04:18 -04:00
libprofiler_builtins
librustc Auto merge of #65399 - Centril:rollup-6lzj0w5, r=Centril 2019-10-14 10:00:51 +00:00
librustc_apfloat Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb 2019-10-01 23:06:19 -07:00
librustc_asan
librustc_codegen_llvm some typography 2019-10-12 20:44:05 +02:00
librustc_codegen_ssa Auto merge of #65182 - anp:reify-shim, r=eddyb 2019-10-13 07:32:38 +00:00
librustc_codegen_utils clean up GeneratorSubsts 2019-10-04 20:47:43 +08:00
librustc_data_structures Rebase rustc-rayon on rayon-1.2 2019-10-07 13:20:17 -07:00
librustc_driver refactor session::config::build_session_options_and_crate_config 2019-10-13 18:49:15 +02:00
librustc_errors Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebank 2019-10-08 15:45:28 +02:00
librustc_fs_util
librustc_incremental self-profiling: Add events for everything except trait selection. 2019-10-09 13:40:44 +02:00
librustc_index Fix clippy warnings 2019-10-01 23:15:47 +09:00
librustc_interface lowering: connect to parser via function pointer instead 2019-10-13 23:27:18 +02:00
librustc_lexer
librustc_lint ast: remove implicit pprust dependency via Display. 2019-10-13 06:58:51 +02:00
librustc_llvm
librustc_lsan
librustc_macros Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister 2019-10-08 15:45:32 +02:00
librustc_metadata Auto merge of #65240 - michaelwoerister:sp-review-3, r=Mark-Simulacrum 2019-10-14 01:45:26 +00:00
librustc_mir Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum 2019-10-14 07:36:57 +02:00
librustc_msan
librustc_passes ast: remove implicit pprust dependency via Display. 2019-10-13 06:58:51 +02:00
librustc_plugin Rename Item.node to Item.kind 2019-09-26 18:21:48 +01:00
librustc_privacy Fix/improve some error codes long explanation 2019-10-07 11:15:45 +02:00
librustc_resolve Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum 2019-10-14 07:36:57 +02:00
librustc_save_analysis Rollup merge of #64708 - SimonSapin:option-deref, r=Centril 2019-10-05 21:54:47 -07:00
librustc_target Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton" 2019-10-05 21:38:45 -07:00
librustc_traits Rollup merge of #65181 - nikomatsakis:lazy-norm-anon-const-push-1, r=varkor 2019-10-08 05:02:43 +02:00
librustc_tsan
librustc_typeck Rollup merge of #65295 - estebank:gotta-go-fast, r=nnethercote 2019-10-13 13:34:34 +02:00
librustdoc Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum 2019-10-14 07:36:57 +02:00
libserialize Fix clippy warnings 2019-10-01 23:15:47 +09:00
libstd Rollup merge of #65366 - faern:source-on-intostringerror, r=bluss 2019-10-13 19:17:12 +02:00
libsyntax Rollup merge of #65392 - Centril:nt-to-tt, r=Mark-Simulacrum 2019-10-14 07:36:59 +02:00
libsyntax_ext Rollup merge of #65363 - Centril:less-pprust, r=Mark-Simulacrum 2019-10-14 07:36:57 +02:00
libsyntax_pos Rollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton 2019-10-13 19:17:04 +02:00
libterm
libtest Auto merge of #64873 - popzxc:prettify-test-time, r=wesleywiser 2019-10-12 23:47:27 +00:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@14a3b12307 Update LLVM for Emscripten exception handling support 2019-10-08 13:07:27 -07:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #65395 - JohnTitor:add-tests, r=Centril 2019-10-14 07:37:01 +02:00
tools Auto merge of #65342 - Mark-Simulacrum:revert-rustc-dev, r=pietroalbini 2019-10-13 21:35:39 +00:00
README.md
stage0.txt Switch version to 1.40 2019-09-25 08:20:32 -04:00

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.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.