rust/src/librustc_mir
Ralf Jung 0f6745d6e2
Rollup merge of #66844 - RalfJung:caller-location-leak, r=oli-obk
Miri: do not consider memory allocated by caller_location leaked

Fixes https://github.com/rust-lang/miri/issues/1071

r? @oli-obk

I am not sure if this is the best approach, but it certainly is the easiest.
2019-11-29 22:57:42 +01:00
..
borrow_check review comments 2019-11-28 12:22:07 -08:00
build Squash 2019-11-28 07:43:53 +00:00
dataflow Track pointers to statics in MIR 2019-11-21 20:55:17 +00:00
hair Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj 2019-11-29 22:57:36 +01:00
interpret Rollup merge of #66844 - RalfJung:caller-location-leak, r=oli-obk 2019-11-29 22:57:42 +01:00
monomorphize Aggregation of drive-by cosmetic changes. 2019-11-21 18:50:38 +00:00
transform Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obk 2019-11-29 18:11:33 +00:00
util rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
Cargo.toml Introduce MIR optimizations for simplifying x? on Results. 2019-11-21 20:05:16 +01:00
const_eval.rs Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk 2019-11-28 07:06:40 +00:00
lib.rs Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk 2019-11-27 08:00:58 +00:00
lints.rs Make use of the return value of HashSet::insert 2019-10-16 13:48:20 +09:00
shim.rs Moved tests and fixed merge conflict 2019-11-28 08:24:19 +00:00