about summary refs log tree commit diff
path: root/src/librustc_mir
AgeCommit message (Expand)AuthorLines
2020-03-16Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasperDylan DPC-2/+2
2020-03-16Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddybDylan DPC-4/+4
2020-03-16Rollup merge of #67335 - ecstatic-morse:qualif-refactor, r=eddybDylan DPC-202/+178
2020-03-15More Method->Fn renamingMark Mansi-4/+4
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-2/+2
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-2/+2
2020-03-15Rollup merge of #70013 - ecstatic-morse:check-consts-feature-gate, r=oli-obkMazdak Farrokhzad-29/+32
2020-03-15Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasperDylan DPC-10/+13
2020-03-14Return feature gate as a `Symbol`Dylan MacKenzie-29/+32
2020-03-14Simplify `Qualif` interfaceDylan MacKenzie-202/+178
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-2/+2
2020-03-14Auto merge of #69999 - RalfJung:miri-unwind, r=oli-obkbors-26/+19
2020-03-14Make downstream crates compile.Camille GILLOT-14/+18
2020-03-14Move rustc_infer::traits to new crate rustc_trait_selection.Camille GILLOT-0/+1
2020-03-14Move traits::query::outlives_bounds::explicit_outlives_bounds to infer::outli...Camille GILLOT-2/+3
2020-03-14Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting.Camille GILLOT-2/+3
2020-03-14fix comment, rustfmtRalf Jung-1/+1
2020-03-14adjust Miri to needs of changed unwinding strategyRalf Jung-26/+19
2020-03-14Auto merge of #69716 - jonas-schievink:generator-size, r=tmandrybors-30/+87
2020-03-14Rollup merge of #69960 - RalfJung:abort, r=oli-obkYuki Okushi-8/+5
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-4/+4
2020-03-14Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPCYuki Okushi-8/+8
2020-03-13move frozen to rustc_data_structuresMark Mansi-26/+8
2020-03-12Remove another Rc from RegionInferenceContextMark Mansi-6/+8
2020-03-12Remove a couple of Rc's from RegionInferenceContextMark Mansi-9/+28
2020-03-12miri engine: fix treatment of abort intrinsicRalf Jung-8/+5
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-4/+4
2020-03-12Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obkMazdak Farrokhzad-7/+18
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-3/+3
2020-03-12Auto merge of #68551 - Marwes:allocations_mir, r=ecstatic-morsebors-7/+23
2020-03-11Rollup merge of #69850 - RalfJung:panic-bounds-check, r=eddybMazdak Farrokhzad-4/+1
2020-03-11Rollup merge of #69825 - lcnr:discriminant, r=oli-obkMazdak Farrokhzad-0/+5
2020-03-10Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obkMazdak Farrokhzad-48/+46
2020-03-09also handle abort intrinsic with new machine hookRalf Jung-1/+5
2020-03-09remove no-longer needed span from Miri Machine hookRalf Jung-4/+1
2020-03-09Rollup merge of #69762 - RalfJung:validity-errors, r=oli-obkMazdak Farrokhzad-62/+96
2020-03-09miri: add machine hook for Abort terminatorRalf Jung-2/+12
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-30/+66
2020-03-08miri validation: debug-complain about unexpected errorsRalf Jung-6/+21
2020-03-08move error allocation test to error.rsRalf Jung-26/+9
2020-03-08Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJungMazdak Farrokhzad-0/+27
2020-03-08Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasperMazdak Farrokhzad-43/+45
2020-03-08miri: ICE on invalid terminatorsRalf Jung-9/+6
2020-03-08Rollup merge of #69646 - RalfJung:layout-visitor, r=eddybMazdak Farrokhzad-127/+166
2020-03-08constify `mem::discriminant`Bastian Kauschke-0/+5
2020-03-08Auto merge of #69804 - Centril:rollup-u86dc1g, r=Centrilbors-22/+22
2020-03-07libtest: remove redundant argument to writeln!() (clippy::writeln_empty_string)Matthias Krüger-7/+7
2020-03-07remove unneeded mutable references (cippy::unnecessary_mut_passed)Matthias Krüger-1/+1
2020-03-07Rollup merge of #69787 - spastorino:use-local-directly-its-copy, r=oli-obkMazdak Farrokhzad-6/+6
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-16/+16