about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-04-12Don't test -Cdefault-linker-libraries=yes when cross compiling.Mara Bos-0/+1
2022-04-11Auto merge of #95758 - compiler-errors:issue-54771, r=estebankbors-1/+1
2022-04-10only suggest removing semicolon when expr implements traitMichael Goulet-1/+1
2022-04-10--bless testsMaybe Waffle-0/+5
2022-04-05Rollup merge of #95654 - notriddle:notriddle/issue-95616, r=davidtwcoDylan DPC-3/+3
2022-04-05Rollup merge of #95525 - ohno418:suggest-derivable-trait-E0277, r=compiler-er...Dylan DPC-0/+12
2022-04-05Suggest derivable trait on E0277ohno418-0/+12
2022-04-05Rollup merge of #95603 - compiler-errors:dyn-return, r=oli-obkDylan DPC-1/+1
2022-04-05Rollup merge of #91873 - estebank:mention-impls-for-unsatisfied-trait, r=davi...Dylan DPC-2/+55
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-4/+4
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-17/+17
2022-04-04Fix list lengthEsteban Kuber-0/+20
2022-04-04Fix #90970, doesn't address #87437Esteban Kuber-0/+1
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-2/+34
2022-04-04diagnostics: use correct span for const genericsMichael Howell-3/+3
2022-04-04Rollup merge of #95609 - compiler-errors:borrow-unsized-to-dyn, r=nagisaDylan DPC-0/+4
2022-04-03Improve method name suggestionsOliver Downard-2/+2
2022-04-02Suggest borrowing when trying to coerce unsized type into dyn TraitMichael Goulet-0/+4
2022-04-02Fix late-bound ICE in unsized return suggestionMichael Goulet-1/+1
2022-04-01Rollup merge of #95260 - compiler-errors:fn, r=davidtwcoMatthias Krüger-0/+2
2022-03-31Specialize suggestion for Option<T>Michael Goulet-12/+12
2022-03-29Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obkDylan DPC-0/+16
2022-03-28Remove duplicated and unused test filesCaio-51/+0
2022-03-27suggest wrapping patterns with compatible enum variantsMichael Goulet-0/+16
2022-03-27Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726bors-0/+5
2022-03-27Rollup merge of #93469 - compiler-errors:issue-93450, r=estebankDylan DPC-25/+14
2022-03-27Rollup merge of #91981 - estebank:tweakaroo, r=lcnrDylan DPC-9/+26
2022-03-27Provide suggestion for missing `>` in a type parameter listEsteban Kuber-0/+5
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-6/+23
2022-03-27Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestionEsteban Kuber-3/+3
2022-03-26Auto merge of #95149 - cjgillot:once-diag, r=estebankbors-3/+16
2022-03-23Better suggestions for Fn trait selection errorsMichael Goulet-0/+2
2022-03-21move `adt_const_params` to its own tracking issuelcnr-39/+1
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-3/+16
2022-03-10Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgrbors-3/+3
2022-03-10Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r...Matthias Krüger-2/+2
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-1/+1
2022-03-10Auto merge of #94764 - nikic:update-llvm-3, r=nagisabors-1/+0
2022-03-09Permit `#[deprecated]` in stdlibJacob Pratt-1/+1
2022-03-09diagnostics: use rustc_on_unimplemented to recommend `[].iter()`Michael Howell-2/+2
2022-03-09Enable issue-23036.rs on wasm32Nikita Popov-1/+0
2022-03-09Auto merge of #94515 - estebank:tweak-move-error, r=davidtwcobors-12/+12
2022-03-06use impl substs in on_unimplementedMichael Goulet-2/+3
2022-03-04Change `rustc_deprecated` to use `note`Jacob Pratt-1/+1
2022-03-04Add known-bug directive to issue #47511 test casemarmeladema-4/+5
2022-03-04Rollup merge of #94236 - reez12g:add_track_caller_87707, r=yaahcMatthias Krüger-0/+18
2022-03-03Add #[track_caller] to track callers when initializing poisoned Oncereez12g-0/+18
2022-03-03Tweak move errorEsteban Kuber-12/+12
2022-03-03Bless nll tests.Camille GILLOT-1/+1
2022-03-03Cleanup feature gates.Camille GILLOT-35/+24