about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-11-19Suggest using builder on curly brace struct called as fnEsteban Küber-7/+33
2023-11-19Do not suggest struct literal when fields are privateEsteban Küber-1/+1
2023-11-19Add test for public struct with private fieldsEsteban Küber-1/+19
2023-11-19On private tuple struct, suggest `Default::default` when possibleEsteban Küber-0/+4
2023-11-19Don't sort `span_suggestions`, leave that to callerEsteban Küber-4/+4
2023-11-19When encountering struct fn call literal with private fields, suggest all bui...Esteban Küber-22/+13
2023-11-19Avoid iterating over hashmaps in astconvNilstrieb-2/+2
2023-11-19Add documentation for some queriesNilstrieb-2/+2
2023-11-19disable csky test on CIRalf Jung-3/+5
2023-11-19Auto merge of #118054 - max-niederman:pinned-must-use, r=Nilstriebbors-0/+65
2023-11-19Auto merge of #117807 - RalfJung:raw-str-slice, r=davidtwcobors-2/+19
2023-11-18add test for pinned `must_use` pointersMax Niederman-0/+65
2023-11-19Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naberTakayuki Maeda-77/+315
2023-11-18Update --check-cfg tests that had old --cfg warningUrgau-83/+28
2023-11-18Auto merge of #117924 - estebank:issue-53841, r=petrochenkovbors-0/+3
2023-11-18guarantee that char and u32 are ABI-compatibleRalf Jung-0/+7
2023-11-18Auto merge of #117825 - fee1-dead-contrib:corefx, r=petrochenkovbors-2/+22
2023-11-18Auto merge of #117742 - weiznich:turn_overlapping_diagnostic_options_into_war...bors-4/+118
2023-11-18tweak logic of "unknown field" labelEsteban Küber-24/+70
2023-11-18When a local binding shadows a fn, point at fn def in call failureEsteban Küber-0/+3
2023-11-17Auto merge of #118023 - matthiaskrgr:rollup-i9skwic, r=matthiaskrgrbors-33/+4
2023-11-17Rollup merge of #117964 - estebank:issue-81232, r=petrochenkovMatthias Krüger-3/+3
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-30/+1
2023-11-17Auto merge of #114292 - estebank:issue-71039, r=b-naberbors-10/+56
2023-11-17Auto merge of #112422 - aliemjay:implied-bounds-placeholders, r=lcnrbors-0/+71
2023-11-17Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errorsbors-25/+91
2023-11-17Rollup merge of #117998 - estebank:issue-88404, r=TaKO8KiMatthias Krüger-0/+49
2023-11-17Rollup merge of #115476 - RalfJung:abi-compat-docs, r=Mark-SimulacrumMatthias Krüger-4/+4
2023-11-17Add some additional warnings for duplicated diagnostic itemsGeorg Semmler-4/+118
2023-11-17On resolve error of `[rest..]`, suggest `[rest @ ..]`Esteban Küber-0/+49
2023-11-17Rollup merge of #117990 - estebank:issue-100825-part-deux, r=NilstriebMatthias Krüger-6/+69
2023-11-17Rollup merge of #117959 - estebank:issue-76086, r=compiler-errorsMatthias Krüger-1/+7
2023-11-17Rollup merge of #117892 - estebank:fat-arrow-typo, r=compiler-errorsMatthias Krüger-0/+39
2023-11-16Fix code indentationEsteban Küber-1/+1
2023-11-16Handle attempts to have multiple `cfg`d tail expressionsEsteban Küber-0/+73
2023-11-16Auto merge of #116097 - jackh726:higher-ranked-lifetime-error-backup, r=compi...bors-0/+26
2023-11-16address review commentEsteban Küber-5/+13
2023-11-16recover primary span labelEsteban Küber-102/+118
2023-11-16Suggest `unwrap()` on field not found for `Result`/`Option`Esteban Küber-16/+149
2023-11-16Suggest field typo through derefsEsteban Küber-59/+94
2023-11-16Add test for parens around match arm pattern and conditionEsteban Küber-0/+63
2023-11-16Smaller span for unnessary `mut` suggestionEsteban Küber-6/+6
2023-11-16Move tests to subdirectoryEsteban Küber-0/+0
2023-11-16Suggest replacing `Self` with the right type on type errorEsteban Küber-0/+4
2023-11-16Point at impl self ty on type error involving `Self`Esteban Küber-1/+3
2023-11-16More detail when expecting expression but encountering bad macro argumentEsteban Küber-10/+56
2023-11-16ignore implied bounds with placeholdersAli MJ Al-Nasrawy-0/+71
2023-11-16When using existing fn as module, don't claim it doesn't existEsteban Küber-3/+3
2023-11-15Auto merge of #117878 - gavinleroy:proper-depth-check, r=lcnrbors-0/+2
2023-11-15Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwUbors-7/+7