rust/src
2018-03-14 18:04:21 -07:00
..
bootstrap Auto merge of #48295 - Keruspe:master, r=alexcrichton 2018-03-12 08:11:19 +00:00
build_helper
ci Print /proc/cpuinfo and /proc/meminfo before starting to build. 2018-03-10 19:57:03 +08:00
dlmalloc@9b2dcac06c
doc Stabilize const_indexing feature 2018-03-08 08:34:14 +01:00
etc
grammar
jemalloc@1f5a28755e
liballoc Update Cargo submodule 2018-03-11 10:59:28 -07:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@266ea0740a
libcore Make hint clearer, with the potential of being wrong 2018-03-14 18:04:21 -07:00
libfmt_macros
libgetopts
libgraphviz mir dataflow: change graphviz output 2018-03-09 13:53:35 -05:00
liblibc@56444a4545
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Suggest using move when trying to share ...::channel::{Receiver, Sender} 2018-03-14 18:04:20 -07:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back Make the default relro level be doing nothing at all 2018-03-09 14:53:15 +01:00
librustc_borrowck
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Move PROFQ_CHAN to a Session field 2018-03-09 08:04:31 +01:00
librustc_driver Move PROFQ_CHAN to a Session field 2018-03-09 08:04:31 +01:00
librustc_errors
librustc_incremental Move PROFQ_CHAN to a Session field 2018-03-09 08:04:31 +01:00
librustc_lint Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov 2018-03-09 10:45:29 +00:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Remove some commented out code 2018-03-09 19:02:22 -05:00
librustc_msan
librustc_passes Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov 2018-03-09 10:45:29 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Update "type parameters from outer function" error messages 2018-03-08 22:28:51 +01:00
librustc_save_analysis
librustc_trans Auto merge of #48691 - Zoxc:profq-chan, r=michaelwoerister 2018-03-11 04:34:07 +00:00
librustc_trans_utils
librustc_tsan
librustc_typeck Reword E0044 and message for !Send types 2018-03-14 18:04:20 -07:00
librustdoc Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus 2018-03-10 08:24:08 +00:00
libserialize
libstd Update Cargo submodule 2018-03-11 10:59:28 -07:00
libstd_unicode
libsyntax Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis 2018-03-10 10:52:07 +00:00
libsyntax_ext
libsyntax_pos Don't derive traits on packed structs 2018-03-08 08:35:39 +01:00
libterm
libtest
libunwind
llvm@6ceaaa4b01 Merge LLVM fix for undefined bss globals 2018-03-10 12:38:41 +00:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Merge LLVM fix for undefined bss globals 2018-03-10 12:38:41 +00:00
stdsimd@678cbd325c
test Make hint clearer, with the potential of being wrong 2018-03-14 18:04:21 -07:00
tools Auto merge of #48938 - alexcrichton:no-leak-makeflags, r=kennytm 2018-03-12 05:28:13 +00:00
Cargo.lock Update Cargo submodule 2018-03-11 10:59:28 -07: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: