about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-36/+4
2019-01-03use structured suggestion for method callsAndy Russell-3/+1
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-1/+1
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-1/+1
2018-12-31Improve type mismatch error messagesYuning Zhang-1/+1
2018-12-31Auto merge of #56878 - petrochenkov:privdyn, r=arielb1bors-5/+2
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-5/+2
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-1/+1
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-1/+1
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-3/+3
2018-12-29Fixed stderr files for ui tests.Alexander Regueiro-10/+1
2018-12-28Clarify wording of E0512varkor-3/+3
2018-12-26Added regression test for using generic parameters on modules.Alexander Regueiro-4/+12
2018-12-26Fixed more tests.Alexander Regueiro-2/+2
2018-12-25Remove licensesMark Rousskov-2784/+372
2018-12-25Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebankbors-9/+16
2018-12-24make non_camel_case_types an early lintAndy Russell-9/+16
2018-12-23Rollup merge of #57020 - estebank:return-span, r=zackmdavisMazdak Farrokhzad-1/+3
2018-12-20Point to return span when writing `return;` on non-() fnEsteban Küber-1/+3
2018-12-14Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebankbors-1/+8
2018-12-13debug logging, added conditional error message, tests updatedKevyn Grasso-1/+8
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-12-08fix span for invalid number of parameters in trait methodGuillaume Gomez-4/+4
2018-12-04Update testsOliver Scherer-12/+22
2018-11-30Updated ui tests.Alexander Regueiro-1/+1
2018-11-29Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakisGuillaume Gomez-2/+2
2018-11-26Auto merge of #56070 - oli-obk:const_let, r=eddybbors-8/+34
2018-11-22Reword and fix testEsteban Küber-2/+2
2018-11-22Suggest correct syntax when writing type arg instead of assoc typeEsteban Küber-35/+0
2018-11-22Point at the associated type's def spanEsteban Küber-0/+12
2018-11-22Join multiple E0191 errors in the same location under a single diagnosticEsteban Küber-9/+6
2018-11-22Point at every unexpected lifetime and type argument in E0107Esteban Küber-3/+38
2018-11-21Enclose type in backticks for "reached the recursion limit while auto-derefer...varkor-1/+1
2018-11-20Enclose type in backticks for "non-exhaustive patterns" errorvarkor-1/+1
2018-11-19Update nll stderr filesOliver Scherer-4/+16
2018-11-19Also catch static mutation at evaluation timeOliver Scherer-4/+18
2018-11-19Auto merge of #56051 - pietroalbini:rollup, r=pietroalbinibors-2/+6
2018-11-18Rollup merge of #55862 - zackmdavis:but_will_they_come_when_you_call_them, r=...Pietro Albini-2/+6
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-3/+3
2018-11-18resolve: Tweak some articles in ambiguity diagnosticsVadim Petrochenkov-1/+1
2018-11-18resolve: Improve diagnostics for resolution ambiguitiesVadim Petrochenkov-4/+5
2018-11-10in which the E0618 "expected function" diagnostic gets a makeoverZack M. Davis-2/+6
2018-11-07Only do check for trait objects, not trait or trait alias definitions.Alexander Regueiro-83/+24
2018-11-07Added error for duplicate bindings of associated type.Alexander Regueiro-6/+89
2018-11-07Added tests.Alexander Regueiro-2/+18
2018-11-03Make "all possible cases" help message uniform with existing help messagesvarkor-1/+1
2018-11-01Put backticks around field names, types and paths in error messagesMichael Hewson-1/+1
2018-10-29Don't emit cannot move errors twice in migrate modeMatthew Jasper-18/+0
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-2/+2
2018-10-26Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkovbors-2/+26