rust/src
2019-03-24 14:41:35 +03:00
..
bootstrap Rollup merge of #59309 - o01eg:verbose-copy-files, r=alexcrichton 2019-03-22 19:31:31 +01:00
build_helper
ci Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton 2019-03-20 17:54:27 +00:00
doc
etc
grammar
liballoc Rollup merge of #59206 - sntdevco:master, r=dtolnay 2019-03-16 22:40:57 +08:00
libarena
libcore Rollup merge of #59190 - greg-kargin:master, r=sanxiyn 2019-03-22 19:31:21 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Remove VariantDef::parent_did 2019-03-24 14:41:35 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
librustc_codegen_llvm Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin 2019-03-16 22:40:23 +08:00
librustc_codegen_ssa Revert the LazyConst PR 2019-03-16 21:04:10 +01:00
librustc_codegen_utils Remove MetadataOnlyCodegenBackend 2019-03-16 10:54:38 +01:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton 2019-03-18 11:28:12 +00:00
librustc_errors Tweak unsupported negative trait bounds message 2019-03-23 13:05:30 -07:00
librustc_fs_util
librustc_incremental Add load_cached query modifier and keep dep node names consistent with query names 2019-03-18 08:20:09 +01:00
librustc_interface Do not track_errors in register_plugins 2019-03-22 20:15:32 -07:00
librustc_lint Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
librustc_llvm
librustc_lsan
librustc_macros Preprocess query modifiers 2019-03-18 14:19:52 +01:00
librustc_metadata Remove VariantDef::parent_did 2019-03-24 14:41:35 +03:00
librustc_mir Remove VariantDef::parent_did 2019-03-24 14:41:35 +03:00
librustc_msan
librustc_passes Remove methods is_struct/is_tuple/is_unit from VariantData 2019-03-24 12:10:16 +03:00
librustc_plugin Refactor away NestedMetaItemKind 2019-03-16 23:14:42 +03:00
librustc_privacy Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
librustc_resolve Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
librustc_save_analysis Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
librustc_target Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichton 2019-03-16 14:56:25 +08:00
librustc_traits Revert the LazyConst PR 2019-03-16 21:04:10 +01:00
librustc_tsan
librustc_typeck Remove VariantDef::parent_did 2019-03-24 14:41:35 +03:00
librustdoc Remove VariantDef::parent_did 2019-03-24 14:41:35 +03:00
libserialize
libstd Auto merge of #59370 - Centril:rollup, r=Centril 2019-03-22 21:00:07 +00:00
libsyntax Remove methods is_struct/is_tuple/is_unit from VariantData 2019-03-24 12:10:16 +03:00
libsyntax_ext Remove methods is_struct/is_tuple/is_unit from VariantData 2019-03-24 12:10:16 +03:00
libsyntax_pos syntax: Introduce Ident::can_be_raw 2019-03-16 23:13:15 +03:00
libtest Move some bench tests back from libtest 2019-03-20 01:22:19 +01:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@4fc9fb8245
rtstartup
rustc
rustllvm
stdsimd@359845eb7c
test Separate variant id and variant constructor id. 2019-03-24 12:10:16 +03:00
tools Rename miri component to miri-preview 2019-03-22 12:39:59 +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: