| Age | Commit message (Expand) | Author | Lines |
| 2024-07-01 | Move codegen_and_build_linker from Queries to Linker | bjorn3 | -2/+5 |
| 2024-06-30 | Auto merge of #127024 - cjgillot:jump-prof, r=oli-obk | bors | -1/+2 |
| 2024-06-30 | Auto merge of #127133 - matthiaskrgr:rollup-jxkp3yf, r=matthiaskrgr | bors | -41/+183 |
| 2024-06-30 | Auto merge of #126869 - matthiaskrgr:kaboom, r=jieyouxu | bors | -0/+142 |
| 2024-06-29 | Rollup merge of #127118 - surechen:fix_126789, r=jieyouxu | Matthias Krüger | -0/+24 |
| 2024-06-29 | Rollup merge of #127114 - linyihai:issue-126863, r=Nadrieril | Matthias Krüger | -24/+6 |
| 2024-06-29 | Rollup merge of #127110 - surechen:fix_125488_06, r=compiler-errors | Matthias Krüger | -10/+109 |
| 2024-06-29 | Rollup merge of #127106 - spastorino:improve-unsafe-extern-blocks-diagnostics... | Matthias Krüger | -5/+12 |
| 2024-06-29 | Rollup merge of #127081 - Kobzol:lld-test, r=onur-ozkan | Matthias Krüger | -2/+32 |
| 2024-06-29 | Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obk | bors | -1333/+1401 |
| 2024-06-29 | Auto merge of #126801 - Oneirical:seek-and-testroy, r=Kobzol | bors | -75/+151 |
| 2024-06-29 | Avoid suggesting to add unsafe when the extern block is already unsafe | Santiago Pastorino | -5/+0 |
| 2024-06-29 | Rollup merge of #127116 - GuillaumeGomez:run-make-return-non-c-like-enum, r=K... | Guillaume Gomez | -8/+18 |
| 2024-06-29 | Rollup merge of #127041 - GuillaumeGomez:run-make-override-aliased-flags, r=K... | Guillaume Gomez | -23/+24 |
| 2024-06-29 | Rollup merge of #126995 - Oneirical:test-friends-forever, r=Kobzol | Guillaume Gomez | -28/+75 |
| 2024-06-29 | Rollup merge of #126805 - Oneirical:weaves-of-testiny, r=Kobzol | Guillaume Gomez | -40/+67 |
| 2024-06-29 | fix: prefer `(*p).clone` to `p.clone` if the `p` is a raw pointer | Lin Yihai | -24/+6 |
| 2024-06-29 | Show `used attribute`'s kind for user when find it isn't applied to a `static... | surechen | -0/+24 |
| 2024-06-29 | Move crash test. | Camille GILLOT | -1/+2 |
| 2024-06-29 | Migrate `run-make/return-non-c-like-enum` to `rmake.rs` | Guillaume Gomez | -8/+18 |
| 2024-06-29 | Migrate `run-make/override-aliased-flags` to `rmake.rs` | Guillaume Gomez | -23/+24 |
| 2024-06-29 | Auto merge of #127111 - matthiaskrgr:rollup-ybzkuuv, r=matthiaskrgr | bors | -93/+208 |
| 2024-06-29 | Add a run-make test that LLD is not being used by default on the x64 beta/sta... | Jakub Beránek | -2/+32 |
| 2024-06-29 | crashes: add more tests | Matthias Krüger | -0/+142 |
| 2024-06-29 | Rollup merge of #127103 - compiler-errors:tighten-trait-bound-parsing, r=fmease | Matthias Krüger | -0/+142 |
| 2024-06-29 | Rollup merge of #126835 - Nadrieril:reify-decision-tree, r=matthewjasper | Matthias Krüger | -93/+66 |
| 2024-06-29 | Auto merge of #126698 - Oneirical:tessteract, r=Kobzol | bors | -57/+113 |
| 2024-06-29 | Fix a error suggestion for E0121 when using placeholder _ as return types on ... | surechen | -10/+109 |
| 2024-06-29 | Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgr | bors | -94/+746 |
| 2024-06-28 | Add feature diagnostic for unsafe_extern_blocks | Santiago Pastorino | -0/+12 |
| 2024-06-28 | Auto merge of #127099 - lqd:revert-126938, r=compiler-errors | bors | -0/+9 |
| 2024-06-28 | Move binder and polarity parsing into parse_generic_ty_bound | Michael Goulet | -0/+142 |
| 2024-06-28 | add non-regression test for issue 127052 | Rémy Rakic | -0/+9 |
| 2024-06-28 | rmeta_contains functions for remap-path-prefix | Oneirical | -11/+40 |
| 2024-06-28 | rewrite used-cdylib-macos to rmake | Oneirical | -15/+21 |
| 2024-06-28 | rewrite raw-dylib-cross-compilation to rmake | Oneirical | -20/+41 |
| 2024-06-28 | rewrite and slightly rename issue-68794-textrel-on-minimal-lib | Oneirical | -18/+30 |
| 2024-06-28 | rewrite unknown-mod-stdin to rmake | Oneirical | -8/+25 |
| 2024-06-28 | Rollup merge of #127068 - compiler-errors:stall-drop, r=BoxyUwU | Matthias Krüger | -0/+18 |
| 2024-06-28 | Rollup merge of #127016 - bvanjoi:fix-126986, r=GuillaumeGomez | Matthias Krüger | -0/+528 |
| 2024-06-28 | Rollup merge of #127015 - Urgau:non_local_def-tmp-allow, r=lqd | Matthias Krüger | -94/+168 |
| 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 | -1/+3 |
| 2024-06-28 | Auto merge of #127000 - Oneirical:no-test-for-the-wicked, r=Kobzol | bors | -72/+79 |
| 2024-06-28 | update `run-make/windows-safeseh` compiletest header | onur-ozkan | -1/+1 |
| 2024-06-28 | address review comments | Deadbeef | -15/+9 |
| 2024-06-28 | rewrite emit-stack-sizes to rmake | Oneirical | -12/+24 |
| 2024-06-28 | rewrite debug-assertions to rmake | Oneirical | -33/+40 |
| 2024-06-28 | rewrite remap-path-prefix to rmake | Oneirical | -30/+58 |
| 2024-06-28 | Don't inline drop shims with unsubstituted generic consts in MIR inliner | Michael Goulet | -261/+1 |