rust/src
2019-07-18 13:42:45 +03:00
..
bootstrap Update mdbook, cargo, books 2019-07-17 12:46:36 -07:00
build_helper
ci Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton 2019-07-16 23:05:06 +00:00
doc Update mdbook, cargo, books 2019-07-17 12:46:36 -07:00
etc
grammar
liballoc
libarena
libcore Auto merge of #61339 - jridgewell:pointer-alignment, r=BurntSushi 2019-07-17 12:13:36 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc resolve: Visit all scopes to collect suggestion candidates for unresolved macros 2019-07-18 13:42:45 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk 2019-07-16 12:19:35 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
librustc_save_analysis
librustc_target Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichton 2019-07-16 19:26:53 +00:00
librustc_traits
librustc_tsan
librustc_typeck
librustdoc
libserialize
libstd Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichton 2019-07-16 19:26:53 +00:00
libsyntax Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_messages_p6, r=eddyb 2019-07-16 11:38:58 -04:00
libsyntax_ext normalize use of backticks in compiler messages for libsyntax_ext 2019-07-15 23:11:29 +02:00
libsyntax_pos resolve: Visit all scopes to collect suggestion candidates for unresolved macros 2019-07-18 13:42:45 +03:00
libterm
libtest Add supporting for vxWorks 2019-07-16 00:13:07 -07:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@f6446fa8e9
rtstartup
rustc
rustllvm
stdarch@b881a2d124
test resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
tools Update mdbook, cargo, books 2019-07-17 12:46:36 -07:00
.gitignore
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 the following READMEs, which are gradually being moved over to the guide: