about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
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-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
2022-02-12ignore test on wasm32The 8472-0/+1
2022-02-12bless youDeadbeef-6/+27
2022-02-12Bless nll tests.Camille GILLOT-11/+7
2022-02-10replace feature expression (cfg_panic) in lib and remove expression from testsCharisee-1/+0
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-1/+1
2022-02-03Fix some tests to use -Cinstrument-coverageWesley Wiser-1/+1
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-5/+5
2022-01-21Rollup merge of #92963 - terrarier2111:tuple-diagnostic, r=davidtwcoMatthias Krüger-4/+2
2022-01-21Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwcoMatthias Krüger-4/+6
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-21/+7
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-5/+13
2022-01-18Make suggestions verboseNoah Lev-8/+14
2022-01-18Shorten and improve messagesNoah Lev-20/+10
2022-01-18Implement tuple array diagnosticthreadexception-4/+2
2022-01-18generic_arg_infer: placeholder in signature errlcnr-2/+2
2022-01-17add more info to invalid use of #[test] on invalid itemsasquared31415-14/+0
2022-01-17Emit simpler code from format_argsDavid Tolnay-5/+13
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-2/+0
2022-01-12Add line breaks to make message easier to readNoah Lev-2/+6
2022-01-12Split up very long messageNoah Lev-2/+4
2022-01-12Improve suggestions for type errors with string concatenationNoah Lev-2/+2
2022-01-12Bless tests.Camille GILLOT-10/+3
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-2/+0
2022-01-04Rollup merge of #92507 - chordtoll:suggest-single-quotes, r=petrochenkovMatthias Krüger-0/+5
2022-01-03Suggest changing quotes when str/char type mismatchchordtoll-0/+5
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-21/+7
2021-12-30UI test updates for Result and Option method movesDavid Tolnay-2/+0
2021-12-26Add test cases for issue #26186PFPoitras-0/+62
2021-12-18Rollup merge of #91928 - fee1-dead:constification1, r=oli-obkMatthias Krüger-4/+4
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-5/+57