about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
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
2018-10-25Report const eval error inside the queryOliver Schneider-30/+5
2018-10-23Auto merge of #55113 - mockersf:master, r=estebankbors-9/+10
2018-10-22optimize unsupported literal diag messagecsmoe-3/+3
2018-10-20update meta item checking testcsmoe-0/+24
2018-10-19Auto merge of #55162 - nikomatsakis:issue-54902-underscore-bound, r=tmandrybors-9/+9
2018-10-18Auto merge of #54979 - estebank:path-unsized, r=nikomatsakisbors-1/+1
2018-10-17move E0637 to lowering and improve output, add more testsNiko Matsakis-9/+9
2018-10-17fix other tests failing due to change in case or new suggestion for extern crateFrançois Mockers-9/+10
2018-10-17Update output for borrowck=migrate compare mode.David Wood-11/+18
2018-10-13Auto merge of #54997 - davidtwco:issue-54896, r=nagisabors-3/+29
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-3/+1
2018-10-11Extend lang items to assert correct target.David Wood-3/+29
2018-10-10Custom E0277 diagnostic for `Path`Esteban Küber-1/+1
2018-10-05Updates to .stderr output in ui tests from earlier changes.Felix S. Klock II-1/+1
2018-10-03Clearer later use messages for callsMatthew Jasper-2/+2
2018-09-23Improve error message for E0424Julian Kulesh-1/+1