| Age | Commit message (Expand) | Author | Lines |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -4/+28 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+95 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -2/+2 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -2/+26 |
| 2023-04-08 | Remove `remap_env_constness` in queries | Deadbeef | -53/+0 |
| 2023-04-07 | Add feature gate | kadmin | -7/+9 |
| 2023-04-07 | Auto merge of #110036 - jackh726:placeholder_boundvar, r=nnethercote | bors | -64/+48 |
| 2023-04-07 | Add a size assertion for `RegionKind`. | Nicholas Nethercote | -4/+11 |
| 2023-04-07 | Auto merge of #102906 - nbdd0121:mir, r=wesleywiser,tmiasko | bors | -107/+194 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -9/+5 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -18/+10 |
| 2023-04-06 | Remove expect_anon and expect_anon_placeholder in favor of var | Jack Huey | -24/+4 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -14/+23 |
| 2023-04-06 | Auto merge of #110012 - matthiaskrgr:rollup-sgmm5xv, r=matthiaskrgr | bors | -2/+0 |
| 2023-04-06 | Rollup merge of #109984 - scottmcm:less-float, r=Nilstrieb | Matthias Krüger | -2/+0 |
| 2023-04-06 | Auto merge of #109333 - Zoxc:erase-query-cache-values, r=cjgillot | bors | -12/+362 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -7/+67 |
| 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/+17 |
| 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 |