about summary refs log tree commit diff
path: root/src/test/ui/error-codes
AgeCommit message (Expand)AuthorLines
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
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