rust/src
Mark Rousskov a3639c6859 Make all alt builders produce parallel-enabled compilers
We're not quite ready to ship parallel compilers by default, but the alt
builders are not used too much (in theory), so we believe that shipping
a possibly-broken compiler there is not too problematic.
2019-09-23 19:27:17 -04:00
..
bootstrap Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-Simulacrum 2019-09-21 21:24:15 +02:00
build_helper
ci Make all alt builders produce parallel-enabled compilers 2019-09-23 19:27:17 -04:00
doc Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril 2019-09-21 16:01:23 +02:00
etc ignore-x86 instead of ignore-musl 2019-09-22 11:33:13 -07:00
grammar
liballoc Exempt extern "Rust" from improper_ctypes 2019-09-20 15:39:34 -07:00
libarena
libcore Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank 2019-09-21 16:01:34 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank 2019-09-23 06:38:23 +00:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
librustc_codegen_ssa Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank 2019-09-23 06:38:23 +00:00
librustc_codegen_utils
librustc_data_structures Rename some index variables. 2019-09-17 15:32:29 +10:00
librustc_driver Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank 2019-09-23 06:38:23 +00:00
librustc_errors Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank 2019-09-23 06:38:23 +00:00
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank 2019-09-21 16:01:34 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Generate proc macro harness in AST order. 2019-09-17 19:10:10 -04:00
librustc_mir Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank 2019-09-23 06:38:23 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebank 2019-09-21 21:24:20 +02:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank 2019-09-23 06:38:23 +00:00
librustdoc Replace DiagnosticBuilder with Diagnostic when emitting error 2019-09-17 09:29:46 -04:00
libserialize
libstd Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPC 2019-09-23 00:36:33 +02:00
libsyntax Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank 2019-09-23 06:38:23 +00:00
libsyntax_ext Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petrochenkov 2019-09-23 00:36:34 +02:00
libsyntax_pos remove feature 2019-09-21 16:09:38 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@8adf9bdccf Update to LLVM 9.0.0 2019-09-20 09:36:03 -07:00
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centril 2019-09-23 02:25:10 +00:00
tools Rollup merge of #64688 - rust-lang:clarify-tidy-since, r=alexreg 2019-09-23 00:36:41 +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.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.