about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-02-01Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgrbors-4/+91
2022-02-01Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakisMatthias Krüger-4/+91
2022-02-01Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelixbors-0/+15
2022-02-01implement lint for suspicious auto trait implslcnr-4/+91
2022-01-31Rollup merge of #93513 - dtolnay:linewidth, r=nagisaEric Huss-5/+3
2022-01-31Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiserEric Huss-0/+252
2022-01-31Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726Eric Huss-0/+104
2022-02-01Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,...bors-1/+27
2022-01-31Bless all pretty printer tests and ui testsDavid Tolnay-5/+3
2022-01-31Add match on `Vec<_>` to `ui/typeck/issue-91328.rs` testFabian Wolff-1/+30
2022-01-31Fix suggestion to slice if scrutinee is a `Result` or `Option`Fabian Wolff-0/+75
2022-01-31Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakisbors-12/+29
2022-01-31Write UI tests, tweak message5225225-0/+252
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-12/+29
2022-01-31Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgrbors-76/+218
2022-01-31Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwcoMatthias Krüger-0/+33
2022-01-31Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwcoMatthias Krüger-130/+130
2022-01-31Rollup merge of #93214 - ibraheemdev:issue-93210, r=davidtwcoMatthias Krüger-0/+43
2022-01-31Rollup merge of #93155 - dtolnay:blockindent, r=nagisaMatthias Krüger-76/+72
2022-01-31Rollup merge of #93039 - terrarier2111:fix-field-help, r=nagisaMatthias Krüger-0/+30
2022-01-31Rollup merge of #92918 - compiler-errors:gat-expr-lifetime-elision, r=jackh726Matthias Krüger-0/+73
2022-01-30Bless all pretty printer tests and ui testsDavid Tolnay-76/+72
2022-01-31Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrumbors-9/+13
2022-01-30Mac callsDavid Tolnay-2/+12
2022-01-30Add regression test for issue 93274David Tolnay-0/+23
2022-01-30Rollup merge of #93362 - compiler-errors:ice-gat-in-rpit, r=oli-obkMatthias Krüger-0/+20
2022-01-30Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-deadMatthias Krüger-0/+40
2022-01-29Auto merge of #93457 - matthiaskrgr:rollup-e43ry1l, r=matthiaskrgrbors-5/+190
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-9/+13
2022-01-29Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obkMatthias Krüger-3/+186
2022-01-29Rollup merge of #88205 - danii:e0772, r=GuillaumeGomezMatthias Krüger-2/+4
2022-01-29Auto merge of #92312 - BGR360:needs-test, r=Mark-Simulacrumbors-0/+118
2022-01-29Document about some behaviors of `const_(de)allocate` and add some tests.woppopo-0/+33
2022-01-28Add test for old ICE in #89066Ben Reeves-0/+67
2022-01-28Add test for old ICE in #91594Ben Reeves-0/+34
2022-01-28Add test for old ICEBen Reeves-0/+17
2022-01-28Add Explanation For Error E0772Daniel Conley-2/+4
2022-01-28Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-seMatthias Krüger-0/+36
2022-01-28Auto merge of #90677 - bobrippling:suggest-tuple-parens, r=camelidbors-0/+187
2022-01-27Improve suggestion for escaping reserved keywordsNoah Lev-130/+130
2022-01-27Check that `#[rustc_must_implement_one_of]` is applied to a traitMaybe Waffle-1/+27
2022-01-26do not register infer var for GAT projection in opaqueMichael Goulet-0/+20
2022-01-27Auto merge of #92889 - tmiasko:unbounded-recursion, r=ecstatic-morsebors-3/+100
2022-01-26add note suggesting that predicate is satisfied but is not constMichael Goulet-0/+40
2022-01-26Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obkMatthias Krüger-50/+82
2022-01-26Change test to check-passEric Holk-1/+1
2022-01-26Ignore unwinding edges when checking for unconditional recursionTomasz Miąsko-3/+100
2022-01-26Don't suggest inaccessible fieldsthreadexception-0/+30
2022-01-26`const_deallocate`: Don't deallocate memory allocated in an another const. Do...woppopo-4/+27
2022-01-25Add regression test for #93197Eric Holk-0/+15