| Age | Commit message (Expand) | Author | Lines |
| 2021-12-01 | implement version of normalize_erasing_regions that doesn't assume value is n... | b-naber | -1/+1 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -3/+3 |
| 2021-11-30 | Add "is" methods for projections to a given index | Dylan MacKenzie | -0/+10 |
| 2021-11-30 | Rollup merge of #91294 - cjgillot:process-elem, r=jackh726 | Matthias Krüger | -1/+5 |
| 2021-11-29 | Always use const param envs for const eval. | Oli Scherer | -0/+2 |
| 2021-11-27 | Visit type in process_projection_elem. | Camille GILLOT | -1/+5 |
| 2021-11-26 | Small mir-opt refactor | Scott McMurray | -0/+8 |
| 2021-11-26 | Make `TypeFoldable` implementors short-circuit on error | LeSeulArtichaut | -89/+96 |
| 2021-11-23 | document BinOp behavior quirks in the corresponding enum | Ralf Jung | -0/+8 |
| 2021-11-23 | Update CoverageMappingFormat Support to Version6 | Arpad Borsos | -3/+3 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+1 |
| 2021-11-06 | Improve terminology around "after typeck" | pierwill | -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-20 | Remove NullOp::Box | Gary Guo | -6/+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 |