| Age | Commit message (Expand) | Author | Lines |
| 2024-09-08 | Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errors | bors | -9/+51 |
| 2024-09-08 | Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=... | bors | -57/+89 |
| 2024-09-08 | Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errors | bors | -1/+7 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -76/+204 |
| 2024-09-07 | Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwco | Matthias Krüger | -1/+12 |
| 2024-09-07 | Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillot | Matthias Krüger | -2/+9 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -73/+183 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -27/+16 |
| 2024-09-07 | Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkov | bors | -120/+360 |
| 2024-09-07 | Don't build by-move body when async closure is tainted | Michael Goulet | -2/+9 |
| 2024-09-07 | Rollup merge of #129987 - compiler-errors:capture-place-region, r=davidtwco | Michael Goulet | -43/+19 |
| 2024-09-07 | Rollup merge of #129940 - liushuyu:s390x-target-features, r=RalfJung | Michael Goulet | -3/+1 |
| 2024-09-07 | Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang | Michael Goulet | -4/+129 |
| 2024-09-07 | Rollup merge of #129891 - nikic:naked-no-san, r=jackh726 | Michael Goulet | -21/+25 |
| 2024-09-07 | Rollup merge of #129840 - GrigorenkoPV:elided-named-lifetimes-suggestion, r=c... | Michael Goulet | -29/+80 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -4/+129 |
| 2024-09-07 | Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkov | bors | -374/+381 |
| 2024-09-06 | Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnr | bors | -150/+270 |
| 2024-09-06 | Revert ed7bdbb17b9c03fe3530e5e3f21b7c6c7879dbca | Georg Semmler | -3/+0 |
| 2024-09-06 | Correctly handle stability of `#[diagnostic]` attributes | Georg Semmler | -6/+51 |
| 2024-09-06 | Lint against keyword lifetimes in keyword_idents | Michael Goulet | -5/+18 |
| 2024-09-06 | Add some more tests | Michael Goulet | -1/+1 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -40/+116 |
| 2024-09-06 | Format lexer | Michael Goulet | -20/+23 |
| 2024-09-06 | Reserve prefix lifetimes too | Michael Goulet | -9/+27 |
| 2024-09-06 | Hack around a conflict with `clippy::needless_lifetimes` | Pavel Grigorenko | -0/+7 |
| 2024-09-06 | Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errors | bors | -27/+19 |
| 2024-09-06 | elided_named_lifetimes: manually implement `LintDiagnostic` | Pavel Grigorenko | -33/+49 |
| 2024-09-06 | elided_named_lifetimes: add suggestions | Pavel Grigorenko | -16/+32 |
| 2024-09-06 | elided_named_lifetimes: unify lint def & pass MissingLifetimeKind | Pavel Grigorenko | -21/+33 |
| 2024-09-06 | Do not request sanitizers for naked functions | Nikita Popov | -21/+25 |
| 2024-09-06 | Rollup merge of #130013 - jonathan-conder:await_coverage, r=Zalathar | Matthias Krüger | -34/+37 |
| 2024-09-06 | Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errors | Matthias Krüger | -35/+47 |
| 2024-09-06 | Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnr | Matthias Krüger | -7/+64 |
| 2024-09-06 | coverage: Treat await similar to a macro | Jonathan Conder | -34/+37 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -38/+64 |
| 2024-09-06 | Auto merge of #121614 - clubby789:no-expect, r=saethlin | bors | -13/+13 |
| 2024-09-06 | Make `Ty::boxed_ty` return an `Option` | Pavel Grigorenko | -35/+47 |
| 2024-09-05 | Rollup merge of #129939 - RalfJung:rvalue-len, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2024-09-05 | Rollup merge of #129472 - folkertdev:const-refs-to-static-asm-const, r=lcnr | Matthias Krüger | -3/+13 |
| 2024-09-05 | Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot | Matthias Krüger | -35/+48 |
| 2024-09-05 | Rollup merge of #129720 - nnethercote:simplify-dest_prop-mm, r=cjgillot | Matthias Krüger | -67/+46 |
| 2024-09-05 | Rollup merge of #129706 - compiler-errors:scratch, r=estebank | Matthias Krüger | -3/+6 |
| 2024-09-05 | Rollup merge of #129028 - compiler-errors:contra, r=lcnr | Matthias Krüger | -88/+288 |
| 2024-09-05 | Rollup merge of #128820 - LYF1999:yf/dev, r=nikic | Matthias Krüger | -1/+2 |
| 2024-09-05 | update cfgs | Boxy | -11/+0 |
| 2024-09-05 | Delegation: support generics in associated delegation items | Bryanskiy | -71/+207 |
| 2024-09-05 | Don't store region in CapturedPlace | Michael Goulet | -43/+19 |
| 2024-09-05 | Check unnormalized signature on pointer cast | Michael Goulet | -7/+64 |
| 2024-09-05 | Review comments | Michael Goulet | -48/+40 |