| Age | Commit message (Expand) | Author | Lines |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -2/+1 |
| 2024-02-26 | always emit `AliasRelate` goals when relating aliases | lcnr | -16/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -2/+1 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-02-24 | Auto merge of #121523 - matthiaskrgr:comp_comp, r=Nilstrieb | bors | -1/+1 |
| 2024-02-24 | compiler: use `addr_of!` | Pavel Grigorenko | -3/+3 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2024-02-23 | Rollup merge of #121495 - cuishuang:master, r=clubby789 | Matthias Krüger | -1/+1 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-02-23 | remove repetitive words | cui fliter | -1/+1 |
| 2024-02-23 | Auto merge of #121442 - lcnr:region-var-universe-uwu, r=compiler-errors | bors | -44/+45 |
| 2024-02-23 | Auto merge of #120730 - estebank:confusable-api, r=oli-obk | bors | -1/+1 |
| 2024-02-22 | drive-by fmt cleanup | Esteban Küber | -1/+1 |
| 2024-02-22 | add comment | lcnr | -1/+8 |
| 2024-02-22 | region unification update universe of region vars | lcnr | -44/+38 |
| 2024-02-22 | Rollup merge of #121441 - lcnr:typesystem-cleanup, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -4/+5 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -1/+1 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -3/+4 |
| 2024-02-22 | `DefId` to `LocalDefId` | lcnr | -2/+3 |
| 2024-02-22 | Remove dead `expect_error_or_delayed_bug` method. | Nicholas Nethercote | -5/+0 |
| 2024-02-21 | Rollup merge of #121328 - ffmancera:ff/verbose_long_type, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -2/+1 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -2/+4 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -6/+3 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -35/+145 |
| 2024-02-20 | Move the peeling function for weak alias types | León Orell Valerian Liehr | -0/+33 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -8/+10 |
| 2024-02-20 | Introduce expand_weak_alias_tys | León Orell Valerian Liehr | -14/+77 |
| 2024-02-20 | Rename some normalization-related items | León Orell Valerian Liehr | -14/+26 |
| 2024-02-20 | Rollup merge of #121167 - petrochenkov:unload2, r=wesleywiser | Nilstrieb | -0/+7 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -12/+12 |
| 2024-02-20 | Make --verbose imply -Z write-long-types-to-disk=no | Fernando Fernandez Mancera | -1/+1 |
| 2024-02-20 | Rollup merge of #121256 - Jarcho:visitor2, r=oli-obk | Nilstrieb | -40/+33 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -12/+12 |
| 2024-02-18 | resolve: Scale back unloading of speculatively loaded crates | Vadim Petrochenkov | -0/+7 |
| 2024-02-18 | Allow AST and HIR visitors to return `ControlFlow` | Jason Newcomb | -40/+33 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+1 |
| 2024-02-17 | Rollup merge of #121059 - compiler-errors:extension, r=davidtwco,Nilstrieb | Guillaume Boisseau | -27/+6 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -4/+5 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -6/+6 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -27/+6 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -7/+14 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -4/+5 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -33/+32 |
| 2024-02-16 | Rollup merge of #121146 - compiler-errors:ignore-diverging-arms, r=estebank | Guillaume Gomez | -2/+1 |
| 2024-02-16 | Rollup merge of #121141 - compiler-errors:closure-kind-docs, r=nnethercote | Guillaume Gomez | -11/+26 |
| 2024-02-15 | Fix closure kind docs | Michael Goulet | -11/+26 |
| 2024-02-15 | Remove a suggestion that is redundant | Michael Goulet | -1/+0 |
| 2024-02-15 | Only point out non-diverging arms for match suggestions | Michael Goulet | -1/+1 |