rust/src
2019-03-25 23:00:59 +01: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 #59328 - koalatux:iter-nth-back, r=scottmcm 2019-03-24 19:00:10 +08:00
libarena
libcore Rollup merge of #59328 - koalatux:iter-nth-back, r=scottmcm 2019-03-24 19:00:10 +08:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Make more lints incremental 2019-03-25 23:00:59 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov 2019-03-25 00:38:15 +00:00
librustc_codegen_llvm Auto merge of #59242 - euclio:asm-ice, r=nagisa 2019-03-25 09:05:00 +00:00
librustc_codegen_ssa
librustc_codegen_utils Merge DefPathData::VariantCtor and DefPathData::StructCtor 2019-03-24 17:59:18 +03:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov 2019-03-24 18:59:42 +08:00
librustc_errors Tweak unsupported negative trait bounds message 2019-03-23 13:05:30 -07:00
librustc_fs_util
librustc_incremental Auto merge of #59256 - petrochenkov:derval2, r=Zoxc 2019-03-25 12:21:46 +00:00
librustc_interface Make some lints incremental 2019-03-25 23:00:34 +01:00
librustc_lint Make more lints incremental 2019-03-25 23:00:59 +01:00
librustc_llvm
librustc_lsan
librustc_macros Preprocess query modifiers 2019-03-18 14:19:52 +01:00
librustc_metadata Re-order fields in Def::Ctor. 2019-03-24 19:16:44 +01:00
librustc_mir Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkov 2019-03-24 21:26:57 +00:00
librustc_msan
librustc_passes Auto merge of #59256 - petrochenkov:derval2, r=Zoxc 2019-03-25 12:21:46 +00:00
librustc_plugin Make meta-item API compatible with LocalInternedString::get soundness fix 2019-03-17 17:04:58 +03:00
librustc_privacy Make some lints incremental 2019-03-25 23:00:34 +01:00
librustc_resolve Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk 2019-03-25 16:34:15 +00:00
librustc_save_analysis Re-order fields in Def::Ctor. 2019-03-24 19:16:44 +01:00
librustc_target
librustc_traits Fix a bug in implied bounds 2019-03-20 20:09:26 +01:00
librustc_tsan
librustc_typeck Auto merge of #59240 - euclio:struct-field-span, r=oli-obk 2019-03-25 05:40:12 +00:00
librustdoc Auto merge of #59256 - petrochenkov:derval2, r=Zoxc 2019-03-25 12:21:46 +00:00
libserialize
libstd Auto merge of #59370 - Centril:rollup, r=Centril 2019-03-22 21:00:07 +00:00
libsyntax Auto merge of #59256 - petrochenkov:derval2, r=Zoxc 2019-03-25 12:21:46 +00:00
libsyntax_ext Auto merge of #59256 - petrochenkov:derval2, r=Zoxc 2019-03-25 12:21:46 +00:00
libsyntax_pos Do not encode gensymed imports in metadata 2019-03-19 22:50:46 +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 Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obk 2019-03-25 16:34:15 +00: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: