| Age | Commit message (Expand) | Author | Lines |
| 2023-04-11 | Split super_predicates_that_define_assoc_type query from super_predicates_of | Michael Goulet | -4/+4 |
| 2023-04-11 | Add `sym::anon`. | Nicholas Nethercote | -1/+1 |
| 2023-04-11 | Introduce `Region::get_name_or_anon`. | Nicholas Nethercote | -5/+10 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -0/+6 |
| 2023-04-11 | Auto merge of #109778 - petrochenkov:allkind, r=cjgillot | bors | -3/+18 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -8/+8 |
| 2023-04-10 | Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwco | bors | -8/+24 |
| 2023-04-10 | Support safe transmute in new solver | Michael Goulet | -0/+3 |
| 2023-04-10 | Call `into_diagnostic_arg` on Binder's contained value directly. | IQuant | -3/+21 |
| 2023-04-10 | Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors | Dylan DPC | -40/+37 |
| 2023-04-10 | review + some small stuff | lcnr | -3/+13 |
| 2023-04-10 | prioritize param-env candidates | lcnr | -0/+12 |
| 2023-04-09 | fixup! Improve `Allocation::hash | Nilstrieb | -1/+1 |
| 2023-04-09 | Convert manual loop into `while let` | Nilstrieb | -11/+1 |
| 2023-04-09 | Remove identity casts | Nilstrieb | -6/+6 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -5/+5 |
| 2023-04-09 | Improve `Allocation::hash | Nilstrieb | -9/+17 |
| 2023-04-09 | Delete useless loop | Nilstrieb | -9/+8 |
| 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 |