| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | fix some cases of unexpected exceptions leaving validation | Ralf Jung | -2/+3 |
| 2020-03-08 | move error allocation test to error.rs | Ralf Jung | -26/+9 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -1/+3 |
| 2020-03-01 | Auto merge of #69408 - RalfJung:canonical-alloc-id, r=oli-obk | bors | -12/+0 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | remove ScalarMaybeUndef::to_bits and make Scalar::to_bits private | Ralf Jung | -1/+3 |
| 2020-02-23 | miri/machine: add canonical_alloc_id hook to replace find_foreign_static | Ralf Jung | -12/+0 |
| 2020-02-20 | Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obk | Mazdak Farrokhzad | -91/+86 |
| 2020-02-18 | better lint names | Ralf Jung | -4/+4 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -1/+1 |
| 2020-02-15 | Tighter type bounds for messages | Ralf Jung | -1/+1 |
| 2020-02-15 | fix exceeding_bitshift lint and test | Ralf Jung | -5/+7 |
| 2020-02-14 | const-prop: use one helper method for all lints; consistently lint overflow o... | Ralf Jung | -87/+80 |
| 2020-02-13 | fix typo | Ralf Jung | -1/+1 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -10/+10 |
| 2020-02-13 | improve comments: | Ralf Jung | -4/+8 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -3/+3 |
| 2020-02-13 | const-prop: handle overflow_check consistently for all operators | Ralf Jung | -15/+10 |
| 2020-02-13 | remove Panic variant from InterpError | Ralf Jung | -46/+37 |
| 2020-02-12 | Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiser | Dylan DPC | -17/+17 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -2/+4 |
| 2020-02-11 | Run RustFmt | jumbatm | -4/+11 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -30/+37 |
| 2020-02-09 | const-prop: use overflowing_unary_op for overflowing checking of unary ops | Ralf Jung | -17/+17 |
| 2020-01-21 | Rollup merge of #68297 - Aaron1011:fix/new-const-prop-bounds, r=oli-obk | Yuki Okushi | -22/+22 |
| 2020-01-18 | [const-prop] Run `x.py fmt` | Wesley Wiser | -5/+1 |
| 2020-01-18 | [const-prop] Remove useless typedef | Wesley Wiser | -7/+5 |
| 2020-01-18 | Auto merge of #68170 - wesleywiser:stop_const_prop_ref_taking, r=oli-obk | bors | -20/+3 |
| 2020-01-17 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-16 | Filter and test predicates using `normalize_and_test_predicates` for const-prop | Aaron Hill | -22/+22 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -4/+4 |
| 2020-01-15 | Promoteds can contain raw pointers, but these must still only point to immuta... | Oliver Scherer | -4/+4 |
| 2020-01-13 | Use TraitQueryMode::Canonical when testing predicates in const prop | Aaron Hill | -0/+16 |
| 2020-01-13 | Fix typo | Aaron Hill | -1/+1 |
| 2020-01-13 | Don't run const propagation on items with inconsistent bounds | Aaron Hill | -0/+25 |
| 2020-01-12 | Turn off const propagation of ref taking | Wesley Wiser | -20/+3 |
| 2020-01-10 | Errors in promoteds may only cause lints not hard errors | Oliver Scherer | -5/+13 |
| 2020-01-10 | Do not store lint_root | Santiago Pastorino | -9/+13 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -4/+2 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -2/+2 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -16/+22 |
| 2020-01-07 | Automatically prefer integer addresses for zst MPlace | Oliver Scherer | -1/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -0/+1 |
| 2020-01-04 | Update ABI in const impls of panic_fn/begin_panic_fn. | Adam Perry | -0/+1 |
| 2020-01-02 | Revert `const_err` lint checking of casts | Wesley Wiser | -63/+7 |
| 2020-01-01 | Auto merge of #67676 - wesleywiser:lint_overflowing_int_casts, r=oli-obk | bors | -63/+135 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | [const-prop] Expand comment about casting ZST enums | Wesley Wiser | -1/+3 |