rust/src
2019-10-08 23:31:20 +02:00
..
bootstrap
build_helper
ci
doc
etc
liballoc
libarena
libcore Rollup merge of #65046 - sinkuu:cell_reorder, r=shepmaster 2019-10-08 05:02:36 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoerister 2019-10-08 23:31:20 +02:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoerister 2019-10-08 23:31:20 +02:00
librustc_codegen_ssa Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoerister 2019-10-08 23:31:20 +02:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebank 2019-10-08 15:45:28 +02:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoerister 2019-10-08 23:31:20 +02:00
librustc_lexer
librustc_lint
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
librustc_mir
librustc_msan
librustc_passes Add long error explanation for E0567 2019-10-08 13:57:39 +02:00
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
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 #65145 - estebank:turbofish-assoc-fn-call, r=varkor 2019-10-08 15:45:29 +02:00
librustdoc
libserialize
libstd Rollup merge of #65187 - Wind-River:master_before_merge, r=rkruppe 2019-10-08 05:02:44 +02:00
libsyntax Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkov 2019-10-08 23:31:19 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@8473db5f2a
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkov 2019-10-08 23:31:19 +02:00
tools Rollup merge of #64284 - Mark-Simulacrum:include-warn, r=petrochenkov 2019-10-08 23:31:19 +02: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.