| Age | Commit message (Expand) | Author | Lines |
| 2021-11-23 | document BinOp behavior quirks in the corresponding enum | Ralf Jung | -0/+8 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+1 |
| 2021-11-06 | Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgr | bors | -5/+5 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -1/+1 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -5/+5 |
| 2021-11-04 | clippy::perf fixes | Matthias Krüger | -2/+2 |
| 2021-10-22 | Auto merge of #89893 - camsteffen:redundant-dump-enabled, r=matthewjasper | bors | -0/+1 |
| 2021-10-18 | Do not promote values with const drop that need to be dropped | Tomasz Miąsko | -0/+1 |
| 2021-10-18 | Rename `needs_drop` to `needs_non_const_drop` | Tomasz Miąsko | -1/+1 |
| 2021-10-17 | Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnr | bors | -0/+8 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -3/+3 |
| 2021-10-14 | Inline on_mir_pass and add inline to dump_mir | Cameron Steffen | -0/+1 |
| 2021-10-14 | add dedicated error variant for writing the discriminant of an uninhabited en... | Ralf Jung | -0/+5 |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -2/+2 |
| 2021-10-01 | collector: limit pme context note to user-defd fns | David Wood | -0/+8 |
| 2021-09-27 | Remove `DefId` from `ConstraintCategory::Predicate` | Aaron Hill | -1/+4 |
| 2021-09-27 | Improve cause information for NLL higher-ranked errors | Aaron Hill | -0/+5 |
| 2021-09-25 | Auto merge of #89030 - nbdd0121:box2, r=jonas-schievink | bors | -1/+24 |
| 2021-09-25 | Introduce `Rvalue::ShallowInitBox` | Gary Guo | -1/+24 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -1/+1 |
| 2021-09-16 | Add `ConstraintCategory::Usage` for handling aggregate construction | Aaron Hill | -5/+6 |
| 2021-09-13 | Rollup merge of #88859 - RalfJung:size-helpers, r=oli-obk | Guillaume Gomez | -8/+6 |
| 2021-09-12 | Auto merge of #88839 - nbdd0121:alignof, r=nagisa | bors | -1/+3 |
| 2021-09-13 | Introduce NullOp::AlignOf | Gary Guo | -1/+3 |
| 2021-09-12 | Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr | Manish Goregaokar | -52/+1 |
| 2021-09-11 | interpreter PointerArithmetic: use new Size helper methods | Ralf Jung | -8/+6 |
| 2021-09-11 | Rollup merge of #88668 - hvdijk:x32, r=joshtriplett | Jubilee | -4/+4 |
| 2021-09-09 | nits | Ellen | -13/+0 |
| 2021-09-09 | rename mir -> thir around abstract consts | Ellen | -43/+5 |
| 2021-09-09 | dont support blocks | Ellen | -1/+0 |
| 2021-09-09 | as casts and block exprs | Ellen | -2/+2 |
| 2021-09-09 | WIP state | Ellen | -0/+1 |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -3/+3 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -0/+2316 |
| 2021-09-05 | Change more x64 size checks to not apply to x32. | Harald van Dijk | -4/+4 |
| 2021-09-02 | Rollup merge of #88532 - ptrojahn:single_use, r=davidtwco | Mara Bos | -5/+2 |
| 2021-08-31 | Rollup merge of #86362 - ptrojahn:insert_vars_and_temps, r=jackh726 | Mara Bos | -0/+5 |
| 2021-08-31 | Remove single use variables | Paul Trojahn | -5/+2 |
| 2021-08-31 | Avoid cloning LocalDecls | Paul Trojahn | -0/+5 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -6/+5 |
| 2021-08-26 | Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obk | bors | -160/+438 |
| 2021-08-26 | review | lcnr | -1/+1 |
| 2021-08-26 | is_polymorphic doesn't matter for tests | lcnr | -8/+3 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -3/+7 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+1 |
| 2021-08-25 | use a peekable iterator to check the first chunk | Erik Desjardins | -3/+14 |
| 2021-08-25 | yet more comment improvements | Erik Desjardins | -2/+7 |
| 2021-08-25 | improve comments | Erik Desjardins | -9/+14 |
| 2021-08-25 | put code in a more logical order | Erik Desjardins | -345/+350 |
| 2021-08-25 | add comments | Erik Desjardins | -19/+119 |