| Age | Commit message (Expand) | Author | Lines |
| 2023-04-14 | Rollup merge of #110299 - kylematsuda:earlybinder-impl-subject, r=compiler-er... | Matthias Krüger | -4/+0 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -3/+25 |
| 2023-04-13 | make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename u... | Kyle Matsuda | -4/+0 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -2/+3 |
| 2023-04-13 | Remove some unused type folders. | Nicholas Nethercote | -77/+2 |
| 2023-04-13 | Make `Region::as_var` infallible. | Nicholas Nethercote | -3/+3 |
| 2023-04-12 | Rollup merge of #110175 - nnethercote:symbol-cleanups, r=jackh726 | Matthias Krüger | -5/+10 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-04-12 | Make rust-intrinsic ABI unwindable | Gary Guo | -2/+3 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -3/+25 |
| 2023-04-11 | Rollup merge of #110126 - compiler-errors:new-solver-safe-transmute, r=oli-obk | Michael Goulet | -0/+3 |
| 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-10 | Fix typos in compiler | DaniPopes | -1/+1 |
| 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-09 | Remove identity casts | Nilstrieb | -2/+2 |
| 2023-04-09 | Fix some clippy::complexity | Nilstrieb | -2/+2 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -1/+1 |
| 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 | -1/+1 |
| 2023-04-07 | Add feature gate | kadmin | -7/+9 |
| 2023-04-07 | Add a size assertion for `RegionKind`. | Nicholas Nethercote | -4/+11 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -9/+5 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -13/+7 |
| 2023-04-06 | Remove expect_anon and expect_anon_placeholder in favor of var | Jack Huey | -18/+0 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -11/+18 |
| 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/+23 |
| 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 | Don't rely on `Debug` impl for `Erased` | John Kåre Alsaker | -0/+1 |
| 2023-04-06 | Erase query cache values | John Kåre Alsaker | -12/+22 |
| 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 | 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 | 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 | Auto merge of #109819 - scottmcm:index-slice, r=WaffleLapkin | bors | -2/+2 |
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -5/+9 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+2 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -1/+1 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -25/+26 |
| 2023-03-31 | Auto merge of #109750 - compiler-errors:deep-reject-less-permissive-num-var, ... | bors | -0/+4 |
| 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 | -25/+26 |
| 2023-03-30 | deep reject only unify numeric var with concrete numeric | Michael Goulet | -0/+4 |