rust/src
2019-10-22 12:26:32 +01:00
..
bootstrap Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum 2019-10-22 04:09:28 +00:00
build_helper show up some extra info when t!() fails 2019-10-17 17:01:49 +08:00
ci Remove src/llvm-emscripten submodule 2019-10-21 13:05:31 -07:00
doc Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
etc
liballoc Rollup merge of #65505 - RalfJung:rc, r=Centril 2019-10-19 16:00:56 +02:00
libarena Fix clippy warnings 2019-10-01 23:15:47 +09:00
libcore Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk 2019-10-21 22:00:47 +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 Move search_for_adt_without_structural_match to ty/mod 2019-10-22 12:26:32 +01: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 Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum 2019-10-22 04:09:28 +00:00
librustc_codegen_ssa Rename ConstValue::Infer(InferConst::Canonical(..)) to ConstValue::Bound(..) 2019-10-21 20:50:41 +01:00
librustc_codegen_utils Add top level provide/provide_extern to cg_ssa and cg_utils 2019-10-13 14:43:58 +02:00
librustc_data_structures Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
librustc_driver move parse_cfgspecs to rustc_interface 2019-10-19 13:25:46 +02:00
librustc_errors Fix plural mistake in emitter.rs 2019-10-19 18:08:54 +01: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 doc: make BitSet intro more short 2019-10-18 01:16:30 +02:00
librustc_interface move parse_cfgspecs to rustc_interface 2019-10-19 13:25:46 +02:00
librustc_lexer
librustc_lint Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +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 Rollup merge of #65460 - sinkuu:contains_insert, r=varkor 2019-10-21 03:10:54 +09:00
librustc_mir Move search_for_adt_without_structural_match to ty/mod 2019-10-22 12:26:32 +01:00
librustc_msan
librustc_passes move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
librustc_plugin move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
librustc_privacy Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper 2019-10-19 07:10:04 +02:00
librustc_resolve Rollup merge of #65620 - ryoqun:remove-unneeded-comment, r=varkor 2019-10-21 19:53:02 +09:00
librustc_save_analysis save-analysis: Nest tables when processing impl items 2019-10-17 20:48:00 +02:00
librustc_target Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
librustc_traits Rename ConstValue::Infer(InferConst::Canonical(..)) to ConstValue::Bound(..) 2019-10-21 20:50:41 +01:00
librustc_tsan
librustc_typeck Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung 2019-10-21 22:00:45 +02:00
librustdoc Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril 2019-10-21 22:00:50 +02:00
libserialize Remove unnecessary Hash bounds from various types. 2019-10-21 13:48:20 +11:00
libstd Rollup merge of #65663 - Amanieu:typo, r=varkor 2019-10-21 22:00:54 +02:00
libsyntax Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril 2019-10-21 22:00:50 +02:00
libsyntax_expand Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril 2019-10-21 22:00:50 +02:00
libsyntax_ext Avoid ICE when include! is used by stdin crate 2019-10-19 15:06:08 -04:00
libsyntax_pos Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
libterm
libtest Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
libunwind
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 #65660 - varkor:canonical-const-to-bound-const, r=eddyb 2019-10-21 22:00:53 +02:00
tools Remove src/llvm-emscripten submodule 2019-10-21 13:05:31 -07:00
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.

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