about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-10-29Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errorsbors-17/+450
2023-10-28Auto merge of #116240 - dtolnay:constdiscriminant, r=thomccbors-2/+1
2023-10-28make pointer_structural_match warn-by-defaultRalf Jung-25/+221
2023-10-28also lint against fn ptr and raw ptr nested inside the constRalf Jung-6/+42
2023-10-28patterns: reject raw pointers that are not just integersRalf Jung-11/+36
2023-10-28Rollup merge of #117277 - RalfJung:too-big-with-padding, r=oli-obkJubilee-0/+26
2023-10-28Rollup merge of #117025 - Urgau:cleanup-improve-check-cfg-impl, r=petrochenkovJubilee-1/+7
2023-10-28Rollup merge of #116945 - estebank:sealed-trait-impls, r=petrochenkovJubilee-7/+77
2023-10-28restore snapshot when parse_param_generalMu001999-0/+24
2023-10-27Auto merge of #117294 - matthiaskrgr:rollup-xylsec7, r=matthiaskrgrbors-128/+154
2023-10-27Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJungbors-455/+195
2023-10-27Recover from incorrectly ordered/duplicated function keywordsclubby789-8/+99
2023-10-27Match usize/isize exhaustivelyNadrieril-257/+208
2023-10-27Add testsNadrieril-14/+80
2023-10-27Rollup merge of #117246 - estebank:issue-117209, r=petrochenkovMatthias Krüger-0/+132
2023-10-27Rollup merge of #117212 - clubby789:fix-ternary-recover, r=compiler-errorsMatthias Krüger-128/+22
2023-10-27When encountering sealed traits, point types that implement itEsteban Küber-7/+77
2023-10-27Detect misparsed binop caused by missing semiEsteban Küber-0/+40
2023-10-27Account for type param from other item in `note_and_explain`Esteban Küber-0/+86
2023-10-27fix failure to detect a too-big-type after adding paddingRalf Jung-0/+26
2023-10-27Fuse `gen` blocksOli Scherer-19/+2
2023-10-27Auto merge of #116751 - Nadrieril:lint-overlap-per-column, r=davidtwcobors-25/+76
2023-10-27Use targetted diagnostic for borrow across yield errorOli Scherer-2/+2
2023-10-27Prevent generators from being movableOli Scherer-0/+28
2023-10-27Handle `move` generatorsOli Scherer-0/+98
2023-10-27Feature gate coroutine `yield` usageOli Scherer-13/+74
2023-10-27Demonstrate issue with `yield` checksOli Scherer-2/+15
2023-10-27Feature gate `gen` blocks, even in 2024 editionOli Scherer-13/+89
2023-10-27Basic generators workOli Scherer-0/+18
2023-10-27Make `gen` blocks implement the `Iterator` traitOli Scherer-0/+78
2023-10-27Add gen blocks to ast and do some broken ast loweringOli Scherer-10/+10
2023-10-27Auto merge of #116858 - estebank:issue-22488, r=petrochenkovbors-0/+50
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-0/+73
2023-10-27Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgrbors-287/+142
2023-10-27Better guard against wrong input with check-cfg any()Urgau-1/+7
2023-10-27Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obkMatthias Krüger-233/+21
2023-10-27Rollup merge of #116868 - estebank:suggestion, r=petrochenkovMatthias Krüger-54/+121
2023-10-27Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnaybors-34/+27
2023-10-27Handle `ty::Opaque` correctlyNadrieril-10/+17
2023-10-27Lint overlapping ranges as a separate passNadrieril-15/+59
2023-10-27Auto merge of #113183 - estebank:redundant-sized-errors, r=davidtwcobors-0/+18
2023-10-26Recover ternary expression as errorclubby789-130/+11
2023-10-26Suggest assoc fn `new` when trying to build tuple struct with private fieldsEsteban Küber-0/+50
2023-10-26Rollup merge of #117114 - nnethercote:improve-stringify-test, r=petrochenkovMatthias Krüger-559/+475
2023-10-26Rollup merge of #117106 - estebank:issue-27300, r=petrochenkovMatthias Krüger-0/+69
2023-10-26Rollup merge of #116968 - eopb:116967, r=petrochenkovMatthias Krüger-0/+21
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-54/+121
2023-10-26Restrict param constraint suggestionEsteban Küber-0/+46
2023-10-26Stash and cancel cycle errors for auto trait leakage in opaquesMichael Goulet-233/+21
2023-10-26Auto merge of #117228 - matthiaskrgr:rollup-23zzepv, r=matthiaskrgrbors-0/+100