rust/src
2019-06-19 19:47:52 +02:00
..
bootstrap Auto merge of #58508 - Zoxc:time-crate, r=oli-obk 2019-06-17 09:59:57 +00:00
build_helper
ci Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton 2019-06-15 10:18:09 +00:00
doc
etc
grammar
liballoc Separate liballoc module 2019-06-16 13:08:09 +03:00
libarena Separate libarena::lib module 2019-06-16 13:08:09 +03:00
libcore Rollup merge of #61844 - AaronKutch:master, r=Centril 2019-06-15 17:45:06 +02:00
libfmt_macros Separate libfmt_macros module 2019-06-16 14:17:01 +03:00
libgraphviz Separate libgraphviz module 2019-06-16 13:08:09 +03:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix 2019-06-16 14:58:05 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Remove unnecessary .clone() 2019-06-15 20:46:00 +09:00
librustc_codegen_llvm Auto merge of #61881 - glaubitz:sparc64-ffi-abi, r=petrochenkov 2019-06-16 17:48:24 +00:00
librustc_codegen_ssa Separate librustc_codegen_ssa module 2019-06-16 14:16:55 +03:00
librustc_codegen_utils Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov 2019-06-16 20:33:55 +00:00
librustc_driver
librustc_errors Remove unnecessary .clone() 2019-06-15 20:46:00 +09:00
librustc_fs_util
librustc_incremental Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
librustc_interface Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
librustc_lint Separate librustc_lint module 2019-06-16 14:17:01 +03:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Separate librustc_metadata module 2019-06-16 14:17:01 +03:00
librustc_mir Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix 2019-06-16 09:30:34 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
librustc_resolve Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petrochenkov 2019-06-15 17:45:02 +02:00
librustc_save_analysis
librustc_target Rollup merge of #61844 - AaronKutch:master, r=Centril 2019-06-15 17:45:06 +02:00
librustc_traits Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix 2019-06-16 14:58:05 +00:00
librustc_tsan
librustc_typeck fix indentation 2019-06-19 19:47:52 +02:00
librustdoc Fix tidy 2019-06-16 14:17:21 +03:00
libserialize Separate libserialize module 2019-06-16 14:17:01 +03:00
libstd
libsyntax Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov 2019-06-16 20:33:55 +00:00
libsyntax_ext Separate libsyntax_ext module 2019-06-16 14:17:01 +03:00
libsyntax_pos Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix 2019-06-16 09:30:34 +00:00
libterm
libtest Separate libtest module 2019-06-16 14:17:01 +03:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@788592fb27
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test fix indentation 2019-06-19 19:47:52 +02:00
tools submodules: update clippy from 7b2a7a22 to be5d17fe 2019-06-16 12:40:22 +02: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: