rust/src
2018-05-02 11:48:11 +02:00
..
bootstrap rustbuild: Normalize paths coming from Python slightly 2018-05-01 21:25:38 +03:00
build_helper
ci
dlmalloc@c99638dc2e
doc Add tool_attributes feature to unstable book 2018-05-02 11:48:11 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi 2018-05-01 10:10:46 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi 2018-05-01 10:10:46 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Remove Option from the return type of Attribute::name() 2018-05-02 11:32:34 +02:00
librustc_allocator
librustc_apfloat Comment typo 2018-04-30 18:18:32 +02:00
librustc_asan
librustc_borrowck
librustc_cratesio_shim
librustc_data_structures
librustc_driver Allow Path for name of MetaItem 2018-05-02 11:32:34 +02:00
librustc_errors
librustc_incremental
librustc_lint Remove Option from the return type of Attribute::name() 2018-05-02 11:32:34 +02:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #50282 - fitzgen:run-more-passes-on-constant-mir, r=nikomatsakis 2018-05-02 05:22:29 +00:00
librustc_msan
librustc_passes Unify MIR assert messages and const eval errors 2018-04-30 18:29:15 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Remove Option from the return type of Attribute::name() 2018-05-02 11:32:34 +02:00
librustc_save_analysis
librustc_target Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi 2018-05-01 10:10:46 +00:00
librustc_traits
librustc_trans Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis 2018-05-02 02:10:51 +00:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #50198 - oli-obk:const_prop, r=eddyb 2018-05-01 12:16:14 +00:00
librustdoc Fix failures in rustdoc 2018-05-02 11:48:11 +02:00
libserialize
libstd Fix an error from "unused" lint + Fix rebase 2018-05-01 17:02:18 +03:00
libstd_unicode
libsyntax Change Attribute::name to return the last segment 2018-05-02 11:48:11 +02:00
libsyntax_ext Remove Option from the return type of Attribute::name() 2018-05-02 11:32:34 +02:00
libsyntax_pos
libterm
libtest
libunwind
llvm@7243155b1c
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@1ea18a5cb4
test Change Attribute::name to return the last segment 2018-05-02 11:48:11 +02:00
tools Update RLS and Rustfmt 2018-05-02 10:20:49 +12:00
Cargo.lock Update RLS and Rustfmt 2018-05-02 10:20:49 +12: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: