rust/src
2018-08-14 18:46:04 +02:00
..
bootstrap Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe, r=estebank 2018-08-12 23:26:52 +02:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
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 {to,from}_{ne,le,be}_bytes for unsigned integer types 2018-08-14 18:46:04 +02:00
libfmt_macros
libgraphviz
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 Rollup merge of #53283 - zackmdavis:and_the_case_of_the_flotation_device, r=estebank 2018-08-12 23:27:05 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebank 2018-08-09 22:05:18 +00:00
librustc_codegen_llvm Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser 2018-08-13 11:19:07 +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 Auto merge of #53161 - michaelwoerister:cstrings, r=wesleywiser 2018-08-13 11:19:07 +00:00
librustc_driver syntax: gensym the injected std/core extern crates in the Rust 2018 edition. 2018-08-14 07:06:46 +03: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: also inject canaries to detect block scopes shadowing uniform_paths imports. 2018-08-14 07:06:50 +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 #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe, r=estebank 2018-08-12 23:26:52 +02:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis 2018-08-12 23:26:56 +02:00
librustdoc Rollup merge of #53267 - GuillaumeGomez:fix-styles, r=QuietMisdreavus 2018-08-12 23:27:02 +02:00
libserialize
libstd Rollup merge of #53273 - frewsxcv:frewsxcv-ufffd, r=GuillaumeGomez 2018-08-12 23:27:04 +02:00
libsyntax rustc_resolve: fix special-case for one-segment import paths. 2018-08-14 07:06:50 +03:00
libsyntax_ext Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis 2018-08-12 23:26:56 +02:00
libsyntax_pos
libterm
libtest
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #52895 - draganmladjenovic:minmax_qnan, r=alexcrichton 2018-08-14 06:31:10 +00:00
tools Auto merge of #53238 - nrc:update, r=kennytm 2018-08-13 06:42:15 +00:00
Cargo.lock Update RLS 2018-08-11 14:54:21 +08: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: