rust/src
bors 032a53a06c Auto merge of #64938 - estebank:ice-ice-baby, r=matthewjasper
Avoid ICE on ReFree region on where clause

Fix #64855.
2019-10-03 16:14:32 +00:00
..
bootstrap
build_helper
ci
doc rustc book: nitpick SLP vectorization 2019-10-02 14:41:49 +02:00
etc
liballoc Rollup merge of #64975 - crgl:clone-from-linked-list, r=bluss 2019-10-03 04:08:15 +02:00
libarena
libcore Rollup merge of #64941 - lzutao:inline-max_min_value, r=nnethercote 2019-10-03 08:04:33 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #64999 - nikomatsakis:issue-60424-async-return-inference, r=cramertj 2019-10-03 12:19:21 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors Compare primary with value instead of dropping it 2019-10-02 19:48:21 +03:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Rollup merge of #63678 - Aaron1011:fix/hrtb-leak, r=nikomatsakis 2019-10-03 04:08:11 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #64938 - estebank:ice-ice-baby, r=matthewjasper 2019-10-03 16:14:32 +00:00
librustdoc Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simulacrum 2019-10-02 18:24:35 +02:00
libserialize
libstd BacktraceStatus: add Eq impl 2019-10-02 08:17:28 -04:00
libsyntax syntax: improve parameter without type suggestions 2019-10-02 09:51:27 +01:00
libsyntax_ext
libsyntax_pos
libterm
libtest Remove rustdoc warning 2019-10-02 14:24:59 +02:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@8473db5f2a Update llvm-project submodule 2019-10-02 07:47:38 -07:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Auto merge of #64938 - estebank:ice-ice-baby, r=matthewjasper 2019-10-03 16:14:32 +00:00
tools Rollup merge of #64998 - spastorino:filter-rls-on-tidy, r=petrochenkov 2019-10-03 04:08:18 +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.