rust/src
2019-11-26 13:47:45 +01:00
..
bootstrap
build_helper
ci
doc rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
etc Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michaelwoerister 2019-11-23 07:27:17 +00:00
liballoc Auto merge of #66393 - ssomers:hash_benches, r=dtolnay 2019-11-24 10:52:12 +00:00
libarena
libcore Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnay 2019-11-24 07:37:01 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm
librustc_codegen_ssa make ./x.py bench again 2019-11-23 07:06:27 +01:00
librustc_codegen_utils
librustc_data_structures Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomez 2019-11-23 23:22:38 +01:00
librustc_driver rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
librustc_error_codes Clean up E0075 long explanation 2019-11-26 13:47:45 +01:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
librustc_msan
librustc_parse Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
librustc_passes Add raw address of expressions to the AST and HIR 2019-11-24 18:06:13 +00:00
librustc_plugin_impl rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
librustc_privacy
librustc_resolve Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper 2019-11-25 05:41:27 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
librustdoc Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomez 2019-11-23 23:22:38 +01:00
libserialize
libstd Auto merge of #66393 - ssomers:hash_benches, r=dtolnay 2019-11-24 10:52:12 +00:00
libsyntax Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
libsyntax_expand Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper 2019-11-25 05:41:27 +00:00
libsyntax_ext rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
libsyntax_pos Auto merge of #66671 - matthewjasper:ast-address-of, r=Centril 2019-11-25 01:20:38 +00:00
libterm
libtest
libunwind
llvm-project@de1a7dbf6c
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper 2019-11-25 05:41:27 +00:00
tools Update Clippy 2019-11-23 17:26:34 +01: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.