rust/src
2019-05-10 14:44:43 +09:00
..
bootstrap remove unneeded extern crates from build tools 2019-05-09 12:03:13 -04:00
build_helper
ci ci: bump ubuntu 18.10 images to 19.04 2019-05-09 11:51:01 +02:00
doc
etc
grammar
liballoc
libarena
libcore Rollup merge of #60657 - JohnTitor:stabilize-array, r=SimonSapin 2019-05-09 18:34:58 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins libprofiler_builtins: Set compilation flags more correctly for C code. 2019-05-08 17:02:58 +02:00
librustc Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj 2019-05-09 23:56:18 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver cleanup: Remove DefIndexAddressSpace 2019-05-09 00:46:38 +03:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata cleanup: Remove DefIndexAddressSpace 2019-05-09 00:46:38 +03:00
librustc_mir Rollup merge of #59348 - matthewjasper:cleanup-drop-shims, r=arielb1 2019-05-09 23:56:08 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve cleanup: Remove DefIndexAddressSpace 2019-05-09 00:46:38 +03:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #60188 - estebank:recover-block, r=varkor 2019-05-09 23:56:09 +02:00
librustdoc cleanup: Remove DefIndexAddressSpace 2019-05-09 00:46:38 +03:00
libserialize
libstd Rollup merge of #60675 - cramertj:no-await-macro, r=nikomatsakis,Centril 2019-05-09 23:56:17 +02:00
libsyntax Include expression to wait for to the span of Await 2019-05-10 14:44:43 +09:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #60676 - davidtwco:issue-60674, r=cramertj 2019-05-09 23:56:18 +02:00
tools remove unneeded extern crates from build tools 2019-05-09 12:03:13 -04: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: