rust/src
2018-06-02 17:58:06 +05:30
..
bootstrap Run rustfmt 2018-05-30 14:36:23 -03:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc incorporate changes from code review 2018-06-01 17:13:26 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #50554 - clarcharr:from_bool, r=TimNN 2018-06-02 07:50:10 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Update recursion limits 2018-06-01 14:56:01 +02:00
libprofiler_builtins
librustc Add Sync impl for Slice 2018-06-01 15:22:37 +02: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 Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_cratesio_shim
librustc_data_structures Add a WorkerLocal abstraction 2018-06-01 14:57:07 +02:00
librustc_driver
librustc_errors Make short-error format GNU compatible 2018-05-31 20:09:27 +02:00
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Update recursion limits 2018-06-01 14:56:01 +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 Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_resolve Add std/core to prelude if extern_prelude enabled 2018-05-31 06:37:53 -07:00
librustc_save_analysis Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_target
librustc_traits Update recursion limits 2018-06-01 14:56:01 +02:00
librustc_tsan
librustc_typeck Rollup merge of #51135 - estebank:sugg-7575, r=oli-obk 2018-06-01 17:25:13 -06:00
librustdoc Fixes some style issues in rustdoc "implementations on Foreign types" 2018-05-30 01:12:23 +02:00
libserialize
libstd Auto merge of #51270 - nicokoch:issue-51266, r=TimNN 2018-06-02 03:06:26 +00:00
libstd_unicode
libsyntax fixed feature gate to right place 2018-06-02 17:58:06 +05:30
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Stabilize unit tests with non-() return type 2018-06-02 17:27:37 +05:30
tools Update miri submodule 2018-05-31 10:25:42 +02:00
Cargo.lock Update Cargo.lock 2018-06-01 15:00:17 +02: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: