about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-03-29add run-rustfixMu42-2/+10
2023-03-28Raise an aborting signal without UBBen Kimock-2/+4
2023-03-28Specialization involving RPITITs is broken so ignore the diagnostic differenc...Santiago Pastorino-2/+38
2023-03-28privacy: Support `#![rustc_effective_visibility]` on the crate rootVadim Petrochenkov-24/+37
2023-03-28Skip no_mangle if the item has no name.Camille GILLOT-0/+19
2023-03-28Check for overflow in assemble_candidates_after_normalizing_self_tyMichael Goulet-0/+52
2023-03-28Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstriebbors-4/+179
2023-03-28Create AnnotationColumn struct to fix hard tab column numbers in errorspommicket-0/+32
2023-03-28Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnrbors-20/+9
2023-03-28Rollup merge of #109629 - aliemjay:remove-givens, r=lcnrnils-0/+82
2023-03-28Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726nils-0/+17
2023-03-28Rollup merge of #109321 - compiler-errors:illegal-mono-w-regions, r=cjgillotnils-0/+19
2023-03-28Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726nils-4/+61
2023-03-28Auto merge of #109557 - fee1-dead-contrib:mv-const-traits, r=oli-obkbors-259/+397
2023-03-28fix long lineDeadbeef-23/+25
2023-03-28Move const trait bounds checks to MIR constckDeadbeef-259/+395
2023-03-28Rollup merge of #108548 - jamen:master, r=compiler-errorsMatthias Krüger-10/+156
2023-03-28Erase impl regions when checking for impossible to eagerly monomorphize itemsMichael Goulet-0/+19
2023-03-28Add `(..)` syntax for RTNMichael Goulet-57/+72
2023-03-28Add tests and error messagesMichael Goulet-0/+245
2023-03-28Feature gateMichael Goulet-0/+51
2023-03-27check for write macro and write_fmt with err msgJames Dietz-3/+83
2023-03-27Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514bors-1/+1
2023-03-27Fix subslice capture in closureclubby789-0/+39
2023-03-27Bless tidyMaybe Waffle-1/+1
2023-03-27Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiaskoGuillaume Gomez-0/+1
2023-03-27Add notes to non-structural const in pattern error messageJamen Marz-10/+156
2023-03-27Add test for span of implicit format args captures.Mara Bos-0/+73
2023-03-27Bless UI tests.Mara Bos-15/+15
2023-03-27Use the FnPtr trait to avoid implementing common traits via macrosOli Scherer-20/+0
2023-03-27Add a builtin `FnPtr` traitlcnr-0/+9
2023-03-27Rollup merge of #109613 - lukas-code:match-str-to-char-suggestion, r=compiler...Matthias Krüger-1/+32
2023-03-26Add missing needs-asm-support annotation to ui/simple_global_asm.rsbjorn3-0/+1
2023-03-26tolerate region vars in implied boundsAli MJ Al-Nasrawy-0/+24
2023-03-26add testAli MJ Al-Nasrawy-0/+58
2023-03-26transmute testMichael Goulet-0/+61
2023-03-25Still-further-specializable projections are ambiguousMichael Goulet-0/+47
2023-03-25fix type suggestions in match armsLukas Markeffsky-1/+32
2023-03-25Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholkMatthias Krüger-11/+36
2023-03-25Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errorsMatthias Krüger-0/+85
2023-03-25Emits suggestions for expressions with parentheses or not separatelyMu001999-11/+15
2023-03-24Use independent suggestionsMu42-3/+11
2023-03-24Fix bad suggestion for clone/is_some in field init shorthandyukang-0/+85
2023-03-24Suggest ..= when someone tries to create an overflowing rangeMu42-0/+15
2023-03-24Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnrMatthias Krüger-0/+14
2023-03-24Rollup merge of #109433 - chenyukang:yukang/fix-109188-ice, r=lcnrMatthias Krüger-0/+41
2023-03-24Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnrMatthias Krüger-0/+40
2023-03-24Rollup merge of #108961 - compiler-errors:refine-ct-errors, r=BoxyUwUMatthias Krüger-8/+8
2023-03-23Deeply check WF for RPITITsMichael Goulet-11/+36
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-0/+11