| Age | Commit message (Expand) | Author | Lines |
| 2024-07-30 | Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=bjorn3 | Matthias Krüger | -0/+3 |
| 2024-07-30 | Rollup merge of #128379 - Dajamante:aïssata_needs_unwind, r=pietroalbini | Matthias Krüger | -2/+3 |
| 2024-07-30 | Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxu | Matthias Krüger | -0/+16 |
| 2024-07-30 | Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet... | Matthias Krüger | -6/+78 |
| 2024-07-30 | Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiser | bors | -0/+17 |
| 2024-07-30 | Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, too | Oli Scherer | -1/+1 |
| 2024-07-30 | Test RUSTC_OVERRIDE_VERSION_STRING | Oli Scherer | -0/+17 |
| 2024-07-30 | Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278... | bors | -7/+37 |
| 2024-07-30 | Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkov | bors | -140/+395 |
| 2024-07-30 | make `///` doc comments compatible with naked functions | Folkert | -0/+3 |
| 2024-07-30 | the output in stderr expects panic-unwind | aissata | -2/+3 |
| 2024-07-30 | Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errors | Matthias Krüger | -2/+109 |
| 2024-07-29 | Mark Parser::eat/check methods as must_use | Michael Goulet | -0/+16 |
| 2024-07-29 | Auto merge of #128360 - matthiaskrgr:rollup-wwy5mkj, r=matthiaskrgr | bors | -166/+126 |
| 2024-07-29 | Rollup merge of #128284 - GKFX:stabilize-offset-of-nested, r=dtolnay,jieyouxu | Matthias Krüger | -161/+62 |
| 2024-07-29 | Rollup merge of #128104 - mu001999-contrib:fix/128053, r=petrochenkov | Matthias Krüger | -5/+64 |
| 2024-07-29 | Detect non-lifetime binder params shadowing item params | Michael Goulet | -6/+78 |
| 2024-07-29 | Delegation: support generics for delegation from free functions | Bryanskiy | -140/+395 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -161/+62 |
| 2024-07-29 | Rollup merge of #128337 - bvanjoi:issue-121613, r=compiler-errors | Matthias Krüger | -0/+116 |
| 2024-07-29 | Rollup merge of #128239 - compiler-errors:error-on-object-cand-confirm, r=oli... | Matthias Krüger | -0/+22 |
| 2024-07-29 | Rollup merge of #128174 - compiler-errors:trait-alias-marker, r=oli-obk | Matthias Krüger | -0/+18 |
| 2024-07-29 | Rollup merge of #127882 - compiler-errors:cfi-sized-self-gat, r=oli-obk | Matthias Krüger | -0/+38 |
| 2024-07-29 | only accept adt type during infer source visitor | bohan | -0/+116 |
| 2024-07-29 | Rollup merge of #128277 - RalfJung:offset_from_wildcard, r=oli-obk | Matthias Krüger | -66/+68 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -3/+3 |
| 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-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 #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 | allow `#[target_feature]` on `#[naked]` functions | Folkert | -25/+6 |
| 2024-07-27 | switch to an allowlist approach | Folkert | -31/+132 |
| 2024-07-27 | Make `missing_fragment_specifier` an error in edition 2024 | Trevor Gross | -18/+74 |
| 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 | Don't ICE when encountering error regions when confirming object method candi... | Michael Goulet | -0/+22 |
| 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 |