rust/src
2018-04-06 11:46:26 +03:00
..
bootstrap Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichton 2018-04-05 18:37:28 +08:00
build_helper Remove filetime dep from build_helper 2018-04-01 04:49:21 -06:00
ci Give a name to every CI job. 2018-04-06 01:09:59 +08:00
dlmalloc@9b2dcac06c
doc Rollup merge of #49628 - steveklabnik:learn-use-master, r=QuietMisdreavus 2018-04-05 02:17:02 +08:00
etc
grammar Remove all unstable placement features 2018-04-03 11:02:34 +02:00
jemalloc@1f5a28755e
liballoc Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboats 2018-04-05 11:50:12 -07:00
liballoc_jemalloc Use Alloc and Layout from core::heap. 2018-04-02 16:06:19 +09:00
liballoc_system Auto merge of #49573 - glandium:huge-align, r=SimonSapin 2018-04-04 03:48:22 +00:00
libarena Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboats 2018-04-05 11:50:12 -07:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro Use Span instead of SyntaxContext in Ident 2018-04-06 11:46:26 +03:00
libprofiler_builtins
librustc Rename PathSegment::identifier to ident 2018-04-06 11:46:26 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_math
librustc_cratesio_shim
librustc_data_structures avoid IdxSets containing garbage above the universe length 2018-04-02 00:14:44 +03:00
librustc_driver Use Span instead of SyntaxContext in Ident 2018-04-06 11:46:26 +03:00
librustc_errors Rollup merge of #49045 - Zoxc:tls, r=michaelwoerister 2018-04-05 10:49:13 -05:00
librustc_incremental
librustc_lint Remove all unstable placement features 2018-04-03 11:02:34 +02:00
librustc_llvm
librustc_lsan
librustc_metadata Take the original extra-filename passed to a crate into account when 2018-03-28 23:24:41 -07:00
librustc_mir Rollup merge of #49625 - bjorn3:miri_access_memory_kind, r=oli-obk 2018-04-05 02:17:04 +08:00
librustc_msan
librustc_passes expand macro invocations in extern {} blocks 2018-04-03 13:16:11 -07:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Use Span instead of SyntaxContext in Ident 2018-04-06 11:46:26 +03:00
librustc_resolve Rename PathSegment::identifier to ident 2018-04-06 11:46:26 +03:00
librustc_save_analysis expand macro invocations in extern {} blocks 2018-04-03 13:16:11 -07:00
librustc_traits Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakis 2018-04-05 11:18:16 -07:00
librustc_trans Rollup merge of #49432 - nabijaczleweli:master, r=michaelwoerister 2018-04-05 16:51:20 +08:00
librustc_trans_utils
librustc_tsan
librustc_typeck Use Span instead of SyntaxContext in Ident 2018-04-06 11:46:26 +03:00
librustdoc Rename PathSegment::identifier to ident 2018-04-06 11:46:26 +03:00
libserialize
libstd Rollup merge of #49686 - memoryleak47:typo, r=alexcrichton 2018-04-05 11:18:17 -07:00
libstd_unicode
libsyntax Rename PathSegment::identifier to ident 2018-04-06 11:46:26 +03:00
libsyntax_ext Rename PathSegment::identifier to ident 2018-04-06 11:46:26 +03:00
libsyntax_pos Use Span instead of SyntaxContext in Ident 2018-04-06 11:46:26 +03:00
libterm
libtest
libunwind
llvm@6ceaaa4b01
llvm-emscripten@2717444753
rtstartup
rustc Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton 2018-04-05 18:37:25 +08:00
rustllvm
stdsimd@bcb720e558
test Rename PathSegment::identifier to ident 2018-04-06 11:46:26 +03:00
tools Filter out missing components from manifests 2018-04-05 11:38:03 -07:00
Cargo.lock Update RLS 2018-04-04 23:44:09 +02:00
Cargo.toml Revert "create a nostd crate" 2018-04-04 22:23:33 +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: