about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
2018-06-26Don't inspect the generated existential type itemsOliver Schneider-23/+4
2018-06-26Rollup merge of #51747 - varkor:export_name-null-character, r=estebankPietro Albini-1/+24
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-6/+6
2018-06-24Add backticks to E0558varkor-1/+1
2018-06-23Add error for using null characters in export_namevarkor-0/+23
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-5/+6
2018-06-21Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obkbors-4/+23
2018-06-21Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkovbors-3/+3
2018-06-21do not introduce *false* results from lifetime resolutionNiko Matsakis-4/+23
2018-06-20Simply joint lifetime/type iterationvarkor-2/+2
2018-06-20Make method and variable names more consistentvarkor-1/+1
2018-06-19Update message for `!Sized` typesEsteban Küber-3/+3
2018-06-19Suggest that values are dropped in the opposite order they are definedSantiago Pastorino-0/+2
2018-06-19Add link to book for `Sized` errorsEsteban Küber-0/+1
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-4/+4
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-1/+1
2018-06-08Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakisMark Rousskov-2/+60
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-3/+3
2018-06-04Suggest braces when a struct literal needs themEsteban Küber-2/+60
2018-06-03implement #[panic_implementation]Jorge Aparicio-2/+2
2018-05-26Rollup merge of #51057 - pnkfelix:issue-51025-make-ui-tests-robust-wrt-nll, r...Mark Simulacrum-50/+79
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-50/+79
2018-05-22Tweak `main` type arguments and where clause spansEsteban Küber-11/+9
2018-05-19Auto merge of #50782 - matthewjasper:wheres-main, r=matthewjasperbors-0/+50
2018-05-18Prevent main and start from having a where clause.Matthew Jasper-0/+50
2018-05-18Auto merge of #50653 - oli-obk:bad_const, r=cramertjbors-4/+4
2018-05-12Make the `const_err` lint `deny`-by-defaultOliver Schneider-4/+4
2018-05-11unary op filter, dereference hintRoman Stoliar-3/+1
2018-05-11added missing implementation hintRoman Stoliar-0/+4
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