rust/src
2018-05-24 12:01:28 -04:00
..
bootstrap Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichton 2018-05-24 16:02:37 +08:00
build_helper
ci
dlmalloc@c99638dc2e
doc build the 2018 edition 2018-05-22 11:30:15 -04:00
etc rust-gdb: work around the re-used -d argument in cgdb 2018-05-21 20:58:19 -04:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #50945 - stjepang:stabilize-from-ref, r=SimonSapin 2018-05-23 00:26:17 +08:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #50995 - fbstj:patch-1, r=cramertj 2018-05-24 17:34:54 +08:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc pacify the mercilous tidy 2018-05-24 12:01:28 -04:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #51023 - kennytm:rollup, r=kennytm 2018-05-24 12:05:47 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures get rustc_hash from external crate 2018-05-24 12:01:27 -04:00
librustc_driver
librustc_errors Improve the diagnostic around impl Trait <-> generic param mismatch 2018-05-21 18:06:28 +02:00
librustc_incremental
librustc_lint Fix according to comments 2018-05-20 10:16:33 +08:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #50528 - whitfin:issue-50508, r=michaelwoerister 2018-05-23 09:50:54 +00:00
librustc_mir Auto merge of #50891 - davidtwco:nll-kill-loans-out-of-scope-at-location-reduce-calls, r=pnkfelix 2018-05-23 15:06:27 +00:00
librustc_msan
librustc_passes Rollup merge of #50849 - est31:visit_closure_args, r=michaelwoerister 2018-05-23 00:26:08 +08:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy rustc: move TypeParamDef's fields into GenericParamDefKind::Type. 2018-05-21 12:13:19 +03:00
librustc_resolve Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
librustc_save_analysis rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded constants". 2018-05-19 20:34:42 +03:00
librustc_target Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichton 2018-05-24 16:02:37 +08:00
librustc_traits pacify the mercilous tidy 2018-05-24 12:01:28 -04:00
librustc_tsan
librustc_typeck Auto merge of #50943 - oli-obk:cleanups, r=estebank 2018-05-24 03:40:16 +00:00
librustdoc Rollup merge of #51011 - QuietMisdreavus:duplicitous-macros, r=ollie27 2018-05-24 17:34:55 +08:00
libserialize
libstd
libstd_unicode
libsyntax Auto merge of #51023 - kennytm:rollup, r=kennytm 2018-05-24 12:05:47 +00:00
libsyntax_ext Auto merge of #50971 - alexcrichton:no-stringify, r=petrochenkov 2018-05-24 07:14:21 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@9ad4b7e8d7 Update LLVM to pull in another wasm fix 2018-05-22 07:24:47 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Rollup merge of #50827 - nox:llvmup, r=eddyb 2018-05-20 04:16:01 +08:00
stdsimd@a19ca1cd91
test Auto merge of #51023 - kennytm:rollup, r=kennytm 2018-05-24 12:05:47 +00:00
tools extend the crate whitelist to include rustc-hash, chalk 2018-05-24 12:01:27 -04:00
Cargo.lock get rustc_hash from external crate 2018-05-24 12:01:27 -04:00
Cargo.toml Update clippy 2018-05-19 13:18:02 +02:00
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: