about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-12-07Enable stack probes on aarch64 for LLVM 18Josh Stone-2/+6
2023-12-07Rollup merge of #116420 - bvanjoi:fix-116203, r=NilstriebMatthias Krüger-0/+67
2023-12-07Auto merge of #118324 - RalfJung:ctfe-read-only-pointers, r=saethlinbors-77/+156
2023-12-07also print 'immutable' flagRalf Jung-62/+62
2023-12-07compile-time evaluation: emit a lint when a write through an immutable pointe...Ralf Jung-15/+94
2023-12-06Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgrbors-173/+162
2023-12-06Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkinMatthias Krüger-0/+53
2023-12-06Rollup merge of #118317 - bvanjoi:fix-118295, r=petrochenkovMatthias Krüger-0/+19
2023-12-06Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naberMatthias Krüger-173/+90
2023-12-06Auto merge of #117936 - mu001999:master, r=petrochenkovbors-0/+20
2023-12-06Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgrbors-3/+130
2023-12-06Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-...Matthias Krüger-3/+130
2023-12-06Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errorsbors-6/+7
2023-12-06tip for define macro name after `macro_rules!`bohan-0/+19
2023-12-06Use the glob binding in resolve_rustdoc_path processr0cky-0/+20
2023-12-06Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ...bors-0/+61
2023-12-06Point out shadowed associated typesTheLazyDutchman-0/+61
2023-12-06Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errorsbors-38/+131
2023-12-05Reduce verbosity of errorEsteban Küber-27/+3
2023-12-05Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err`Esteban Küber-7/+17
2023-12-05Point at fewer methods in the chain, only those that change the E typeEsteban Küber-24/+17
2023-12-05Provide context when `?` can't be called because of `Result<_, E>`Esteban Küber-3/+151
2023-12-05Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errorsMichael Goulet-1/+11
2023-12-05Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=...Michael Goulet-0/+49
2023-12-05Rollup merge of #118268 - compiler-errors:pretty-print, r=estebankMichael Goulet-37/+37
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-0/+34
2023-12-05Auto merge of #118457 - eholk:genfn, r=compiler-errorsbors-3/+63
2023-12-05Add print_trait_sugaredMichael Goulet-37/+37
2023-12-05Continue folding if deep normalizer failsMichael Goulet-18/+17
2023-12-05Add deeply_normalize_for_diagnostics, use it in coherenceMichael Goulet-0/+50
2023-12-05Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e...Matthias Krüger-6/+19
2023-12-05Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d...Matthias Krüger-65/+24
2023-12-05Rollup merge of #117922 - estebank:unclosed-generics, r=b-naberMatthias Krüger-36/+30
2023-12-05Remove deprecated --check-cfg names() and values() syntaxUrgau-173/+90
2023-12-05Auto merge of #118076 - estebank:issue-109429, r=davidtwcobors-44/+484
2023-12-05Auto merge of #118066 - estebank:structured-use-suggestion, r=b-naberbors-5/+54
2023-12-05Remove `#[rustc_host]`, use internal desugaringDeadbeef-6/+7
2023-12-05Auto merge of #117088 - lcnr:generalize-alias, r=compiler-errorsbors-10/+194
2023-12-04Address code review feedbackEric Holk-0/+19
2023-12-04Structured `use` suggestion on privacy errorEsteban Küber-5/+54
2023-12-04Fix rebaseEsteban Küber-3/+3
2023-12-04Provide more suggestions for cloning immutable bindingsEsteban Küber-9/+95
2023-12-04On "this .clone() is on the reference", provide more infoEsteban Küber-0/+84
2023-12-04Mark more tests as `run-rustfix`Esteban Küber-3/+50
2023-12-04Tweak output on specific caseEsteban Küber-1/+1
2023-12-04Suggest cloning and point out obligation errors on move errorEsteban Küber-17/+186
2023-12-04Tweak `.clone()` suggestion to work in more casesEsteban Küber-15/+69
2023-12-04Merge Async and Gen into CoroutineKindEric Holk-0/+2
2023-12-04Add a basic test for gen fnEric Holk-0/+18
2023-12-04Make async gen fn an errorEric Holk-0/+19