about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
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
2018-08-15Add files I forgot to commit earlierashtneoi-0/+12
2018-08-14Update testsMatthew Jasper-2/+2
2018-08-12Various changes to `rustc_on_unimplemented`Esteban Küber-1/+1
2018-08-10Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomezkennytm-1/+1
2018-08-08Auto merge of #53088 - matthewjasper:closure-region-spans, r=nikomatsakisbors-5/+4
2018-08-07Make sure the feature gate actually works and never allows promoting these op...Oliver Schneider-1/+1
2018-08-07Add feature gate testOliver Schneider-0/+2
2018-08-07Also put comparing raw pointers behind a feature gateOliver Schneider-5/+7
2018-08-07Add feature gate checksOliver Schneider-1/+3
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-5/+39
2018-08-06Name return type in free region messagesMatthew Jasper-4/+4
2018-08-05Use span of the closure args in free region errorsMatthew Jasper-3/+2
2018-08-05Fix doc link (again)Felix Rabe-1/+1
2018-08-03Update tests for new spans for nll errors involving closuresMatthew Jasper-9/+8
2018-07-27Region inference error messages no longer start with 'free region'David Wood-1/+1
2018-07-27Fixed missing whitespace on some elaborated types.David Wood-1/+1
2018-07-27Update affected tests.David Wood-1/+1
2018-07-23Don't match on region kinds when reporting NLL errorsMatthew Jasper-1/+1
2018-07-22Rollup merge of #52507 - estebank:infer-type, r=nikomatsakiskennytm-1/+1
2018-07-21Add specific message when moving from upvars in a non-FnOnce closureMatthew Jasper-16/+0
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-2/+2
2018-07-20Reword when `_` couldn't be inferredEsteban Küber-1/+1
2018-07-18rustc: Stabilize #[wasm_import_module] as #[link(...)]Alex Crichton-1/+3
2018-07-17Fix doc linkFelix Rabe-1/+1