rust/src
2019-01-01 09:10:23 +00:00
..
bootstrap
build_helper
ci
doc Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centril 2019-01-01 06:34:11 +00:00
etc
grammar
liballoc Mention ToString in std::fmt docs 2018-12-29 19:17:03 -05:00
libarena
libcore Auto merge of #57204 - czipperz:ord_docs_must_agree, r=sfackler 2018-12-30 13:24:11 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Address review comments 2019-01-01 01:39:55 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Add -Z instrument-mcount 2018-12-30 11:59:03 -08:00
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov 2018-12-29 21:03:11 +00:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #56843 - csmoe:non-copy, r=davidtwco 2018-12-29 23:45:45 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Address review comments 2019-01-01 01:39:55 +03:00
librustc_resolve Auto merge of #57199 - petrochenkov:ambig, r=estebank 2019-01-01 02:08:39 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank 2018-12-31 20:56:19 +00:00
librustdoc Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov 2018-12-29 21:03:11 +00:00
libserialize
libstd Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centril 2019-01-01 06:34:11 +00:00
libsyntax Do not use unicode character in diagnostic help 2018-12-31 10:00:08 -08:00
libsyntax_ext Use structured suggestion for braceless unicode escape squence 2018-12-31 09:44:58 -08:00
libsyntax_pos
libterm
libtest
libunwind
llvm@f4728ed8fa
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@513e067908
test Auto merge of #57210 - estebank:str-err, r=zackmdavis 2019-01-01 09:10:23 +00:00
tools submodules: update clippy from f7bdf500 to 39bd8449 2018-12-30 18:16:09 +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: