rust/src
2019-10-22 19:56:41 -04:00
..
bootstrap Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrum 2019-10-22 04:09:28 +00:00
build_helper
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 Add Cow::is_borrowed and Cow::is_owned 2019-10-22 19:56:41 -04:00
libarena
libcore Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obk 2019-10-21 22:00:47 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb 2019-10-21 22:00:53 +02:00
librustc_apfloat
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
librustc_data_structures Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface
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
librustc_metadata
librustc_mir Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddyb 2019-10-21 22:00:53 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #65620 - ryoqun:remove-unneeded-comment, r=varkor 2019-10-21 19:53:02 +09:00
librustc_save_analysis
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
libsyntax_pos Remove many unnecessary trait derivations. 2019-10-21 20:59:18 +11:00
libterm
libtest Remove unneccessary use under cfg(unix) 2019-10-21 09:05:40 +03:00
libunwind
llvm-project@14a3b12307
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.