rust/src
Guillaume Gomez b941c8e7fb
Rollup merge of #53271 - llogiq:simplify-maybe-map, r=joshtriplett
use ? to simplify `TransitiveRelation.maybe_map`

I think this looks much clearer than the original.
2018-08-15 19:20:21 +02:00
..
bootstrap Add lldb to the build 2018-08-14 18:59:23 -06:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoerister 2018-08-14 23:59:04 +08:00
grammar
jemalloc@1f5a28755e
liballoc Add links to std::char::REPLACEMENT_CHARACTER from docs. 2018-08-11 15:42:35 -04:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore Auto merge of #53033 - RalfJung:manually_dro, r=SimonSapin 2018-08-14 08:32:59 +00:00
libfmt_macros A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
libgraphviz A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind
libproc_macro [nll] libproc_macro: enable feature(nll) for bootstrap 2018-08-09 15:32:45 -04:00
libprofiler_builtins
librustc Auto merge of #53212 - sunjay:nll-raw-cast, r=nikomatsakis 2018-08-15 06:54:18 +00:00
librustc_allocator Move SmallVec and ThinVec out of libsyntax 2018-08-13 22:11:57 +02:00
librustc_apfloat A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
librustc_asan
librustc_borrowck Auto merge of #52928 - Mark-Simulacrum:borrowck-cleanup, r=cramertj 2018-08-15 00:37:52 +00:00
librustc_codegen_llvm Auto merge of #53237 - overdrivenpotato:wasm-export-table, r=alexcrichton 2018-08-15 14:40:46 +00:00
librustc_codegen_utils Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis 2018-08-12 23:26:56 +02:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #53271 - llogiq:simplify-maybe-map, r=joshtriplett 2018-08-15 19:20:21 +02:00
librustc_driver Auto merge of #53354 - kennytm:rollup, r=kennytm 2018-08-14 17:24:18 +00:00
librustc_errors Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis 2018-08-10 01:01:31 +08:00
librustc_fs_util
librustc_incremental Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix 2018-08-10 00:14:52 +00:00
librustc_lint Rollup merge of #53211 - memoryruins:nll_bootstrap, r=nikomatsakis 2018-08-10 01:01:30 +08:00
librustc_llvm [nll] librustc_llvm: enable feature(nll) for bootstrap 2018-08-09 15:33:24 -04:00
librustc_lsan [nll] librustc_lsan: enable feature(nll) for bootstrap 2018-08-09 15:33:50 -04:00
librustc_metadata rustc_resolve: fix special-case for one-segment import paths. 2018-08-14 07:06:50 +03:00
librustc_metadata_utils
librustc_mir Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis 2018-08-12 23:26:56 +02:00
librustc_msan [nll] librustc_msan: enable feature(nll) for bootstrap 2018-08-09 15:34:05 -04:00
librustc_passes Clean up and add extra tests 2018-08-11 21:25:48 +01:00
librustc_platform_intrinsics [nll] librustc_platform_intrinsics: enable feature(nll) for bootstrap 2018-08-09 15:34:31 -04:00
librustc_plugin
librustc_privacy
librustc_resolve rustc_resolve: crates only exist in the type namespace. 2018-08-14 11:26:44 +03:00
librustc_save_analysis Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis 2018-08-10 01:01:31 +08:00
librustc_target Rollup merge of #53246 - ljedrz:cleanup_various, r=kennytm 2018-08-14 23:59:12 +08:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #53133 - Zoxc:gen-int, r=eddyb 2018-08-15 12:02:00 +00:00
librustdoc Rollup merge of #53226 - QuietMisdreavus:editions-for-all, r=estebank 2018-08-14 23:59:07 +08:00
libserialize Rollup merge of #53246 - ljedrz:cleanup_various, r=kennytm 2018-08-14 23:59:12 +08:00
libstd Auto merge of #52936 - felixrabe:patch-1, r=alexcrichton 2018-08-14 22:22:18 +00:00
libsyntax Auto merge of #53085 - ljedrz:cleanup_syntax_structures, r=ljedrz 2018-08-14 15:09:37 +00:00
libsyntax_ext Move SmallVec and ThinVec out of libsyntax 2018-08-13 22:11:57 +02:00
libsyntax_pos
libterm A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
libtest Rollup merge of #52453 - srijs:fix-52436, r=TimNN 2018-08-15 19:20:19 +02:00
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Make LLVM emit assembly comments with -Z asm-comments. 2018-08-12 17:59:33 +00:00
stdsimd@05c2f61c38
test Auto merge of #53133 - Zoxc:gen-int, r=eddyb 2018-08-15 12:02:00 +00:00
tools Update cargo 2018-08-14 22:24:41 -07:00
Cargo.lock Update cargo 2018-08-14 22:24:41 -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: