about summary refs log tree commit diff
path: root/src/test/parse-fail
AgeCommit message (Expand)AuthorLines
2016-04-24syntax: Make `is_path_start` precise and improve some error messages about un...Vadim Petrochenkov-28/+16
2016-04-24syntax: Check paths in visibilities for type parametersVadim Petrochenkov-23/+9
2016-04-24syntax: Don't rely on token::IdentStyle in the parserVadim Petrochenkov-16/+0
2016-04-21port compiletest to use JSON outputNiko Matsakis-33/+1
2016-04-17syntax: Parse import prefixes as pathsVadim Petrochenkov-1/+1
2016-04-14Improve message for raw pointer missing mut and constDavid Tolnay-1/+1
2016-04-12Bare raw pointers have been disallowed foreverDavid Tolnay-0/+15
2016-04-07add regression test for #32505Niko Matsakis-0/+17
2016-03-31Auto merge of #32506 - petrochenkov:use, r=Manishearthbors-2/+23
2016-03-31Auto merge of #31938 - jseyfried:autoderef_privacy, r=nikomatsakisbors-3/+1
2016-03-31syntax: Extra diagnostics for `_` used in an identifier positionVadim Petrochenkov-2/+23
2016-03-31Rollup merge of #32494 - pnkfelix:gate-parser-recovery-via-debugflag, r=nrcManish Goregaokar-11/+15
2016-03-30Fix fallout in testsJeffrey Seyfried-3/+1
2016-03-30fix compile-fail and parse-fail tests by blindly opting back intoFelix S. Klock II-11/+15
2016-03-28Auto merge of #32479 - eddyb:eof-not-even-twice, r=nikomatsakisbors-2/+18
2016-03-28Auto merge of #32267 - durka:inclusive-range-error, r=nrcbors-2/+3
2016-03-26syntax: Stop the bump loop for trait items at } and EOF.Eduard Burtescu-2/+18
2016-03-24address nitsAlex Burka-1/+1
2016-03-24fatal error instead of ICE for impossible range during HIR loweringAlex Burka-2/+3
2016-03-24TestsNick Cameron-23/+2
2016-03-14Parse fail test fixesAaron Turon-3/+3
2016-03-14Add `default` as contextual keyword, and parse it for impl items.Aaron Turon-0/+35
2016-03-09Auto merge of #32071 - jseyfried:parse_pub, r=nikomatsakisbors-19/+0
2016-03-07update error messages in parse-fail testsJorge Aparicio-14/+14
2016-03-06Update testsJeffrey Seyfried-19/+0
2016-02-27test inclusive rangesAlex Burka-0/+92
2016-02-15Some error recovery in the parserNick Cameron-5/+19
2016-02-15Add some simple error recovery to the parser and fix testsNick Cameron-21/+6
2016-02-08Breaking tokens into pieces should behave similar to Parser::bump.Tomasz Miąsko-0/+20
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