about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
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
2018-09-17On nightly with NLL, suggest `#![feature(bind_by_move_pattern_guards)]` when ...Felix S. Klock II-0/+22
2018-09-09Auto merge of #53778 - petrochenkov:shadrelax2, r=nikomatsakisbors-2/+2
2018-09-09Auto merge of #53960 - estebank:issue-51303, r=nagisabors-4/+5
2018-09-08resolve: More precise spans for ambiguous resolution errorsVadim Petrochenkov-2/+2
2018-09-06Auto merge of #53575 - matthewjasper:unsized-is-an-error, r=estebankbors-3/+94
2018-09-05reword label as per reviewEsteban Küber-1/+1
2018-09-05slight rewording of labelsEsteban Küber-1/+1
2018-09-05Fix incorrect outer function type parameter messageEsteban Küber-3/+4
2018-09-03Auto merge of #53865 - zilbuz:issue-52768, r=pnkfelixbors-6/+0
2018-09-01Update testsBasile Desloges-6/+0
2018-08-31Implement the `min_const_fn` feature gateOliver Schneider-2/+2
2018-08-25Auto merge of #53584 - mcr431:Fix-#53525, r=varkorbors-164/+0
2018-08-24updates tests to use new error codeMatthew Russo-98/+0
2018-08-24Merging error code descriptions into E0107 and adding "no longerMatthew Russo-66/+0
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-6/+2
2018-08-22Update E0161 test to cover more casesMatthew Jasper-3/+94
2018-08-21Auto merge of #53530 - kennytm:rollup, r=kennytmbors-1/+1
2018-08-21Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkorkennytm-1/+1
2018-08-20Fix diagnostic regressionvarkor-10/+10
2018-08-19Refactor generic argument count check in check/mod.rsvarkor-24/+24
2018-08-19Refactor generic argument count check in astconvvarkor-10/+10
2018-08-19Refactor astconv.rs (part ii)varkor-2/+1
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-19Lift some Sized checks.Masaki Hara-0/+1
2018-08-18Auto merge of #53175 - matthewjasper:more-return-stuff, r=nikomatsakisbors-2/+2
2018-08-16Auto merge of #53147 - ashtneoi:dont-suggest-ref, r=estebankbors-0/+12