rust/src
2019-05-05 10:45:10 +01:00
..
bootstrap Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco 2019-05-03 16:25:00 +02:00
build_helper
ci build dist-aarch64-linux with --enable-profiler 2019-05-02 12:11:42 -04:00
doc
etc
grammar
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Add comments 2019-05-05 10:45:10 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #59897 - tmandry:variantful-generators, r=eddyb 2019-05-04 03:18:14 +00:00
librustc_codegen_ssa Auto merge of #59897 - tmandry:variantful-generators, r=eddyb 2019-05-04 03:18:14 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Delegate SmallVec's stable_hash to array's stable_hash. 2019-05-04 20:29:35 +02:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata rustc: rename DefPathData::{MacroDef,LifetimeParam} to {Macro,Lifetime}Ns. 2019-05-04 05:10:46 +03:00
librustc_mir Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkov 2019-05-05 06:34:13 +00:00
librustc_msan
librustc_passes Early error for mixing order of const and type parameters 2019-05-04 22:28:08 +01:00
librustc_plugin
librustc_privacy rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_resolve Removed unneccesary reference for trait name 2019-05-04 20:29:35 +02:00
librustc_save_analysis rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
librustc_target Categorize WASI as an "OS" rather than as an "environment". 2019-05-03 23:01:24 -07:00
librustc_traits rustc: collapse relevant DefPathData variants into TypeNs. 2019-05-04 05:10:46 +03:00
librustc_tsan
librustc_typeck Auto merge of #60508 - varkor:const-generics-fold-ct-err, r=petrochenkov 2019-05-05 03:39:16 +00:00
librustdoc rustc: rename hir::def::Def to Res (short for "resolution"). 2019-05-03 22:50:19 +03:00
libserialize
libstd Categorize WASI as an "OS" rather than as an "environment". 2019-05-03 23:01:24 -07:00
libsyntax Rollup merge of #60429 - estebank:pub-path, r=michaelwoerister 2019-05-04 09:21:21 +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 Add a run-make test for command aliases 2019-05-05 10:45:10 +01:00
tools Auto merge of #60538 - matthiaskrgr:submodule_upd, r=eddyb 2019-05-04 13:08:58 +00: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: