rust/src
Rolf van de Krol a2a0f21ba1 Fix typo
2018-04-02 21:48:56 +02:00
..
bootstrap Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichton 2018-04-01 18:04:57 +02:00
build_helper Remove filetime dep from build_helper 2018-04-01 04:49:21 -06:00
ci
dlmalloc@9b2dcac06c
doc Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez 2018-04-01 18:04:54 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Use Alloc and Layout from core::heap. 2018-04-02 16:06:19 +09:00
liballoc_jemalloc Use Alloc and Layout from core::heap. 2018-04-02 16:06:19 +09:00
liballoc_system Use Alloc and Layout from core::heap. 2018-04-02 16:06:19 +09:00
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Update drop.rs 2018-04-01 16:19:42 -07:00
libfmt_macros
libgraphviz
liblibc@ed04152aac
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: Tweak doc comments and negative literals 2018-03-31 14:16:05 -07:00
libprofiler_builtins
librustc Auto merge of #49522 - mbrubeck:fs_read, r=SimonSapin 2018-04-01 02:44:45 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
librustc_driver Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
librustc_errors
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoerister 2018-03-31 12:50:13 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_traits
librustc_trans
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #49201 - Phlosioneer:add-trivial-size-hints, r=SimonSapin 2018-03-31 06:40:56 +00:00
librustdoc Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez 2018-04-01 18:04:54 +02:00
libserialize
libstd Fix typo 2018-04-02 21:48:56 +02:00
libstd_unicode
libsyntax Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander 2018-04-02 10:38:28 +00:00
libsyntax_ext Expand attribute macros on statements and expressions. 2018-04-02 01:56:12 -07:00
libsyntax_pos
libterm
libtest
libunwind
llvm@6ceaaa4b01
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@bcb720e558
test Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander 2018-04-02 10:38:28 +00:00
tools
Cargo.lock Rollup merge of #49549 - Mark-Simulacrum:bootstrap-cleanup, r=alexcrichton 2018-04-01 18:04:57 +02:00
Cargo.toml
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.

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