rust/src/librustc
bors 7cdbc87a49 Auto merge of #69999 - RalfJung:miri-unwind, r=oli-obk
adjust Miri to needs of changed unwinding strategy

As expected, https://github.com/rust-lang/rust/pull/67502 broke unwinding in Miri. To fix it we have to adjust parts of the engine and the panic runtime, which this PR does. The Miri-side changes are in https://github.com/rust-lang/miri/pull/1227.

Cc @oli-obk @Aaron1011 @Mark-Simulacrum @Amanieu
2020-03-14 19:54:23 +00:00
..
benches
dep_graph Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb 2020-03-14 04:03:26 +09:00
hir Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb 2020-03-14 04:03:26 +09:00
ich Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril 2020-03-01 19:28:12 +09:00
infer rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
middle Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
mir add Scalar::from methods for signed integers 2020-03-14 11:12:32 +01:00
query Remove the no_force query attribute 2020-03-09 14:50:40 +01:00
traits Move IntercrateAmbiguityCause back to rustc::traits::select. 2020-03-14 14:10:56 +01:00
ty Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC 2020-03-14 04:03:24 +09:00
util
arena.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
build.rs
Cargo.toml Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis 2020-03-03 13:27:52 +00:00
lib.rs rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
lint.rs Store TokenStream in rmeta::MacroDef. 2020-03-10 07:26:27 +01:00
macros.rs
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
tests.rs

For more information about how rustc works, see the rustc dev guide.