about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-10-27When encountering sealed traits, point types that implement itEsteban Küber-7/+77
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-27Auto merge of #117260 - okaneco:ascii_branchless, r=thomccbors-0/+47
2023-10-27Handle `ty::Opaque` correctlyNadrieril-10/+17
2023-10-27Lint overlapping ranges as a separate passNadrieril-15/+59
2023-10-27Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkovbors-0/+73
2023-10-26Refactor some `char`, `u8` ascii functions to be branchlessokaneco-0/+47
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-13/+144
2023-10-26Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errorsMatthias Krüger-0/+70
2023-10-26Rollup merge of #117143 - estebank:issue-117080, r=wesleywiserMatthias Krüger-0/+30
2023-10-26Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obkMatthias Krüger-13/+44
2023-10-26Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obkbors-0/+185
2023-10-26Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnrbors-15/+49
2023-10-26Quietly fail if an error has already occurredOli Scherer-0/+70
2023-10-26Properly restore snapshot when failing to recover parsing ternaryclubby789-5/+18
2023-10-26Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnrbors-17/+92
2023-10-26Deny providing explicit effect paramsDeadbeef-0/+185
2023-10-26Auto merge of #117148 - dtolnay:sinceversion, r=cjgillotbors-36/+23
2023-10-26Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 editionOli Scherer-0/+78
2023-10-26Auto merge of #117115 - zetafunction:linking, r=bjorn3bors-8/+24
2023-10-26Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiserbors-0/+1
2023-10-26Remove unused feature from a miri testMaybe Waffle-4/+3