about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
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-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
2022-03-02Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r...Matthias Krüger-0/+6
2022-02-28Suggest adding a new lifetime parameter when two elided lifetimes should matc...Fausto-0/+6
2022-02-28Rollup merge of #94449 - GuillaumeGomez:explanation-e0726, r=UrgauMatthias Krüger-1/+2
2022-02-28Tweak diagnosticsEsteban Kuber-4/+6
2022-02-28Update ui test with the add of E0726 explanationGuillaume Gomez-1/+2
2022-02-26Auto merge of #94078 - TaKO8Ki:suggest-float-literal-for-float-divided-by-int...bors-0/+4
2022-02-26suggest a float literal when dividing a floating-point type by {integer}Takayuki Maeda-0/+4
2022-02-25Do not suggest using a const parameter when there are bounds on an unused typ...Chayim Refael Friedman-2/+0
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-1/+0
2022-02-18Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebankMatthias Krüger-8/+8
2022-02-18Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebankMatthias Krüger-14/+0
2022-02-17skip pointing out ambuguous impls in alloc/std crates tooMichael Goulet-25/+14
2022-02-17fix impl trait message, bless testsMichael Goulet-16/+8
2022-02-17Add more information to `impl Trait` deny errorMichael Goulet-4/+12
2022-02-17Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk"Oli Scherer-7/+11
2022-02-15Overhaul `RegionKind` and `Region`.Nicholas Nethercote-2/+2
2022-02-13Rollup merge of #93810 - matthewjasper:chalk-and-canonical-universes, r=jackh726Matthias Krüger-32/+32
2022-02-13Rollup merge of #90532 - fee1-dead:improve-const-fn-err-msg, r=oli-obkMatthias Krüger-6/+27
2022-02-12Auto merge of #91403 - cjgillot:inherit-async, r=oli-obkbors-11/+7
2022-02-12Auto merge of #93697 - the8472:fix-windows-path-hash, r=Mark-Simulacrumbors-0/+1
2022-02-12Update chalk testsMatthew Jasper-32/+32