about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2023-11-04Add testsNadrieril-0/+96
2023-11-04Rollup merge of #117343 - Nadrieril:cleanup_check_match, r=davidtwcoTakayuki Maeda-22/+22
2023-11-03Tweak spans for "adt defined here" noteNadrieril-22/+22
2023-11-02Pretty print Fn traits in rustc_on_unimplementedMichael Goulet-15/+15
2023-11-02add test for #113375Matthias Krüger-0/+18
2023-11-02add test for #113381Matthias Krüger-0/+26
2023-11-01Stabilize C string literalsJohn Millikin-40/+0
2023-10-30Rollup merge of #117205 - weiznich:multiple_notes_for_on_unimplemented, r=com...León Orell Valerian Liehr-0/+3
2023-10-28make pointer_structural_match warn-by-defaultRalf Jung-10/+113
2023-10-28also lint against fn ptr and raw ptr nested inside the constRalf Jung-3/+19
2023-10-28patterns: reject raw pointers that are not just integersRalf Jung-2/+2
2023-10-27Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJungbors-10/+9
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-0/+3
2023-10-26Deny providing explicit effect paramsDeadbeef-0/+185
2023-10-24Use `PlaceMention` for match scrutinees.Camille GILLOT-10/+9
2023-10-23Update `since` stability attributes in testsDavid Tolnay-1/+1
2023-10-22Rollup merge of #117034 - Nadrieril:fix-117033, r=cjgillotMatthias Krüger-0/+7
2023-10-21Fix #117033Nadrieril-0/+7
2023-10-21Rollup merge of #116992 - estebank:issue-69492, r=oli-obkMatthias Krüger-0/+1
2023-10-21Mention the syntax for `use` on `mod foo;` if `foo` doesn't existEsteban Küber-0/+1
2023-10-21Auto merge of #116734 - Nadrieril:lint-per-column, r=cjgillotbors-88/+135
2023-10-20s/generator/coroutine/Oli Scherer-14/+14
2023-10-20s/Generator/Coroutine/Oli Scherer-7/+7
2023-10-17Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obkbors-32/+563
2023-10-15Duplicate `~const` bounds with a non-const one in effects desugaringDeadbeef-32/+563
2023-10-14Lint `non_exhaustive_omitted_patterns` per columnNadrieril-127/+68
2023-10-14Add and prepare testsNadrieril-48/+154
2023-10-13Stabilize AFIT and RPITITMichael Goulet-9/+7
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-6/+6
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-1/+15
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+10
2023-09-30Validate `~const` trait bounds on associated fns.Raekye-12/+105
2023-09-22Auto merge of #116077 - matthiaskrgr:rollup-2y1buzg, r=matthiaskrgrbors-6/+6
2023-09-22Auto merge of #116001 - fmease:validate-crate-name-extern-cli-opt, r=est31bors-15/+1
2023-09-22Change `start` to `#[start]` in some diagnosisEduardo Sánchez Muñoz-6/+6
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-54/+47
2023-09-20Validate crate name in CLI option --externLeón Orell Valerian Liehr-15/+1
2023-09-20bless the known-bug testsDeadbeef-74/+59
2023-09-20Enable effects for libcoreDeadbeef-113/+121
2023-09-19Add more if let guard testsMatthew Jasper-0/+247
2023-09-15Auto merge of #115859 - compiler-errors:effect-fallback, r=fee1-deadbors-1/+8
2023-09-14Fallback effects even if types also fall backMichael Goulet-1/+8
2023-09-14Auto merge of #115677 - matthewjasper:let-expr-recovery, r=b-naberbors-1694/+1881
2023-09-13Address review commentsMatthew Jasper-0/+343
2023-09-11Reduce double errors for invalid let expressionsMatthew Jasper-121/+1241
2023-09-11Move let expression checking to parsingMatthew Jasper-1794/+476
2023-09-11Don't create drop scopes after item statementsMatthew Jasper-0/+42
2023-09-10Implement fallback for effect paramDeadbeef-0/+9
2023-09-03Auto merge of #115270 - sebastiantoh:issue-105479, r=Nadrierilbors-2/+3
2023-09-03Improve clarity of diagnostic message on non-exhaustive matchesSebastian Toh-1/+1