| Age | Commit message (Expand) | Author | Lines |
| 2023-04-06 | Address review feedback | Gary Guo | -10/+11 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -13/+59 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -0/+7 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -18/+36 |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -88/+103 |
| 2023-04-06 | Remove f32 & f64 from MemDecoder/MemEncoder | Scott McMurray | -2/+0 |
| 2023-04-06 | Auto merge of #109915 - scottmcm:layout-indexvec, r=oli-obk | bors | -1/+2 |
| 2023-04-06 | Fully erase query values | John Kåre Alsaker | -15/+135 |
| 2023-04-06 | Address comments | John Kåre Alsaker | -1/+3 |
| 2023-04-06 | Avoid the assertion in `erase` | John Kåre Alsaker | -8/+8 |
| 2023-04-06 | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | -10/+2 |
| 2023-04-06 | Erase query cache values | John Kåre Alsaker | -12/+248 |
| 2023-04-05 | Auto merge of #109966 - JohnTitor:rollup-eoqjr5j, r=JohnTitor | bors | -3/+3 |
| 2023-04-05 | Rollup merge of #109956 - compiler-errors:tweak-debug-outputs, r=oli-obk | Yuki Okushi | -3/+3 |
| 2023-04-05 | Auto merge of #109117 - oli-obk:locks, r=michaelwoerister | bors | -1/+2 |
| 2023-04-05 | Tweak debug outputs to make debugging new solver easier | Michael Goulet | -3/+3 |
| 2023-04-04 | Use `FieldIdx` in `FieldsShape` | Scott McMurray | -1/+2 |
| 2023-04-04 | Rollup merge of #109938 - oli-obk:try_norm, r=compiler-errors | Michael Goulet | -3/+3 |
| 2023-04-04 | Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber | Michael Goulet | -7/+17 |
| 2023-04-04 | A more general implementation of `IntoDiagnosticArg` for `Binder` (Also remov... | IQuant | -13/+11 |
| 2023-04-04 | Move a const-prop-lint specific hack from mir interpret to const-prop-lint an... | Oli Scherer | -3/+3 |
| 2023-04-04 | Remove a fishy Clone impl | Oli Scherer | -1/+2 |
| 2023-04-04 | Add ability to transmute with generic consts | kadmin | -0/+93 |
| 2023-04-04 | Remove intercrate and mark_ambiguous from Relation | Michael Goulet | -30/+10 |
| 2023-04-03 | Enforce VarDebugInfo::Place in MIR validation. | Camille GILLOT | -7/+17 |
| 2023-04-03 | Auto merge of #109819 - scottmcm:index-slice, r=WaffleLapkin | bors | -18/+25 |
| 2023-04-03 | Hide warning. | Camille GILLOT | -2/+2 |
| 2023-04-03 | Add Span to StmtKind::Let. | Camille GILLOT | -2/+62 |
| 2023-04-03 | Make check_match take a LocalDefId. | Camille GILLOT | -3/+3 |
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -5/+21 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -18/+25 |
| 2023-04-02 | Auto merge of #109849 - scottmcm:more-fieldidx-rebase, r=oli-obk | bors | -3/+4 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -3/+4 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -1/+1 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -1/+1 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -2/+23 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -29/+30 |
| 2023-03-31 | Auto merge of #109750 - compiler-errors:deep-reject-less-permissive-num-var, ... | bors | -0/+4 |
| 2023-03-30 | Auto merge of #109791 - compiler-errors:rollup-c3o710k, r=compiler-errors | bors | -1/+5 |
| 2023-03-30 | Rollup merge of #109704 - petrochenkov:effvisclean, r=jackh726 | Michael Goulet | -1/+5 |
| 2023-03-30 | Auto merge of #109740 - compiler-errors:new-solver-deep-reject-placeholder-co... | bors | -1/+5 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -29/+30 |
| 2023-03-30 | rustc_middle: Document which exactly `DefId`s don't have `DefKind`s | Vadim Petrochenkov | -3/+18 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+0 |
| 2023-03-30 | deep reject only unify numeric var with concrete numeric | Michael Goulet | -0/+4 |
| 2023-03-29 | Don't ICE on placeholder consts in deep reject | Michael Goulet | -1/+5 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-29 | Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk | Matthias Krüger | -50/+46 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -12/+47 |
| 2023-03-29 | Auto merge of #109670 - lqd:init-mask, r=oli-obk | bors | -101/+445 |