about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
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
2018-07-11Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebankMark Rousskov-1/+3
2018-07-10Fix typo in error message E0277Rémy Rakic-2/+2
2018-07-10improve error message shown for unsafe operations: explain why undefined beha...Ralf Jung-1/+3
2018-07-06Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=niko...Mark Rousskov-12/+12
2018-07-05Do not run AST borrowck when -Zborrowck=mirSantiago Pastorino-12/+12
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-2/+6
2018-07-02Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche...bors-0/+3
2018-06-30in which the private/restricted-in-public error messaging gets specificZack M. Davis-0/+3
2018-06-30Loosened rules involving statics mentioning other statics.Alexander Regueiro-57/+0
2018-06-30Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakisbors-9/+9
2018-06-28Extend support to `get_generics` for all `NodeItem`sEsteban Küber-6/+6
2018-06-28Point at lifetimes instead of def span for E0195Esteban Küber-3/+3
2018-06-27Update tests for grouped nll move errorsMatthew Jasper-9/+0
2018-06-27Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakisbors-23/+4
2018-06-26migrate codebase to `..=` inclusive range patternsZack M. Davis-10/+10