rust/src
bors f9bfe840f4 Auto merge of #50444 - michaelwoerister:check-parallel-queries-in-ci, r=alexcrichton
Add a CI job that makes sure rustc builds with parallel queries enabled.

This shouldn't take up too much CI time `:)`

cc https://github.com/rust-lang/rust/issues/48607
cc @Zoxc

r? @alexcrichton
2018-05-05 21:09:56 +00:00
..
bootstrap Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton 2018-05-05 18:58:17 +00:00
build_helper
ci Auto merge of #50444 - michaelwoerister:check-parallel-queries-in-ci, r=alexcrichton 2018-05-05 21:09:56 +00:00
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 Suggest more helpful formatting string 2018-05-05 11:50:02 +01:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton 2018-05-05 18:58:17 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver make it compile again 2018-05-02 12:05:13 +02:00
librustc_errors
librustc_incremental make it compile again 2018-05-02 12:05:13 +02:00
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 #50370 - nikomatsakis:nll-alias-analysis-flat, r=pnkfelix 2018-05-05 11:05:23 +00:00
librustc_msan
librustc_passes Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustc_platform_intrinsics
librustc_plugin Misc tweaks 2018-05-05 20:36:46 +02:00
librustc_privacy
librustc_resolve Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov 2018-05-03 11:52:03 +00:00
librustc_save_analysis
librustc_target Add eabi suffix to armv5te musl target 2018-05-04 08:47:24 +02:00
librustc_traits Conservatively assume dropping a generator touches its upvars, via locals' dtors. 2018-05-01 22:28:54 +02:00
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 #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustdoc Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavus 2018-05-05 03:36:09 +00:00
libserialize
libstd Remove the deprecated std::net::{lookup_host,LookupHost} 2018-05-03 16:24:21 -07:00
libstd_unicode
libsyntax Auto merge of #50413 - kennytm:rollup, r=kennytm 2018-05-03 20:45:54 +00:00
libsyntax_ext Auto merge of #50413 - kennytm:rollup, r=kennytm 2018-05-03 20:45:54 +00:00
libsyntax_pos Always inline simple BytePos and CharPos methods. 2018-05-03 13:25:18 +10:00
libterm
libtest
libunwind
llvm@7243155b1c
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@1ea18a5cb4
test Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton 2018-05-05 18:58:17 +00:00
tools Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton 2018-05-05 18:58:17 +00:00
Cargo.lock Misc tweaks 2018-05-05 20:36:46 +02:00
Cargo.toml Set opt-level to 3 2018-05-01 09:04:36 +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: