| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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/+0 |
| 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 #127557 - linyihai:issue-126694, r=compiler-errors | Trevor Gross | -6/+25 |
| 2024-07-26 | Rollup merge of #127017 - mu001999-contrib:dead/enhance, r=pnkfelix | Trevor Gross | -0/+65 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -237/+526 |
| 2024-07-26 | Add a label to point to the lacking macro name definition | Lin Yihai | -6/+25 |
| 2024-07-26 | Auto merge of #128213 - matthiaskrgr:rollup-v40q1j3, r=matthiaskrgr | bors | -141/+459 |
| 2024-07-26 | Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler... | Matthias Krüger | -141/+333 |
| 2024-07-26 | Rollup merge of #126090 - compiler-errors:supertrait-assoc-ty-unsoundness, r=... | Matthias Krüger | -0/+126 |
| 2024-07-25 | Auto merge of #127042 - GrigorenkoPV:derivative, r=compiler-errors | bors | -19/+19 |
| 2024-07-25 | Let InstCombine remove Clone shims inside Clone shims | Ben Kimock | -41/+0 |
| 2024-07-25 | Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgr | bors | -0/+34 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -20/+195 |
| 2024-07-25 | Rollup merge of #128172 - compiler-errors:non-self-arg, r=chenyukang | Matthias Krüger | -0/+55 |
| 2024-07-25 | Rollup merge of #128171 - compiler-errors:arg-compat, r=oli-obk | Matthias Krüger | -0/+95 |
| 2024-07-25 | Rollup merge of #128138 - folkertdev:asm-option-allowlist, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-07-25 | Rollup merge of #121364 - Urgau:unary_precedence, r=compiler-errors | Matthias Krüger | -0/+214 |
| 2024-07-25 | Fix a span error when parsing a wrong param of function. | surechen | -0/+34 |
| 2024-07-24 | Don't ICE if HIR and middle types disagree in borrowck error reporting | Michael Goulet | -0/+55 |
| 2024-07-24 | Make sure that args are compatible in resolve_associated_item | Michael Goulet | -0/+95 |
| 2024-07-25 | Rollup merge of #128160 - compiler-errors:auto, r=jackh726 | Matthias Krüger | -0/+97 |
| 2024-07-25 | Rollup merge of #128111 - estebank:no-question, r=fmease | Matthias Krüger | -102/+110 |
| 2024-07-25 | Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obk | Matthias Krüger | -111/+122 |
| 2024-07-25 | Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease | Matthias Krüger | -32/+104 |
| 2024-07-24 | Don't ICE when auto trait has assoc ty in old solver | Michael Goulet | -0/+97 |
| 2024-07-24 | Fix ddltool-failed test | Esteban Küber | -1/+1 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -102/+110 |
| 2024-07-24 | Rollup merge of #128122 - tgross35:missing-fragment-specifier-unconditional, ... | Matthias Krüger | -0/+115 |
| 2024-07-24 | Rollup merge of #127717 - gurry:127441-stray-impl-sugg, r=compiler-errors | Matthias Krüger | -0/+231 |
| 2024-07-24 | Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnr | Matthias Krüger | -253/+200 |
| 2024-07-24 | Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps` | Trevor Gross | -0/+115 |
| 2024-07-24 | Do not assemble candidates for auto traits of opaque types in their defining ... | Oli Scherer | -53/+87 |
| 2024-07-24 | Add regression tests | Oli Scherer | -0/+88 |
| 2024-07-24 | Do not try to reveal hidden types when trying to prove Freeze in the defining... | Oli Scherer | -252/+28 |
| 2024-07-24 | Rollup merge of #128133 - nnethercote:fix-cfg_attr-spans, r=petrochenkov | Matthias Krüger | -13/+13 |
| 2024-07-24 | Rollup merge of #128120 - compiler-errors:async-fn-name, r=oli-obk | Matthias Krüger | -2/+24 |
| 2024-07-24 | Rollup merge of #127374 - estebank:wrong-generic-args, r=oli-obk | Matthias Krüger | -158/+160 |
| 2024-07-24 | Rollup merge of #126152 - RalfJung:size_of_val_raw, r=saethlin | Matthias Krüger | -0/+22 |
| 2024-07-24 | Add regression test | Oli Scherer | -0/+49 |
| 2024-07-24 | use an allow list for allowed asm options in naked functions | Folkert | -2/+2 |
| 2024-07-24 | Improve spans on evaluated `cfg_attr`s. | Nicholas Nethercote | -13/+13 |