rust/src
2018-07-01 15:30:43 +01:00
..
bootstrap Notice non-toplevel dll dependencies in rustbuild 2018-06-30 13:17:49 -07:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton 2018-06-30 21:01:05 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton 2018-06-30 21:01:05 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Address comments 2018-06-30 01:53:32 +03:00
libprofiler_builtins
librustc Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank 2018-07-01 08:41:50 +00:00
librustc_allocator
librustc_apfloat
librustc_asan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_borrowck
librustc_codegen_llvm Auto merge of #51828 - kennytm:no-simd-swap-for-mac, r=alexcrichton 2018-06-30 14:00:24 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #51806 - oli-obk:lowering_cleanups1, r=cramertj 2018-06-30 07:10:18 +00:00
librustc_errors Fortify dummy span checking 2018-06-30 01:53:32 +03:00
librustc_incremental
librustc_lint Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank 2018-07-01 08:41:50 +00:00
librustc_llvm
librustc_lsan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_metadata Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton 2018-06-30 21:01:05 +00:00
librustc_mir Added bfs for constraint paths from regions. 2018-07-01 15:30:43 +01:00
librustc_msan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank 2018-07-01 08:41:50 +00:00
librustc_resolve Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk 2018-06-30 09:19:21 +00:00
librustc_save_analysis Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton 2018-06-30 21:01:05 +00:00
librustc_target
librustc_traits
librustc_tsan Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
librustc_typeck Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis 2018-06-30 16:52:12 +00:00
librustdoc Fortify dummy span checking 2018-06-30 01:53:32 +03:00
libserialize
libstd Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton 2018-06-30 21:01:05 +00:00
libstd_unicode
libsyntax Auto merge of #51762 - petrochenkov:oh-hi-mark, r=oli-obk 2018-06-30 09:19:21 +00:00
libsyntax_ext
libsyntax_pos Address comments 2018-06-30 01:53:32 +03:00
libterm
libtest
libunwind
llvm@1c817c7a0c
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakis 2018-06-30 16:52:12 +00:00
tools Auto merge of #51943 - oli-obk:miriup, r=kennytm 2018-07-01 00:04:14 +00:00
Cargo.lock Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00
Cargo.toml
README.md
stage0.txt Bootstrap from 1.28.0-beta.3 2018-06-30 13:17:49 -07:00

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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: