| Age | Commit message (Expand) | Author | Lines |
| 2023-07-27 | Don't attempt to compute layout of type referencing error | Michael Goulet | -2/+7 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -81/+10 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -2/+7 |
| 2023-07-25 | Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnr | bors | -4/+2 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -4/+2 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -7/+2 |
| 2023-07-24 | Perform OpaqueCast field projection on HIR, too. | Oli Scherer | -0/+2 |
| 2023-07-24 | new unstable option: -Zwrite-long-types-to-disk | Mahdi Dibaiee | -2/+7 |
| 2023-07-21 | Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk" | David Tolnay | -265/+21 |
| 2023-07-21 | Auto merge of #113922 - matthiaskrgr:rollup-90cj2vv, r=matthiaskrgr | bors | -4/+8 |
| 2023-07-21 | Track (partial) niche information in `NaiveLayout` | Moulins | -10/+48 |
| 2023-07-21 | new solver: add a separate cache for coherence | lcnr | -4/+8 |
| 2023-07-21 | Add doc-comments for `NaiveLayout` | Moulins | -12/+26 |
| 2023-07-21 | Track ABI info. in `NaiveLayout`, and use it for `PointerLike` checks | Moulins | -31/+126 |
| 2023-07-21 | Track exactness in `NaiveLayout` and use it for `SizeSkeleton` checks | Moulins | -7/+29 |
| 2023-07-21 | Don't treat ref. fields with non-null niches as `dereferenceable_or_null` | Moulins | -21/+28 |
| 2023-07-21 | recover null-ptr optimization by adding a special case to the niching logic | Moulins | -0/+1 |
| 2023-07-21 | add `naive_layout_of` query | Moulins | -0/+67 |
| 2023-07-20 | Rollup merge of #113884 - oli-obk:delay_span_bug_detrans_late, r=davidtwco | Matthias Krüger | -2/+1 |
| 2023-07-20 | Don't translate compiler-internal bug messages | Oli Scherer | -2/+1 |
| 2023-07-20 | add FIXME | lcnr | -0/+3 |
| 2023-07-20 | XSimplifiedType to SimplifiedType::X | lcnr | -55/+57 |
| 2023-07-19 | Make it clearer that edition functions are >=, not == | Michael Goulet | -1/+1 |
| 2023-07-18 | Rollup merge of #113832 - WaffleLapkin:track_lint_caller, r=compiler-errors | Matthias Krüger | -0/+4 |
| 2023-07-18 | Rollup merge of #113824 - lcnr:exhaustive-match, r=wesleywiser | Matthias Krüger | -9/+9 |
| 2023-07-18 | Add `#[track_caller]` to lint related diagnostic functions | Maybe Waffle | -0/+4 |
| 2023-07-18 | some additional refactor | lcnr | -9/+9 |
| 2023-07-18 | Auto merge of #113677 - bryangarza:unevaluated-const-ice_issue-110892, r=davi... | bors | -0/+8 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -15/+19 |
| 2023-07-17 | Safe Transmute: Fix ICE (due to UnevaluatedConst) | Bryan Garza | -0/+8 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -0/+1 |
| 2023-07-17 | Auto merge of #113336 - compiler-errors:new-solver-iat, r=lcnr | bors | -1/+1 |
| 2023-07-17 | Rollup merge of #113539 - agnarrarendelle:master, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2023-07-16 | Add support for inherent projections | Michael Goulet | -1/+1 |
| 2023-07-15 | Auto merge of #112157 - erikdesjardins:align, r=nikic | bors | -0/+2 |
| 2023-07-14 | i686-windows: make requested alignment > 4 special case apply transitively | Erik Desjardins | -1/+1 |
| 2023-07-14 | Use u64 for incr comp allocation offsets | Ben Kimock | -0/+1 |
| 2023-07-14 | Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino | Matthias Krüger | -0/+4 |
| 2023-07-14 | Make it clearer that we're just checking for an RPITIT | Michael Goulet | -0/+4 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -851/+847 |
| 2023-07-14 | Introduce ExtentUnord trait for collections that can safely consume UnordItems. | Michael Woerister | -2/+2 |
| 2023-07-14 | Enable potential_query_instability lint in rustc_hir_typeck. | Michael Woerister | -14/+13 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -4/+9 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -1/+1 |
| 2023-07-12 | Auto merge of #113573 - lcnr:typeck-results, r=compiler-errors | bors | -7/+4 |
| 2023-07-11 | Auto merge of #112984 - BoxyUwU:debug_with_infcx, r=compiler-errors | bors | -33/+207 |
| 2023-07-12 | fixed typos | agnarrarendelle | -1/+1 |
| 2023-07-11 | remove unnecessary `Rc` | lcnr | -7/+4 |
| 2023-07-10 | aarch64-linux: properly handle 128bit aligned aggregates | Erik Desjardins | -0/+1 |
| 2023-07-10 | repr(align) <= 4 should still be byval | Erik Desjardins | -1/+1 |