rust/src
2018-04-19 00:09:41 +01:00
..
bootstrap Replace Build with Builder 2018-04-18 10:56:04 +01:00
build_helper
ci Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfackler 2018-04-16 23:19:41 +00:00
dlmalloc@c99638dc2e
doc Rollup merge of #49994 - frewsxcv:frewsxcv-doc-tests, r=QuietMisdreavus 2018-04-17 03:34:34 +08:00
etc Auto merge of #49881 - varkor:partialord-opt, r=Manishearth 2018-04-15 03:54:15 +00:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #50013 - frewsxcv:frewsxcv-ssplice, r=GuillaumeGomez 2018-04-17 18:43:16 +02:00
liballoc_jemalloc
liballoc_system
libarena Make arenas thread safe 2018-04-15 20:53:03 +02:00
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=GuillaumeGomez 2018-04-17 09:02:03 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #49950 - Zoxc:default-span, r=estebank 2018-04-18 01:04:04 +00:00
librustc_allocator Run rustfmt 2018-04-17 10:52:33 -05:00
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Auto merge of #48945 - clarcharr:iter_exhaust, r=Kimundi 2018-04-16 13:21:56 +00:00
librustc_driver Auto merge of #49969 - mark-i-m:allocator_fmt, r=estebank 2018-04-18 03:35:55 +00:00
librustc_errors Auto merge of #49130 - smmalis37:range, r=alexcrichton 2018-04-16 16:07:10 +00:00
librustc_incremental Add misc timings 2018-04-15 20:53:03 +02:00
librustc_lint
librustc_llvm Add rerun-if-env-changed=RUST_CHECK to librustc_llvm 2018-04-19 00:09:41 +01:00
librustc_lsan
librustc_metadata Auto merge of #49433 - varkor:metadata-skip-mir-opt, r=michaelwoerister 2018-04-16 10:30:57 +00:00
librustc_mir Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelix 2018-04-17 14:23:57 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Turn some comments into doccomments 2018-04-17 10:54:10 -05:00
librustc_save_analysis Auto merge of #49847 - sinkuu:save_analysis_implicit_extern, r=petrochenkov 2018-04-16 02:34:32 +00:00
librustc_traits Rebase and fix conflicts. 2018-04-15 23:49:41 +02:00
librustc_trans Clean up attribute handling in create_function_debug_context(). 2018-04-17 16:23:48 +02:00
librustc_trans_utils Separately gate each target_feature feature 2018-04-16 13:58:42 -07:00
librustc_tsan
librustc_typeck Add #[no_debug] to trans_fn_attrs() query. 2018-04-17 15:01:31 +02:00
librustdoc Rollup merge of #50032 - ollie27:rustdoc_all_private, r=GuillaumeGomez 2018-04-17 18:43:17 +02:00
libserialize
libstd Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=GuillaumeGomez 2018-04-17 09:02:03 +00:00
libstd_unicode
libsyntax Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushi 2018-04-17 03:57:22 +00:00
libsyntax_ext Auto merge of #49881 - varkor:partialord-opt, r=Manishearth 2018-04-15 03:54:15 +00:00
libsyntax_pos Rollup merge of #49699 - zesterer:master, r=joshtriplett 2018-04-17 18:43:13 +02:00
libterm
libtest Add rustdoc-ui test suite 2018-04-16 23:37:11 +02:00
libunwind Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
llvm@7243155b1c
llvm-emscripten@2717444753
rtstartup
rustc Rollup merge of #49606 - varkor:pipe-repair, r=alexcrichton 2018-04-17 01:50:58 +08:00
rustllvm
stdsimd@effdcd0132 Separately gate each target_feature feature 2018-04-16 13:58:42 -07:00
test Auto merge of #49950 - Zoxc:default-span, r=estebank 2018-04-18 01:04:04 +00:00
tools Update Rustfmt 2018-04-18 08:21:19 +12:00
Cargo.lock Update Rustfmt 2018-04-18 08:21:19 +12: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: