rust/src
2019-05-04 23:48:57 +09:00
..
bootstrap Update getopts to 0.2.18 2019-05-02 21:47:14 +01:00
build_helper
ci
doc
etc
grammar
liballoc Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
libarena
libcore Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #59008 - varkor:const-generics-infer, r=eddyb 2019-05-02 04:47:36 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #60195 - varkor:commontypes-to-common, r=eddyb 2019-05-01 09:32:58 +00:00
librustc_codegen_llvm
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 Move metadata writing earlier. 2019-05-01 17:17:13 +10:00
librustc_lint Pull out some functors for readability 2019-04-30 23:37:38 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb 2019-05-01 08:29:09 +02:00
librustc_mir Auto merge of #59008 - varkor:const-generics-infer, r=eddyb 2019-05-02 04:47:36 +00:00
librustc_msan
librustc_passes
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 Split ct_err out into CommonConsts 2019-05-01 23:12:31 +01:00
librustdoc Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkov 2019-05-01 12:21:04 +00:00
libserialize
libstd Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
libsyntax Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis 2019-05-02 01:09:29 +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 Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
tools update miri 2019-05-02 09:43:52 +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: