rust/src
2018-06-01 11:00:18 -04:00
..
bootstrap Run rustfmt 2018-05-30 14:36:23 -03:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #51066 - est31:master, r=sfackler 2018-05-27 00:54:12 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Update Arc and Rc to use NonNull::cast to cast the inner pointers 2018-05-31 13:27:08 -07:00
liballoc_jemalloc
liballoc_system
libarena Make &Slice a thin pointer 2018-05-27 17:28:35 +02:00
libbacktrace@f4d02bbdbf Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #50836 - jsgf:arc-downcast, r=SimonSapin 2018-06-01 01:09:25 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Auto merge of #51072 - petrochenkov:ifield, r=eddyb 2018-05-26 16:56:22 +00:00
libprofiler_builtins
librustc merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES 2018-06-01 11:00:18 -04:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck change PointerKind::Implicit to a note 2018-05-31 10:17:51 -04:00
librustc_codegen_llvm rustc: rename mir::LocalDecl's syntactic_source_info to source_info. 2018-05-30 20:30:10 +03:00
librustc_codegen_utils Add Ident::as_str helper 2018-05-26 15:20:23 +03:00
librustc_cratesio_shim
librustc_data_structures Make const decoding from the incremental cache thread-safe. 2018-06-01 09:32:24 +02:00
librustc_driver stop invoking DebruijnIndex::new directly 2018-05-28 19:47:04 -04:00
librustc_errors Make short-error format GNU compatible 2018-05-31 20:09:27 +02:00
librustc_incremental
librustc_lint merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES 2018-06-01 11:00:18 -04:00
librustc_llvm
librustc_lsan
librustc_metadata Make metadata decoding use AllocDecodingState/Session. 2018-06-01 09:32:24 +02:00
librustc_mir Auto merge of #51225 - oli-obk:miri_oob_ptr, r=eddyb 2018-06-01 06:42:12 +00:00
librustc_msan
librustc_passes Auto merge of #51182 - eddyb:not-just-visibility, r=nikomatsakis 2018-05-31 08:55:09 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Use Idents for fields in HIR 2018-05-26 14:41:58 +03:00
librustc_resolve Add std/core to prelude if extern_prelude enabled 2018-05-31 06:37:53 -07:00
librustc_save_analysis
librustc_target
librustc_traits Register outlives predicates from queries the right way around. 2018-05-31 20:40:25 +01:00
librustc_tsan
librustc_typeck merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES 2018-06-01 11:00:18 -04:00
librustdoc merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES 2018-06-01 11:00:18 -04:00
libserialize
libstd Rollup merge of #51213 - nicokoch:copy_permissions, r=cramertj 2018-05-31 22:17:14 +02:00
libstd_unicode
libsyntax Rollup merge of #51240 - nnethercote:parse-2, r=nikomatsakis 2018-05-31 22:17:16 +02:00
libsyntax_ext Add Ident::as_str helper 2018-05-26 15:20:23 +03:00
libsyntax_pos Add Ident::as_str helper 2018-05-26 15:20:23 +03:00
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES 2018-06-01 11:00:18 -04:00
tools Update miri submodule 2018-05-31 10:25:42 +02:00
Cargo.lock Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
Cargo.toml Change the comment on opt-level = 2 to point to https://github.com/rust-lang/rust/issues/50867 2018-05-29 17:38:23 +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: