summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2018-04-30Improve div by zero const eval errorsOliver Schneider-2/+1
2018-04-30Update ui test outputOliver Schneider-1/+1
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-4/+4
2018-04-18Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...Felix S. Klock II-1/+1
2018-04-18Update the previously checkpointed (but unused by bors) tests to reflect curr...Felix S. Klock II-4/+4
2018-04-12AST/HIR: Merge field access expressions for named and numeric fieldsVadim Petrochenkov-22/+22
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+184
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...Felix S. Klock II-10/+10
2018-04-04Auto merge of #48171 - FraGag:doc-copy-clone-impls, r=nikomatsakisbors-4/+4
2018-03-29Stabilize underscore lifetimesTaylor Cramer-4/+3
2018-03-28Stabilize match_default_bindingsTaylor Cramer-24/+4
2018-03-26Move some implementations of Clone and Copy to libcoreFrancis Gagné-4/+4
2018-03-26Fix e0658 ui testMark Mansi-7/+12
2018-03-26Stabilize i128 feature tooMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-3/+2
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-2/+4
2018-03-23Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obkAlex Crichton-2/+2
2018-03-20Auto merge of #49190 - kennytm:rollup, r=kennytmbors-3/+3
2018-03-19Reduce diagnostic verbosity by removing labelsEsteban Küber-2/+2
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-6/+2
2018-03-19#49133 - Reworded the Error message: "`pub` not needed here" messageDileep Bapat-3/+3
2018-03-16Update testsJohn Kåre Alsaker-2/+4
2018-03-16Rollup merge of #49037 - estebank:coherence-tweaks, r=nikomatsakiskennytm-2/+31
2018-03-16Rollup merge of #49007 - estebank:follow-up-47574, r=oli-obkkennytm-8/+9
2018-03-15Coherence diagnostic tweaksEsteban Küber-2/+31
2018-03-16Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebankkennytm-5/+22
2018-03-15Auto merge of #48138 - estebank:issue-45092, r=nikomatsakisbors-10/+11
2018-03-14Add span label to E0044Esteban Küber-1/+2
2018-03-14Reword E0044 and message for `!Send` typesEsteban Küber-10/+10
2018-03-14Update E0601 test for new message format.Eric Huss-1/+1
2018-03-14Some tweaks to "type parameters from outer function" diagnosticEsteban Küber-8/+9
2018-03-14Add backticks to `main` not found errors.Eric Huss-2/+2
2018-03-14Add suggestion where to add main function.Eric Huss-0/+18
2018-03-14Add empty main() to tests where it is missing.Eric Huss-5/+4
2018-03-14Add crate name to "main function not found" error message.Eric Huss-1/+1
2018-03-14update testsGuillaume Gomez-256/+254
2018-03-10Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakisbors-6/+54
2018-03-08Update testsBasile Desloges-6/+54
2018-03-08Unify the const folding errorsOliver Schneider-7/+6
2018-03-08Regenerate testsOliver Schneider-14/+22
2018-03-08Rebase falloutOliver Schneider-1/+1
2018-03-08Update testsOliver Schneider-0/+1
2018-03-08Adjust tests to more aggressive const err lintingOliver Schneider-0/+2
2018-03-08Reduce noise in error reportingOliver Schneider-1/+1
2018-03-08Fully use miri in transOliver Schneider-3/+4
2018-02-28Remove E0245; improve E0404 explanationMark Mansi-2/+9
2018-02-26Fix rebaseVadim Petrochenkov-7/+7
2018-02-26Update UI testsVadim Petrochenkov-15/+15
2018-02-26Update UI testsVadim Petrochenkov-396/+396
2018-02-26Auto merge of #48337 - GuillaumeGomez:rustc-explain, r=estebankbors-0/+256