about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-09-08Auto merge of #130036 - weiznich:diagnostic_unstable_tracking, r=compiler-errorsbors-9/+51
2024-09-08Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=...bors-57/+89
2024-09-08Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errorsbors-1/+7
2024-09-07Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgrbors-76/+204
2024-09-07Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwcoMatthias Krüger-1/+12
2024-09-07Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillotMatthias Krüger-2/+9
2024-09-07Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorinoMatthias Krüger-73/+183
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-27/+16
2024-09-07Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkovbors-120/+360
2024-09-07Don't build by-move body when async closure is taintedMichael Goulet-2/+9
2024-09-07Rollup merge of #129987 - compiler-errors:capture-place-region, r=davidtwcoMichael Goulet-43/+19
2024-09-07Rollup merge of #129940 - liushuyu:s390x-target-features, r=RalfJungMichael Goulet-3/+1
2024-09-07Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukangMichael Goulet-4/+129
2024-09-07Rollup merge of #129891 - nikic:naked-no-san, r=jackh726Michael Goulet-21/+25
2024-09-07Rollup merge of #129840 - GrigorenkoPV:elided-named-lifetimes-suggestion, r=c...Michael Goulet-29/+80
2024-09-06Add Suggestions for Misspelled KeywordsVeera-4/+129
2024-09-07Auto merge of #129341 - madsmtm:refactor-deployment-target, r=petrochenkovbors-374/+381
2024-09-06Auto merge of #128776 - Bryanskiy:deep-reject-ctxt, r=lcnrbors-150/+270
2024-09-06Revert ed7bdbb17b9c03fe3530e5e3f21b7c6c7879dbcaGeorg Semmler-3/+0
2024-09-06Correctly handle stability of `#[diagnostic]` attributesGeorg Semmler-6/+51
2024-09-06Lint against keyword lifetimes in keyword_identsMichael Goulet-5/+18
2024-09-06Add some more testsMichael Goulet-1/+1
2024-09-06Add initial support for raw lifetimesMichael Goulet-40/+116
2024-09-06Format lexerMichael Goulet-20/+23
2024-09-06Reserve prefix lifetimes tooMichael Goulet-9/+27
2024-09-06Hack around a conflict with `clippy::needless_lifetimes`Pavel Grigorenko-0/+7
2024-09-06Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errorsbors-27/+19
2024-09-06elided_named_lifetimes: manually implement `LintDiagnostic`Pavel Grigorenko-33/+49
2024-09-06elided_named_lifetimes: add suggestionsPavel Grigorenko-16/+32
2024-09-06elided_named_lifetimes: unify lint def & pass MissingLifetimeKindPavel Grigorenko-21/+33
2024-09-06Do not request sanitizers for naked functionsNikita Popov-21/+25
2024-09-06Rollup merge of #130013 - jonathan-conder:await_coverage, r=ZalatharMatthias Krüger-34/+37
2024-09-06Rollup merge of #129969 - GrigorenkoPV:boxed-ty, r=compiler-errorsMatthias Krüger-35/+47
2024-09-06Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnrMatthias Krüger-7/+64
2024-09-06coverage: Treat await similar to a macroJonathan Conder-34/+37
2024-09-06Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgrbors-38/+64
2024-09-06Auto merge of #121614 - clubby789:no-expect, r=saethlinbors-13/+13
2024-09-06Make `Ty::boxed_ty` return an `Option`Pavel Grigorenko-35/+47
2024-09-05Rollup merge of #129939 - RalfJung:rvalue-len, r=compiler-errorsMatthias Krüger-0/+3
2024-09-05Rollup merge of #129472 - folkertdev:const-refs-to-static-asm-const, r=lcnrMatthias Krüger-3/+13
2024-09-05Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillotMatthias Krüger-35/+48
2024-09-05Rollup merge of #129720 - nnethercote:simplify-dest_prop-mm, r=cjgillotMatthias Krüger-67/+46
2024-09-05Rollup merge of #129706 - compiler-errors:scratch, r=estebankMatthias Krüger-3/+6
2024-09-05Rollup merge of #129028 - compiler-errors:contra, r=lcnrMatthias Krüger-88/+288
2024-09-05Rollup merge of #128820 - LYF1999:yf/dev, r=nikicMatthias Krüger-1/+2
2024-09-05update cfgsBoxy-11/+0
2024-09-05Delegation: support generics in associated delegation itemsBryanskiy-71/+207
2024-09-05Don't store region in CapturedPlaceMichael Goulet-43/+19
2024-09-05Check unnormalized signature on pointer castMichael Goulet-7/+64
2024-09-05Review commentsMichael Goulet-48/+40