rust/src
2019-05-04 03:26:52 +02:00
..
bootstrap Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco 2019-05-03 16:25:00 +02:00
build_helper
ci
doc
etc
grammar
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #60478 - euclio:doc-fixes, r=cramertj 2019-05-03 16:25:08 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #60467 - nnethercote:less-symbol-interning, r=davidtwco 2019-05-03 16:25:06 +02:00
librustc_codegen_ssa Auto merge of #59008 - varkor:const-generics-infer, r=eddyb 2019-05-02 04:47:36 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Remove the self.mir field from ConstPropagator 2019-05-02 07:02:34 -04:00
librustc_msan
librustc_passes Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obk 2019-05-03 16:25:02 +02:00
librustc_plugin
librustc_privacy
librustc_resolve Ensure that users cannot use generated arguments. 2019-05-01 15:00:43 +01:00
librustc_save_analysis
librustc_target
librustc_traits Create ShallowResolver 2019-05-01 23:11:20 +01:00
librustc_tsan
librustc_typeck Rollup merge of #60393 - estebank:pat-sugg, r=oli-obk 2019-05-03 16:24:59 +02:00
librustdoc Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMisdreavus 2019-05-03 16:24:54 +02:00
libserialize
libstd Auto merge of #60496 - jethrogb:jb/address-integer-overflow, r=alexcrichton 2019-05-03 19:42:13 +00:00
libsyntax Enforce sorting of accepted and removed features. 2019-05-04 03:26:52 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest Update getopts to 0.2.18 2019-05-02 21:47:14 +01:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #60501 - taiki-e:async-await-mutable-arguments, r=cramertj 2019-05-03 16:25:09 +02:00
tools Rollup merge of #60373 - rasendubi:lang-features-sort-since, r=Centril 2019-05-03 16:24:56 +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: