rust/src
Mazdak Farrokhzad 34ea55908e
Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obk
[const-prop] Correctly handle locals that can't be propagated

`const_prop()` now handles writing the Rvalue into the Place in the
stack frame for us. So if we're not supposed to propagate that value,
we need to clear it.

r? @oli-obk

Fixes #64970
2019-10-02 18:24:43 +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 #64989 - sinkuu:fix_ice_64964, r=davidtwco 2019-10-02 18:24:42 +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 #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obk 2019-10-02 18:24:43 +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 #64989 - sinkuu:fix_ice_64964, r=davidtwco 2019-10-02 18:24:42 +02:00
librustdoc Rollup merge of #64948 - GuillaumeGomez:improve-sidebar-styling, r=Mark-Simulacrum 2019-10-02 18:24:35 +02:00
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 Add rustc_peek support for IndirectlyMutableLocals 2019-10-01 20:29:57 -07:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@8adf9bdccf
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #64991 - wesleywiser:fix_too_eager_const_prop, r=oli-obk 2019-10-02 18:24:43 +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.