about summary refs log tree commit diff
path: root/src/test/parse-fail
AgeCommit message (Expand)AuthorLines
2016-01-15Auto merge of #30763 - gchp:issue/30033, r=nagisabors-6/+66
2016-01-14Display better snippet for invalid char literalGreg Chapple-6/+66
2016-01-10Cancel parse_ty error in Parser::parse_generic_values_after_ltFlorian Hahn-0/+19
2016-01-06Auto merge of #30654 - nrc:panictry, r=brsonbors-1/+2
2015-12-31Auto merge of #30598 - est31:macro_export_help_note, r=Manishearthbors-0/+89
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-1/+2
2015-12-30Auto merge of #30375 - aaronkeen:issue_28777, r=eddybbors-16/+0
2015-12-30Move pub-{item,methd}-macro.rs to the parse-fail subdir as wellest31-0/+62
2015-12-30Move pub-macro-rules.rs test to parse-fail directoryest31-0/+27
2015-12-17Removed test case. This now test successfully parses with theAaron Keen-16/+0
2015-12-16Implement type ascription.Eduard Burtescu-3/+3
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-73/+3
2015-11-17Detect confusing unicode characters and show the alternativeRavi Shankar-0/+18
2015-11-09syntax: Merge parsing code for structures and variantsVadim Petrochenkov-25/+0
2015-11-05Improve error message for char literalsSteve Klabnik-2/+2
2015-10-28libsyntax: improve error message when a statement is prefixed with a match ke...Kevin Butler-0/+18
2015-10-27Add tests for newly introduced syntaxSimonas Kazlauskas-0/+54
2015-10-27Generalise associative operator parsingSimonas Kazlauskas-35/+0
2015-10-25libsyntax: better error for lifetimes in patternsKevin Butler-0/+16
2015-10-13Test and gate empty structures and variants betterVadim Petrochenkov-15/+0
2015-10-13Unify structures and enum variants in ASTVadim Petrochenkov-15/+0
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-19/+0
2015-09-18Implement empty struct with braces (RFC 218)Vadim Petrochenkov-96/+0
2015-09-14Auto merge of #28247 - christopherdumas:fix_28243, r=eddybbors-0/+16
2015-09-14Fix tuple float bug.christopherdumas-0/+16
2015-09-11Remove some remains of virtual structs from the parserVadim Petrochenkov-3/+2
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-4/+4
2015-08-15Fix span of invalid metavariable repetitionJonas Schievink-0/+19
2015-08-06Auto merge of #27296 - jroesch:type-macros, r=huonwbors-8/+9
2015-08-06Fix expected parse errorJared Roesch-8/+9
2015-08-03delete some old testsSteve Klabnik-32/+0
2015-07-31Fix `impl A .. {}`Seo Sanghyeon-3/+18
2015-07-29Replace illegal with invalid in most diagnosticsSimonas Kazlauskas-31/+31
2015-07-27Turn on `box(PLACE) expr` deprecation warning post-snapshot.Eduard Burtescu-0/+1
2015-07-23Update suggestion from parenthesized-box-expr-message to reflect new output s...Felix S. Klock II-2/+2
2015-07-18Fix doc comment parsing in macros.Lee Jeffery-0/+38
2015-07-13Tell unicode escapes can’t be used as bytes earlier/moreSimonas Kazlauskas-3/+5
2015-07-10Improve incomplete unicode escape reportingSimonas Kazlauskas-1/+1
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+2
2015-06-12ignore-test cleanupSteve Klabnik-234/+0
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-4/+4
2015-05-16Clarify the error message for malformed `extern crate` statementsP1start-1/+12
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-6/+58
2015-04-25`qquote-2.rs` -> `run-fail/qquote.rs`Tamir Duberstein-63/+0
2015-04-25`qquote-1.rs` -> `compile-fail-fulldeps/qquote.rs`Tamir Duberstein-70/+0
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+34
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-6/+24
2015-04-23Auto merge of #24683 - P1start:help-suggestions, r=nrcbors-1/+3
2015-04-21Change a few error messages to give code suggestionsP1start-1/+3