| Age | Commit message (Expand) | Author | Lines |
| 2020-03-17 | Hold index of generator `self` arg in `const` | Dylan MacKenzie | -21/+18 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+3 |
| 2020-03-17 | rustc_mir: remove extra space when pretty-printing MIR. | Ana-Maria Mihalache | -1/+1 |
| 2020-03-17 | Don't use `TypeckTables` in NiceRegionError | Matthew Jasper | -2/+1 |
| 2020-03-16 | Small fixes in documentation | Youngsuk Kim | -3/+3 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -42/+42 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -2/+2 |
| 2020-03-16 | Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddyb | Dylan DPC | -4/+4 |
| 2020-03-16 | Rollup merge of #67335 - ecstatic-morse:qualif-refactor, r=eddyb | Dylan DPC | -202/+178 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -29/+22 |
| 2020-03-16 | remove unnecessary hir::map imports | Mazdak Farrokhzad | -4/+2 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -4/+4 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -2/+2 |
| 2020-03-15 | rustc: don't resolve Instances which would produce malformed shims. | Eduard-Mihai Burtescu | -12/+21 |
| 2020-03-15 | Auto merge of #68944 - Zoxc:hir-map, r=eddyb | bors | -2/+2 |
| 2020-03-15 | Rollup merge of #70013 - ecstatic-morse:check-consts-feature-gate, r=oli-obk | Mazdak Farrokhzad | -29/+32 |
| 2020-03-15 | Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasper | Dylan DPC | -10/+13 |
| 2020-03-14 | Return feature gate as a `Symbol` | Dylan MacKenzie | -29/+32 |
| 2020-03-14 | Simplify `Qualif` interface | Dylan MacKenzie | -202/+178 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -2/+2 |
| 2020-03-14 | Auto merge of #69999 - RalfJung:miri-unwind, r=oli-obk | bors | -26/+19 |
| 2020-03-14 | Swap inserts to keep the original ordering | Jonas Schievink | -4/+4 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -14/+18 |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+1 |
| 2020-03-14 | Move traits::query::outlives_bounds::explicit_outlives_bounds to infer::outli... | Camille GILLOT | -2/+3 |
| 2020-03-14 | Move opaque_types::unexpected_hidden_region_diagnostic to error_reporting. | Camille GILLOT | -2/+3 |
| 2020-03-14 | fix comment, rustfmt | Ralf Jung | -1/+1 |
| 2020-03-14 | adjust Miri to needs of changed unwinding strategy | Ralf Jung | -26/+19 |
| 2020-03-14 | Auto merge of #69716 - jonas-schievink:generator-size, r=tmandry | bors | -30/+87 |
| 2020-03-14 | Rollup merge of #69960 - RalfJung:abort, r=oli-obk | Yuki Okushi | -8/+5 |
| 2020-03-14 | Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb | Yuki Okushi | -4/+4 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -8/+8 |
| 2020-03-13 | move frozen to rustc_data_structures | Mark Mansi | -26/+8 |
| 2020-03-12 | Remove another Rc from RegionInferenceContext | Mark Mansi | -6/+8 |
| 2020-03-12 | Remove a couple of Rc's from RegionInferenceContext | Mark Mansi | -9/+28 |
| 2020-03-12 | miri engine: fix treatment of abort intrinsic | Ralf Jung | -8/+5 |
| 2020-03-12 | remove lifetimes that can be elided (clippy::needless_lifetimes) | Matthias Krüger | -4/+4 |
| 2020-03-12 | Rollup merge of #69830 - RalfJung:miri-invalid-terminator, r=oli-obk | Mazdak Farrokhzad | -7/+18 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2020-03-12 | codegen/mir: support polymorphic `InstanceDef`s | David Wood | -77/+65 |
| 2020-03-12 | Auto merge of #68551 - Marwes:allocations_mir, r=ecstatic-morse | bors | -7/+23 |
| 2020-03-11 | we are on 2018 edition, use try block | Ralf Jung | -6/+4 |
| 2020-03-11 | avoid boolean inversion | Ralf Jung | -3/+3 |
| 2020-03-11 | explain why we catch PointerUseAfterFree | Ralf Jung | -0/+2 |
| 2020-03-11 | start Miri messages lower-case | Ralf Jung | -2/+2 |
| 2020-03-11 | fmt, and fix rustfmt-induced rebase hickup | Ralf Jung | -5/+2 |
| 2020-03-11 | generalize InvalidNullPointerUsage to InvalidIntPointerUsage | Ralf Jung | -13/+23 |
| 2020-03-11 | fmt, tweak messages and bless | Ralf Jung | -18/+31 |
| 2020-03-11 | miri: categorize errors into "unsupported" and "UB" | Ralf Jung | -151/+164 |
| 2020-03-11 | Update the mir inline costs | Andreas Jonson | -2/+17 |