| Age | Commit message (Expand) | Author | Lines |
| 2025-01-19 | Rollup merge of #135708 - compiler-errors:compiler-nits, r=lqd | Matthias Krüger | -14/+17 |
| 2025-01-19 | Rollup merge of #135705 - compiler-errors:lint, r=estebank | Matthias Krüger | -110/+120 |
| 2025-01-19 | Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errors | Matthias Krüger | -8/+72 |
| 2025-01-19 | Rollup merge of #135641 - GuillaumeGomez:items-list, r=notriddle | Matthias Krüger | -221/+185 |
| 2025-01-18 | Fix comment | Michael Goulet | -2/+1 |
| 2025-01-18 | Use par_body_owners in coroutine check | Michael Goulet | -9/+13 |
| 2025-01-18 | Rename typeck_with_fallback | Michael Goulet | -3/+3 |
| 2025-01-18 | Auto merge of #135633 - marcoieni:ci-free-arm-linux, r=Kobzol | bors | -1/+1 |
| 2025-01-18 | Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints | Michael Goulet | -110/+120 |
| 2025-01-18 | Disallow `A { .. }` if `A` has no fields | Esteban Küber | -8/+72 |
| 2025-01-18 | Remove more CSS classes | Guillaume Gomez | -162/+146 |
| 2025-01-18 | Auto merge of #135682 - matthiaskrgr:rollup-cl7zlt1, r=matthiaskrgr | bors | -377/+444 |
| 2025-01-18 | Auto merge of #135667 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-01-18 | Rollup merge of #135661 - tgross35:stabilize-float_next_up_down, r=scottmcm | Matthias Krüger | -17/+32 |
| 2025-01-18 | Rollup merge of #135624 - marcoieni:mirror-buildkit-image, r=Kobzol | Matthias Krüger | -6/+17 |
| 2025-01-18 | Rollup merge of #135612 - onur-ozkan:include-x-scripts-in-tarballs, r=clubby789 | Matthias Krüger | -7/+11 |
| 2025-01-18 | Rollup merge of #135583 - NobodyXu:move-pipe-to-io, r=joshtriplett | Matthias Krüger | -291/+274 |
| 2025-01-18 | Rollup merge of #135478 - Kobzol:gcc-clippy, r=onur-ozkan | Matthias Krüger | -6/+19 |
| 2025-01-18 | Rollup merge of #135290 - lqd:polonius-next-episode-8, r=jackh726 | Matthias Krüger | -40/+66 |
| 2025-01-18 | Rollup merge of #133700 - RalfJung:const-non-null, r=lcnr | Matthias Krüger | -10/+25 |
| 2025-01-18 | Auto merge of #135678 - matthiaskrgr:rollup-psuyzpn, r=matthiaskrgr | bors | -52/+134 |
| 2025-01-18 | Auto merge of #135675 - erickt:fix-fuchsia-sha, r=lqd | bors | -1/+1 |
| 2025-01-18 | Rollup merge of #135654 - lolbinarycat:bootstrap-135650, r=onur-ozkan | Matthias Krüger | -0/+2 |
| 2025-01-18 | Rollup merge of #135639 - lqd:trivial-builtin-impls, r=lcnr | Matthias Krüger | -6/+41 |
| 2025-01-18 | Rollup merge of #135620 - marcoieni:edit-ghcr-action-name, r=Kobzol | Matthias Krüger | -1/+1 |
| 2025-01-18 | Rollup merge of #135611 - chenyukang:yukang-fix-135341-ice-crash, r=oli-obk | Matthias Krüger | -6/+13 |
| 2025-01-18 | Rollup merge of #135421 - cod10129:warn-tidy-ignore, r=onur-ozkan | Matthias Krüger | -30/+68 |
| 2025-01-18 | Rollup merge of #134455 - lcnr:move-errors-in-promoteds, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2025-01-18 | const-eval: detect more pointers as definitely not-null | Ralf Jung | -10/+25 |
| 2025-01-18 | Bump Fuchsia integration commit | Erick Tryzelaar | -1/+1 |
| 2025-01-17 | Update cargo | Weihang Lo | -0/+0 |
| 2025-01-18 | Auto merge of #135618 - lcnr:coherence-unknown, r=compiler-errors | bors | -28/+115 |
| 2025-01-17 | Add references to the IEEE functions for `float_next_up_down` | Trevor Gross | -0/+24 |
| 2025-01-17 | Stabilize `float_next_up_down` | Trevor Gross | -17/+8 |
| 2025-01-17 | Update rustdoc tests | Guillaume Gomez | -56/+42 |
| 2025-01-17 | Handle reexports items list a bit differently since they cannot have document... | Guillaume Gomez | -8/+6 |
| 2025-01-17 | Replace ul/li list with dl/dd/dt elements | Guillaume Gomez | -33/+29 |
| 2025-01-17 | Auto merge of #135329 - oli-obk:push-sytltwnzxlrq, r=Noratrieb | bors | -2/+20 |
| 2025-01-17 | add src/librustdoc and src/rustdoc-json-types to RUSTC_IF_UNCHANGED_ALLOWED_P... | binarycat | -0/+2 |
| 2025-01-17 | new solver: prefer trivial builtin impls over where-clauses | Rémy Rakic | -6/+41 |
| 2025-01-17 | ci: switch to linux free arm runners | MarcoIeni | -1/+1 |
| 2025-01-17 | Auto merge of #135534 - folkertdev:fix-wasm-i128-f128, r=tgross35 | bors | -0/+110 |
| 2025-01-18 | Fix use of pipe in tests/run-make/broken-pipe-no-ice/rmake.rs | Jiahao XU | -1/+1 |
| 2025-01-18 | Fix import of pipe in kernel_copy.rs | Jiahao XU | -3/+2 |
| 2025-01-17 | add test | lcnr | -0/+70 |
| 2025-01-17 | ci: mirror buildkit image to ghcr | MarcoIeni | -6/+17 |
| 2025-01-17 | encode `Locations::All` typeck constraints as logical edges | Rémy Rakic | -25/+49 |
| 2025-01-17 | make `LocalizedConstraintGraph` a struct and not an alias | Rémy Rakic | -21/+23 |
| 2025-01-17 | ci: improve github action name | MarcoIeni | -1/+1 |
| 2025-01-17 | Auto merge of #135615 - matthiaskrgr:rollup-ra7vftt, r=matthiaskrgr | bors | -188/+596 |