| Age | Commit message (Expand) | Author | Lines |
| 2024-06-29 | unreferenced-used-static: run test everywhere | Ralf Jung | -3/+4 |
| 2024-06-29 | Auto merge of #126698 - Oneirical:tessteract, r=Kobzol | bors | -61/+115 |
| 2024-06-29 | Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgr | bors | -262/+830 |
| 2024-06-28 | Auto merge of #127099 - lqd:revert-126938, r=compiler-errors | bors | -19/+19 |
| 2024-06-28 | add non-regression test for issue 127052 | Rémy Rakic | -0/+9 |
| 2024-06-28 | Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors" | Rémy Rakic | -19/+10 |
| 2024-06-28 | rewrite used-cdylib-macos to rmake | Oneirical | -16/+23 |
| 2024-06-28 | rewrite raw-dylib-cross-compilation to rmake | Oneirical | -21/+41 |
| 2024-06-28 | rewrite and slightly rename issue-68794-textrel-on-minimal-lib | Oneirical | -19/+30 |
| 2024-06-28 | rewrite unknown-mod-stdin to rmake | Oneirical | -9/+25 |
| 2024-06-28 | Rollup merge of #127078 - xen0n:more-feat-for-loong-dist, r=Kobzol | Matthias Krüger | -2/+8 |
| 2024-06-28 | Rollup merge of #127071 - Sky9x:remove-ptr-to-from-bits, r=scottmcm | Matthias Krüger | -131/+0 |
| 2024-06-28 | Rollup merge of #127070 - Sky9x:unit-const-param-ty, r=BoxyUwU | Matthias Krüger | -4/+1 |
| 2024-06-28 | Rollup merge of #127068 - compiler-errors:stall-drop, r=BoxyUwU | Matthias Krüger | -1/+29 |
| 2024-06-28 | Rollup merge of #127055 - shepmaster:hash-finish-must-use, r=dtolnay | Matthias Krüger | -0/+1 |
| 2024-06-28 | Rollup merge of #127032 - tgross35:f16-f128-const-eval-cast, r=oli-obk | Matthias Krüger | -10/+17 |
| 2024-06-28 | Rollup merge of #127029 - xen0n:fix-platform-support-table, r=lqd | Matthias Krüger | -4/+4 |
| 2024-06-28 | Rollup merge of #127016 - bvanjoi:fix-126986, r=GuillaumeGomez | Matthias Krüger | -8/+552 |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -95/+169 |
| 2024-06-28 | Rollup merge of #124091 - jieyouxu:ast-validation-top-level-docs, r=wesleywiser | Matthias Krüger | -7/+17 |
| 2024-06-28 | Rollup merge of #123714 - cjgillot:static-fnptr, r=wesleywiser | Matthias Krüger | -0/+32 |
| 2024-06-28 | Auto merge of #126701 - onur-ozkan:build-lld-if-enabled, r=Kobzol | bors | -8/+22 |
| 2024-06-28 | Auto merge of #127000 - Oneirical:no-test-for-the-wicked, r=Kobzol | bors | -76/+79 |
| 2024-06-28 | update `run-make/windows-safeseh` compiletest header | onur-ozkan | -1/+1 |
| 2024-06-28 | Enable full tools and profiler for dist-loongarch64-{linux,musl} | WANG Xuerui | -2/+8 |
| 2024-06-28 | Don't inline drop shims with unsubstituted generic consts in MIR inliner | Michael Goulet | -262/+12 |
| 2024-06-28 | Failing test for computing drop shim that has const param | Michael Goulet | -0/+278 |
| 2024-06-28 | disable lld if external llvm is used | onur-ozkan | -0/+4 |
| 2024-06-28 | ignore beta/stable channels on `rust-lld-by-default` test | onur-ozkan | -0/+2 |
| 2024-06-28 | add change-tracker entry | onur-ozkan | -0/+5 |
| 2024-06-28 | add `lld = true` to default dist profile | onur-ozkan | -0/+1 |
| 2024-06-28 | Auto merge of #127076 - matthiaskrgr:rollup-l01gm36, r=matthiaskrgr | bors | -308/+980 |
| 2024-06-28 | Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk | Matthias Krüger | -204/+173 |
| 2024-06-28 | Rollup merge of #127022 - adwinwhite:attrs, r=celinval | Matthias Krüger | -0/+246 |
| 2024-06-28 | Rollup merge of #126970 - DaniPopes:simplify-str-clone_into, r=cuviper | Matthias Krüger | -3/+4 |
| 2024-06-28 | Rollup merge of #126956 - joboet:fmt_no_extern_ty, r=RalfJung | Matthias Krüger | -55/+47 |
| 2024-06-28 | Rollup merge of #126470 - onur-ozkan:optional-cargo-submodule, r=Kobzol | Matthias Krüger | -39/+32 |
| 2024-06-28 | Rollup merge of #124741 - nebulark:patchable-function-entries-pr, r=estebank,... | Matthias Krüger | -7/+478 |
| 2024-06-28 | Add method to get all attributes on a definition | Adwin White | -30/+85 |
| 2024-06-28 | Support fetching `Attribute` of items. | Adwin White | -2/+193 |
| 2024-06-28 | Auto merge of #127010 - GuillaumeGomez:update-puppeteer, r=notriddle | bors | -3/+7 |
| 2024-06-27 | Remove (deprecated & unstable) {to,from}_bits pointer methods | Sky | -131/+0 |
| 2024-06-27 | add () to the marker_impls macro for ConstParamTy | Sky | -4/+1 |
| 2024-06-28 | add test for #126986 | bohan | -86/+109 |
| 2024-06-28 | docs: check if the disambiguator matches its suffix | bohan | -8/+529 |
| 2024-06-27 | Updated diagnostic messages | Florian Schmiderer | -28/+49 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -204/+173 |
| 2024-06-27 | Auto merge of #127049 - flip1995:clippy-subtree-update, r=Manishearth | bors | -1008/+3631 |
| 2024-06-27 | Mark `Hasher::finish` as #[must_use] | Jake Goulding | -0/+1 |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u... | Philipp Krones | -1008/+3631 |