rust/src
Pietro Albini 4720126c16
Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcv
The project moved under the Mozilla umbrella
2018-09-25 22:34:42 +02:00
..
bootstrap Rollup merge of #54323 - Keruspe:rustc-color, r=Mark-Simulacrum 2018-09-22 09:56:29 +02:00
build_helper
ci Update musl to 1.1.20. 2018-09-21 17:03:13 +03:00
dlmalloc@c99638dc2e
doc Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcv 2018-09-25 22:34:42 +02:00
etc fix tidy 2018-09-22 21:01:21 +02:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmaster 2018-09-25 22:34:38 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@0703bfa725
libcore Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmaster 2018-09-25 22:34:38 +02:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro Make 'proc_macro::MultiSpan' public. 2018-09-19 19:22:21 -07:00
libprofiler_builtins
librustc Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis 2018-09-25 03:42:46 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
librustc_codegen_llvm Auto merge of #54380 - RalfJung:miri-snapshot, r=eddyb 2018-09-23 12:33:54 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Improve handling of type bounds in bit_set.rs. 2018-09-20 08:52:41 +10:00
librustc_driver
librustc_errors Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
librustc_fs_util
librustc_incremental
librustc_lint Make "await" a pseudo-edition keyword 2018-09-24 13:07:19 -07:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis 2018-09-25 03:42:46 +00:00
librustc_metadata_utils
librustc_mir Auto merge of #53438 - matthewjasper:permissive-match-access, r=pnkfelix 2018-09-25 01:04:12 +00:00
librustc_msan
librustc_passes Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis 2018-09-22 20:38:19 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Improve error message for E0424 2018-09-23 05:35:42 +03:00
librustc_save_analysis
librustc_target panic when instantiating an uninhabited type via mem::{uninitialized,zeroed} 2018-09-22 21:01:21 +02:00
librustc_traits Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions. 2018-09-22 09:26:40 +03:00
librustc_tsan
librustc_typeck Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis 2018-09-25 03:42:46 +00:00
librustdoc Rollup merge of #54368 - GuillaumeGomez:reduce-side-padding, r=QuietMisdreavus 2018-09-25 22:34:41 +02:00
libserialize Improve handling of type bounds in bit_set.rs. 2018-09-20 08:52:41 +10:00
libstd Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapin 2018-09-25 07:06:15 +00:00
libsyntax Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis 2018-09-25 03:42:46 +00:00
libsyntax_ext Auto merge of #54241 - vi:suggest_with_applicability, r=estebank 2018-09-20 06:34:22 +00:00
libsyntax_pos Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnik 2018-09-22 09:56:30 +02:00
libterm
libtest
libunwind
llvm@caddcd9b9d
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test Auto merge of #54411 - cramertj:await-keyword-error, r=nikomatsakis 2018-09-25 15:20:10 +00:00
tools update rls to 32d457717ce37babef199fe4984b1e20d4e108d4 2018-09-23 02:19:57 +02:00
.gitignore
Cargo.lock update rls to 32d457717ce37babef199fe4984b1e20d4e108d4 2018-09-23 02:19:57 +02:00
Cargo.toml update rls to 32d457717ce37babef199fe4984b1e20d4e108d4 2018-09-23 02:19:57 +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: