about summary refs log tree commit diff
path: root/tests/ui/rfcs
AgeCommit message (Expand)AuthorLines
2023-12-04Use default params until effects in desugaringDeadbeef-6/+19
2023-12-03Satisfy tidyNadrieril-0/+183
2023-12-01Auto merge of #117472 - jmillikin:stable-c-str-literals, r=Nilstriebbors-40/+0
2023-11-30Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-deadbors-45/+13
2023-11-29Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31Matthias Krüger-47/+129
2023-11-29Rollup merge of #118191 - estebank:let-chain-typo, r=compiler-errorsMatthias Krüger-0/+8
2023-11-28Add with_opt_const_effect_param helper, simplifyMichael Goulet-2/+2
2023-11-28Add PartialEq<&B> for &AMichael Goulet-44/+12
2023-11-28Fix PartialEq args when #[const_trait] is enabledMichael Goulet-1/+1
2023-11-28thir-unsafeck: print list of missing target features when calling a function ...Eduardo Sánchez Muñoz-13/+65
2023-11-28Suggest `let` or `==` on typo'd let-chainEsteban Küber-0/+8
2023-11-28Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errorsbors-30/+75
2023-11-27Print list of missing target features when calling a function with target fea...Eduardo Sánchez Muñoz-37/+67
2023-11-26Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillotbors-120/+95
2023-11-25effects: Run `enforce_context_effects` for all method callsDeadbeef-30/+75
2023-11-24Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkinbors-137/+137
2023-11-24Manual find replace updatesNilstrieb-10/+10
2023-11-24Show number in error message even for one errorNilstrieb-127/+127
2023-11-24Add `Span` to `TraitBoundModifier`Deadbeef-35/+35
2023-11-22When failing to import `core`, suggest `std`Esteban Küber-5/+8
2023-11-22Add some testsNadrieril-120/+95
2023-11-12Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-deadbors-81/+391
2023-11-12Deny more `~const` trait boundsLeón Orell Valerian Liehr-81/+391
2023-11-08Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwcobors-14/+133
2023-11-06Rollup merge of #117516 - matthiaskrgr:test_effects_113375_oob, r=fee1-deadMatthias Krüger-0/+18
2023-11-06Rollup merge of #117190 - matthiaskrgr:test_effects_113381, r=fee1-deadMatthias Krüger-0/+26
2023-11-04Suggest to set lint level on whole matchNadrieril-31/+42
2023-11-04Warn when lint level is set on a match armNadrieril-5/+57
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