rust/src
Mazdak Farrokhzad 19d035c013
Rollup merge of #64922 - spastorino:make-place-builder, r=nikomatsakis
Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions

r? @oli-obk
2019-10-02 18:24:33 +02:00
..
bootstrap
build_helper
ci Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichton 2019-10-01 23:06:11 -07:00
doc Update books 2019-10-01 19:35:13 -07:00
etc
liballoc Rollup merge of #64912 - lzutao:unneeded-main-doc, r=jonas-schievink 2019-10-01 23:56:23 +02:00
libarena Fix clippy warnings 2019-10-01 23:15:47 +09:00
libcore Rollup merge of #64885 - andjo403:iter, r=scottmcm 2019-10-01 23:06:17 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #64850 - Mark-Simulacrum:dedup-dep-node, r=michaelwoerister 2019-10-02 18:24:30 +02:00
librustc_apfloat Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb 2019-10-01 23:06:19 -07:00
librustc_asan
librustc_codegen_llvm Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wesleywiser 2019-10-01 23:06:16 -07:00
librustc_codegen_ssa Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wesleywiser 2019-10-01 23:06:16 -07:00
librustc_codegen_utils
librustc_data_structures Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb 2019-10-01 23:06:19 -07:00
librustc_driver
librustc_errors Fully clear HandlerInner in Handler::reset_err_count 2019-10-02 04:13:02 +03:00
librustc_fs_util
librustc_incremental
librustc_index Fix clippy warnings 2019-10-01 23:15:47 +09:00
librustc_interface Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wesleywiser 2019-10-01 23:06:16 -07:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Rollup merge of #64922 - spastorino:make-place-builder, r=nikomatsakis 2019-10-02 18:24:33 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #64581 - ztlpn:fix-ok-wrapping-unreachable-code, r=Centril 2019-10-02 18:24:29 +02:00
librustdoc
libserialize Fix clippy warnings 2019-10-01 23:15:47 +09:00
libstd Rollup merge of #64912 - lzutao:unneeded-main-doc, r=jonas-schievink 2019-10-01 23:56:23 +02:00
libsyntax Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkov 2019-10-01 23:56:21 +02:00
libsyntax_ext syntax: Support modern attribute syntax in the meta matcher 2019-09-30 22:58:22 +03:00
libsyntax_pos Rollup merge of #64907 - alexreg:tidy-up, r=Mark-Simulacrum 2019-10-01 09:55:34 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@8adf9bdccf
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #64914 - pnkfelix:issue-64453-regression-test, r=nikomatsakis 2019-10-02 18:24:31 +02:00
tools Rollup merge of #64952 - michaelwoerister:update-cargo, r=alexcrichton 2019-10-01 23:06:20 -07: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.