rust/src
2019-04-24 06:54:14 +08:00
..
bootstrap Deny rust_2018_idioms globally 2019-04-20 13:45:46 +02:00
build_helper
ci
doc
etc
grammar
liballoc Deny rust_2018_idioms in liballoc tests 2019-04-20 16:05:25 +02:00
libarena
libcore Auto merge of #60133 - phansch:deny_rust_2018_idioms, r=Centril 2019-04-22 07:28:20 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Enable migrate mode by default on the 2015 edition 2019-04-21 20:50:02 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Enable migrate mode by default on the 2015 edition 2019-04-21 20:50:02 +01:00
librustc_codegen_llvm Change return type of TyCtxt::is_static to bool 2019-04-21 14:41:51 +03:00
librustc_codegen_ssa Remove mutability from Def::Static 2019-04-21 15:05:55 +03:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
librustc_fs_util
librustc_incremental
librustc_interface Continue evaluating after item-type checking 2019-04-22 11:31:35 -07:00
librustc_lint Change return type of TyCtxt::is_static to bool 2019-04-21 14:41:51 +03:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata AST/HIR: Use Mutability instead of bool in foreign statics 2019-04-21 15:29:58 +03:00
librustc_mir Enable migrate mode by default on the 2015 edition 2019-04-21 20:50:02 +01:00
librustc_msan
librustc_passes Remove mutability from Def::Static 2019-04-21 15:05:55 +03:00
librustc_plugin
librustc_privacy Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
librustc_resolve Remove mutability from Def::Static 2019-04-21 15:05:55 +03:00
librustc_save_analysis Auto merge of #60053 - Xanewok:serde-save-analysis, r=nrc 2019-04-22 01:46:13 +00:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Continue evaluating after item-type checking 2019-04-22 11:31:35 -07:00
librustdoc upgrade rustdoc's pulldown-cmark to 0.4.1 2019-04-22 09:11:26 -04:00
libserialize Allow unused_extern_crates for rustc_libserialize 2019-04-21 10:52:12 +02:00
libstd Add try_reserve to HashSet 2019-04-24 06:54:14 +08:00
libsyntax Enable migrate mode by default on the 2015 edition 2019-04-21 20:50:02 +01:00
libsyntax_ext Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkov 2019-04-18 14:52:45 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc Remove leading newlines 2019-04-22 17:01:33 +01:00
rustllvm Remove the unused LLVMRustIsRustLLVM 2019-04-18 15:28:18 -07:00
stdsimd@45f8450916 Update stdsimd 2019-04-18 14:51:11 +09:00
test Auto merge of #60140 - euclio:pulldown-cmark, r=GuillaumeGomez 2019-04-23 00:44:58 +00:00
tools Add a tidy check for leading trailing newlines 2019-04-22 17:01:33 +01: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: