about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-09-08Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=...bors-117/+106
2024-09-08Auto merge of #129313 - RalfJung:coroutine-niches, r=compiler-errorsbors-26/+29
2024-09-07Rollup merge of #130009 - notriddle:notriddle/trailing-arrow, r=lolbinarycat,...Matthias Krüger-9/+75
2024-09-07Rollup merge of #129869 - cyrgani:master, r=Mark-SimulacrumMatthias Krüger-0/+80
2024-09-07Rollup merge of #129847 - compiler-errors:async-cycle, r=davidtwcoMatthias Krüger-0/+19
2024-09-07Rollup merge of #129677 - compiler-errors:by-move-body-err, r=cjgillotMatthias Krüger-0/+27
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-5/+3
2024-09-07Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorinoMatthias Krüger-2/+154
2024-09-07Auto merge of #126161 - Bryanskiy:delegation-generics-4, r=petrochenkovbors-325/+417
2024-09-07Don't build by-move body when async closure is taintedMichael Goulet-0/+27
2024-09-07Rollup merge of #130054 - cuishuang:master, r=chenyukangMichael Goulet-1/+1
2024-09-07Rollup merge of #129940 - liushuyu:s390x-target-features, r=RalfJungMichael Goulet-0/+46
2024-09-07Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukangMichael Goulet-8/+573
2024-09-07Rollup merge of #129891 - nikic:naked-no-san, r=jackh726Michael Goulet-0/+22
2024-09-07Rollup merge of #129840 - GrigorenkoPV:elided-named-lifetimes-suggestion, r=c...Michael Goulet-0/+31
2024-09-07Rollup merge of #129468 - Rajveer100:hack-to-avoid-function-merging, r=Mark-S...Michael Goulet-126/+12
2024-09-06Add Suggestions for Misspelled KeywordsVeera-13/+169
2024-09-07Add missing quotation markscuishuang-1/+1
2024-09-06Lint against keyword lifetimes in keyword_identsMichael Goulet-2/+25
2024-09-06Add some more testsMichael Goulet-0/+105
2024-09-06Reserve prefix lifetimes tooMichael Goulet-0/+24
2024-09-06Hack around a conflict with `clippy::needless_lifetimes`Pavel Grigorenko-103/+0
2024-09-06Auto merge of #121848 - lcnr:stabilize-next-solver, r=compiler-errorsbors-551/+373
2024-09-06elided_named_lifetimes: manually implement `LintDiagnostic`Pavel Grigorenko-26/+26
2024-09-06elided_named_lifetimes: add suggestionsPavel Grigorenko-0/+134
2024-09-06Do not request sanitizers for naked functionsNikita Popov-0/+22
2024-09-06Rollup merge of #130013 - jonathan-conder:await_coverage, r=ZalatharMatthias Krüger-29/+123
2024-09-06Rollup merge of #129021 - compiler-errors:ptr-cast-outlives, r=lcnrMatthias Krüger-5/+81
2024-09-06coverage: Treat await similar to a macroJonathan Conder-37/+30
2024-09-06coverage: Add test to codify existing behaviorJonathan Conder-0/+101
2024-09-06Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgrbors-7/+108
2024-09-05rustdoc-search: allow trailing `Foo ->` arg searchMichael Howell-9/+75
2024-09-06Auto merge of #121614 - clubby789:no-expect, r=saethlinbors-1/+1
2024-09-05Rollup merge of #129472 - folkertdev:const-refs-to-static-asm-const, r=lcnrMatthias Krüger-7/+77
2024-09-05Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillotMatthias Krüger-0/+31
2024-09-05Rollup merge of #129973 - jieyouxu:rework-rmake-stdio, r=KobzolMatthias Krüger-23/+33
2024-09-05Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddleMatthias Krüger-21/+208
2024-09-05Rollup merge of #129706 - compiler-errors:scratch, r=estebankMatthias Krüger-54/+25
2024-09-05Rollup merge of #129471 - GuillaumeGomez:sort-impl-associated-items, r=t-rust...Matthias Krüger-0/+84
2024-09-05Delegation: support generics in associated delegation itemsBryanskiy-201/+293
2024-09-05Adjust testsMichael Goulet-3/+22
2024-09-05Check unnormalized signature on pointer castMichael Goulet-6/+63
2024-09-05Don't worry about uncaptured contravariant lifetimes if they outlive a captur...Michael Goulet-0/+15
2024-09-05Add regression test for sidebar associated itemsGuillaume Gomez-0/+42
2024-09-05Make impl associated constants sorted firstGuillaume Gomez-7/+7
2024-09-05Add regression test for impl associated items sortingGuillaume Gomez-0/+42
2024-09-05tests: use renamed `stdin_buf`许杰友 Jieyou Xu (Joe)-23/+33
2024-09-05update test descriptionlcnr-3/+3
2024-09-05remove unnecessary revisionslcnr-273/+22
2024-09-05rebase and update fixed `crashes`lcnr-21/+78