| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Auto merge of #128265 - DianQK:instsimplify-before-inline, r=saethlin | bors | -179/+204 |
| 2024-07-29 | Perform instsimplify before inline to eliminate some trivial calls | DianQK | -179/+204 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -66/+68 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -111/+122 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -3/+3 |
| 2024-07-28 | Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-team | Guillaume Gomez | -4/+58 |
| 2024-07-28 | stabilize const_waker | Slanterns | -3/+3 |
| 2024-07-28 | Rollup merge of #125889 - Nilstrieb:migrate-into-the-future, r=compiler-errors | Matthias Krüger | -0/+342 |
| 2024-07-28 | Add migration lint for 2024 prelude additions | Nilstrieb | -0/+342 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -58/+0 |
| 2024-07-28 | Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3 | Matthias Krüger | -79/+258 |
| 2024-07-28 | Auto merge of #128079 - Oneirical:testiges-of-civilization, r=jieyouxu | bors | -69/+94 |
| 2024-07-27 | improve dangling/oob errors and make them more uniform | Ralf Jung | -63/+65 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -58/+0 |
| 2024-07-27 | Rollup merge of #128271 - Nilstrieb:jump-into-a-can-of-worms-called-float-equ... | Trevor Gross | -0/+130 |
| 2024-07-27 | Rollup merge of #128267 - GuillaumeGomez:gui-test-title, r=notriddle | Trevor Gross | -0/+24 |
| 2024-07-27 | Rollup merge of #128262 - DianQK:remove-unused-tests, r=saethlin | Trevor Gross | -436/+0 |
| 2024-07-27 | Rollup merge of #128241 - compiler-errors:clone-sugg, r=jieyouxu | Trevor Gross | -6/+14 |
| 2024-07-27 | Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu | Trevor Gross | -77/+155 |
| 2024-07-27 | add `needs-asm-support` to `tests/ui/asm/unsupported-option.rs` | Folkert | -3/+5 |
| 2024-07-27 | fix `tests/ui/asm/naked-functions.rs` for aarch64 | Folkert | -6/+7 |
| 2024-07-27 | update aarch64 asm tests | Folkert | -47/+61 |
| 2024-07-27 | miri: fix offset_from behavior on wildcard pointers | Ralf Jung | -5/+5 |
| 2024-07-27 | Disable jump threading of float equality | Nilstrieb | -0/+130 |
| 2024-07-27 | Auto merge of #128006 - tgross35:missing-fragment-specifier-e2024, r=petroche... | bors | -18/+74 |
| 2024-07-27 | allow `#[target_feature]` on `#[naked]` functions | Folkert | -25/+6 |
| 2024-07-27 | switch to an allowlist approach | Folkert | -31/+132 |
| 2024-07-27 | Add rustdoc GUI test to check title with and without search | Guillaume Gomez | -0/+24 |
| 2024-07-27 | Auto merge of #124905 - reitermarkus:u32-from-char-opt, r=scottmcm | bors | -0/+35 |
| 2024-07-27 | Make `missing_fragment_specifier` an error in edition 2024 | Trevor Gross | -18/+74 |
| 2024-07-27 | Delete `SimplifyArmIdentity` and `SimplifyBranchSame` tests | DianQK | -436/+0 |
| 2024-07-26 | Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errors | Trevor Gross | -8/+41 |
| 2024-07-26 | Rollup merge of #128201 - compiler-errors:closure-clone, r=oli-obk | Trevor Gross | -18/+93 |
| 2024-07-26 | Rollup merge of #124941 - Skgland:stabilize-const-int-from-str, r=dtolnay | Trevor Gross | -4/+2 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -20/+250 |
| 2024-07-26 | Remove logic to suggest clone of function output | Michael Goulet | -6/+14 |
| 2024-07-26 | Suppress useless clone suggestion | Michael Goulet | -5/+0 |
| 2024-07-26 | Make coroutine-closures possible to be cloned | Michael Goulet | -18/+98 |
| 2024-07-26 | Auto merge of #128065 - Oneirical:great-testilence, r=jieyouxu | bors | -59/+84 |
| 2024-07-26 | rewrite sanitizer-staticlib-link to rmake | Oneirical | -23/+39 |
| 2024-07-26 | rewrite export-executable-symbols to rmake | Oneirical | -16/+30 |
| 2024-07-26 | rewrite foreign-rust-exceptions to rmake | Oneirical | -13/+23 |
| 2024-07-26 | rewrite c-unwind-abi-catch-lib-panic to rmake | Oneirical | -35/+36 |
| 2024-07-26 | Forbid `?Trait` bounds repetitions | Bryanskiy | -1/+56 |
| 2024-07-26 | Improve error message for `extern "C" unsafe fn()` | Tamme Dittrich | -11/+24 |
| 2024-07-26 | Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errors | bors | -41/+22 |
| 2024-07-26 | Add a test case for `extern "C" unsafe` to the ui tests | Tamme Dittrich | -0/+20 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -192/+1173 |
| 2024-07-26 | Rollup merge of #128099 - lolbinarycat:extern-flag-disambiguates-rmake, r=Kobzol | Trevor Gross | -26/+35 |
| 2024-07-26 | Rollup merge of #127989 - Oneirical:testricted-area, r=jieyouxu | Trevor Gross | -45/+61 |