| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | Rollup merge of #135884 - hkBst:patch-13, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-01-23 | Rollup merge of #135790 - wesleywiser:update_windows_gnu_debuginfokind, r=lqd | Matthias Krüger | -2/+2 |
| 2025-01-23 | Rollup merge of #135552 - amy-kwan:amy-kwan/reprc-struct-diagnostic-power-ali... | Matthias Krüger | -5/+135 |
| 2025-01-23 | Rollup merge of #134746 - compiler-errors:autoderef-norm-non-wf-coerce-ice, r... | Matthias Krüger | -3/+11 |
| 2025-01-22 | Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgr | bors | -630/+693 |
| 2025-01-22 | Rollup merge of #135826 - yotamofek:resolve-cleanups4, r=petrochenkov | Matthias Krüger | -606/+562 |
| 2025-01-22 | Rollup merge of #135794 - estebank:non-exhaustive-dfv-ctor, r=jieyouxu | Matthias Krüger | -0/+30 |
| 2025-01-22 | Rollup merge of #135596 - compiler-errors:stack, r=oli-obk | Matthias Krüger | -11/+16 |
| 2025-01-22 | Rollup merge of #135557 - estebank:wtf8, r=fee1-dead | Matthias Krüger | -9/+70 |
| 2025-01-22 | Rollup merge of #135409 - Shunpoco:issue-133117-ICE-never-false-edge-start-bl... | Matthias Krüger | -2/+9 |
| 2025-01-22 | Rollup merge of #132983 - Anthony-Eid:dangling-pointers-lint, r=Urgau | Matthias Krüger | -2/+6 |
| 2025-01-22 | Don't ICE in coerce when autoderef fails to structurally normalize non-WF typ... | Michael Goulet | -3/+11 |
| 2025-01-22 | Rollup merge of #135875 - BoxyUwU:enter_forall_no_copy, r=lcnr | Matthias Krüger | -4/+4 |
| 2025-01-22 | Rollup merge of #135874 - oli-obk:push-vrvyyrtyxkxm, r=compiler-errors | Matthias Krüger | -32/+36 |
| 2025-01-22 | Rollup merge of #135866 - BoxyUwU:dont_pick_fnptr_nested_goals, r=lcnr | Matthias Krüger | -2/+21 |
| 2025-01-22 | Rollup merge of #135816 - BoxyUwU:root_normalizes_to_goal_ice, r=lcnr | Matthias Krüger | -96/+75 |
| 2025-01-22 | Rollup merge of #135156 - Zalathar:debuginfo-flags, r=cuviper | Matthias Krüger | -117/+87 |
| 2025-01-22 | Rollup merge of #134396 - mustartt:byval-pointer-natural-alignment, r=wesleyw... | Matthias Krüger | -1/+3 |
| 2025-01-22 | Rollup merge of #133372 - cramertj:rework-dyn-suggestions, r=fmease | Matthias Krüger | -86/+114 |
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -86/+114 |
| 2025-01-22 | [AIX] Lint on structs that have a different alignment in AIX's C ABI | Amy Kwan | -5/+135 |
| 2025-01-22 | remove implied end of slice | Marijn Schouten | -1/+1 |
| 2025-01-22 | Auto merge of #134478 - compiler-errors:attr-span, r=oli-obk | bors | -23/+55 |
| 2025-01-22 | Remove `Copy` bound from `enter_forall` | Boxy | -4/+4 |
| 2025-01-22 | Enforce that all spans are lowered in ast lowering | Oli Scherer | -32/+36 |
| 2025-01-22 | Rename `structurally_normalize` to `structurally_normalize_ty` | Boxy | -13/+13 |
| 2025-01-22 | Use `structurally_normalize` instead of manual `normalizes-to` goals | Boxy | -83/+62 |
| 2025-01-22 | Don't pick `T: FnPtr` nested goals | Boxy | -2/+21 |
| 2025-01-22 | Update lint tests with new dangling pointers message | Anthony Eid | -2/+2 |
| 2025-01-22 | Auto merge of #135674 - scottmcm:assume-better, r=estebank | bors | -29/+39 |
| 2025-01-22 | modify comment | Shunpoco | -1/+1 |
| 2025-01-22 | address review: modify matches/mod.rs | Shunpoco | -4/+9 |
| 2025-01-22 | Auto merge of #135848 - matthiaskrgr:rollup-sftciqm, r=matthiaskrgr | bors | -25/+31 |
| 2025-01-22 | Point at invalid utf-8 span on user's source code | Esteban Küber | -9/+70 |
| 2025-01-21 | Rollup merge of #135833 - lqd:add-ice-test, r=compiler-errors | Matthias Krüger | -0/+6 |
| 2025-01-21 | Rollup merge of #135706 - compiler-errors:elaborate, r=lcnr | Matthias Krüger | -25/+25 |
| 2025-01-21 | Auto merge of #135487 - klensy:windows-0.59, r=Mark-Simulacrum | bors | -8/+8 |
| 2025-01-21 | Detect missing fields with default values and suggest `..` | Esteban Küber | -0/+30 |
| 2025-01-21 | Auto merge of #134299 - RalfJung:remove-start, r=compiler-errors | bors | -441/+116 |
| 2025-01-21 | Move supertrait_def_ids into the elaborate module like all other fns | Michael Goulet | -25/+25 |
| 2025-01-21 | add fixme in typoed const pattern lint | Rémy Rakic | -0/+6 |
| 2025-01-21 | remove support for the #[start] attribute | Ralf Jung | -441/+116 |
| 2025-01-21 | bumpt compiler and tools to windows 0.59 | klensy | -8/+8 |
| 2025-01-21 | rustc_resolve: don't open-code `Option::filter` | Yotam Ofek | -4/+1 |
| 2025-01-21 | rustc_resolve: use `Iterator` combinators instead of `for` loops where applic... | Yotam Ofek | -26/+12 |
| 2025-01-21 | rustc_resolve: reduce rightwards drift with `let..else` 👉💨 | Yotam Ofek | -381/+387 |
| 2025-01-21 | rustc_resolve: flatten nested `if`s | Yotam Ofek | -229/+198 |
| 2025-01-21 | rustc_resolve: remove unneeded `return`s | Yotam Ofek | -2/+0 |
| 2025-01-21 | Auto merge of #133830 - compiler-errors:span-key, r=lcnr | bors | -291/+199 |
| 2025-01-21 | Treat undef bytes as equal to any other byte | Oli Scherer | -2/+35 |