| Age | Commit message (Expand) | Author | Lines |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -9/+9 |
| 2024-07-28 | Rollup merge of #127853 - folkertdev:naked-function-error-messages, r=bjorn3 | Matthias Krüger | -48/+118 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -9/+9 |
| 2024-07-27 | Rollup merge of #128271 - Nilstrieb:jump-into-a-can-of-worms-called-float-equ... | Trevor Gross | -0/+7 |
| 2024-07-27 | Rollup merge of #128241 - compiler-errors:clone-sugg, r=jieyouxu | Trevor Gross | -31/+0 |
| 2024-07-27 | Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu | Trevor Gross | -28/+69 |
| 2024-07-27 | Disable jump threading of float equality | Nilstrieb | -0/+7 |
| 2024-07-27 | Auto merge of #128006 - tgross35:missing-fragment-specifier-e2024, r=petroche... | bors | -7/+40 |
| 2024-07-27 | allow `#[target_feature]` on `#[naked]` functions | Folkert | -2/+1 |
| 2024-07-27 | switch to an allowlist approach | Folkert | -34/+53 |
| 2024-07-27 | Auto merge of #124905 - reitermarkus:u32-from-char-opt, r=scottmcm | bors | -57/+79 |
| 2024-07-27 | Make `missing_fragment_specifier` an error in edition 2024 | Trevor Gross | -7/+40 |
| 2024-07-26 | Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errors | Trevor Gross | -3/+6 |
| 2024-07-26 | Rollup merge of #128226 - oli-obk:option_vs_empty_slice, r=petrochenkov | Trevor Gross | -6/+6 |
| 2024-07-26 | Rollup merge of #128224 - nnethercote:fewer-replace_ranges, r=petrochenkov | Trevor Gross | -25/+21 |
| 2024-07-26 | Rollup merge of #128223 - nnethercote:refactor-collect_tokens, r=petrochenkov | Trevor Gross | -45/+43 |
| 2024-07-26 | Rollup merge of #128201 - compiler-errors:closure-clone, r=oli-obk | Trevor Gross | -3/+27 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -50/+97 |
| 2024-07-26 | Remove logic to suggest clone of function output | Michael Goulet | -31/+0 |
| 2024-07-26 | Suppress useless clone suggestion | Michael Goulet | -0/+5 |
| 2024-07-26 | Make coroutine-closures possible to be cloned | Michael Goulet | -3/+22 |
| 2024-07-26 | Forbid `?Trait` bounds repetitions | Bryanskiy | -10/+16 |
| 2024-07-26 | Improve error message for `extern "C" unsafe fn()` | Tamme Dittrich | -3/+6 |
| 2024-07-26 | Auto merge of #128165 - saethlin:optimize-clone-shims, r=compiler-errors | bors | -4/+5 |
| 2024-07-26 | Auto merge of #128034 - Nadrieril:explain-unreachable, r=compiler-errors | bors | -116/+353 |
| 2024-07-26 | Remove redundant option that was just encoding that a slice was empty | Oli Scherer | -6/+6 |
| 2024-07-26 | Remove an unnecessary block. | Nicholas Nethercote | -11/+9 |
| 2024-07-26 | Tweak a loop. | Nicholas Nethercote | -5/+7 |
| 2024-07-26 | Fix a comment. | Nicholas Nethercote | -3/+3 |
| 2024-07-26 | Rollup merge of #128170 - saethlin:clone-fn, r=compiler-errors | Trevor Gross | -2/+4 |
| 2024-07-26 | Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errors | Trevor Gross | -2/+5 |
| 2024-07-26 | Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelix | Trevor Gross | -10/+22 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -238/+322 |
| 2024-07-26 | Don't include inner attribute ranges in `CaptureState`. | Nicholas Nethercote | -6/+2 |
| 2024-07-26 | Add a label to point to the lacking macro name definition | Lin Yihai | -2/+5 |
| 2024-07-26 | Auto merge of #128213 - matthiaskrgr:rollup-v40q1j3, r=matthiaskrgr | bors | -188/+420 |
| 2024-07-26 | Invert the sense of `is_complete` and rename it as `needs_tokens`. | Nicholas Nethercote | -11/+13 |
| 2024-07-26 | Move `is_complete` to the module that uses it. | Nicholas Nethercote | -13/+13 |
| 2024-07-26 | Inline and remove `AttrWrapper::is_complete`. | Nicholas Nethercote | -8/+4 |
| 2024-07-26 | Invert early exit conditions in `collect_tokens_trailing_token`. | Nicholas Nethercote | -29/+29 |
| 2024-07-26 | Rollup merge of #128194 - maurer:fix-mmx, r=cuviper | Matthias Krüger | -5/+0 |
| 2024-07-26 | Rollup merge of #128085 - Zalathar:notes, r=Nadrieril | Matthias Krüger | -60/+198 |
| 2024-07-26 | Rollup merge of #127950 - nnethercote:rustfmt-skip-on-use-decls, r=cuviper | Matthias Krüger | -0/+3 |
| 2024-07-26 | Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler... | Matthias Krüger | -9/+25 |
| 2024-07-26 | Rollup merge of #126090 - compiler-errors:supertrait-assoc-ty-unsoundness, r=... | Matthias Krüger | -114/+194 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -434/+164 |
| 2024-07-25 | Make Clone::clone a lang item | Ben Kimock | -2/+4 |
| 2024-07-26 | refactor the `if if` | Folkert | -3/+7 |
| 2024-07-25 | improve error message when `global_asm!` uses `asm!` options | Folkert | -28/+65 |
| 2024-07-25 | Auto merge of #126963 - runtimeverification:smir_serde_derive, r=celinval | bors | -139/+166 |