about summary refs log tree commit diff
path: root/src/test/parse-fail
AgeCommit message (Expand)AuthorLines
2016-05-27Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-0/+18
2016-05-26Address review commentsVadim Petrochenkov-1/+1
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-4/+104
2016-05-26Fix ICE on failure to parse token treeJeffrey Seyfried-0/+18
2016-05-14syntax: Refactor parsing of method declarationsVadim Petrochenkov-4/+22
2016-05-07Rollup merge of #33336 - birkenfeld:issue-27361, r=sfacklerSteve Klabnik-2/+2
2016-05-07Auto merge of #33333 - birkenfeld:issue-30318, r=Manishearthbors-0/+19
2016-05-06Auto merge of #33311 - birkenfeld:issue33262, r=nrcbors-0/+18
2016-05-03parser: show a helpful note on unexpected inner commentGeorg Brandl-0/+19
2016-05-02parser: change warning into an error on `T<A=B, C>`Georg Brandl-0/+17
2016-05-02parser: do not try to continue with `unsafe` on foreign fnsGeorg Brandl-2/+2
2016-05-01parser: fix suppression of syntax errors in range RHSGeorg Brandl-0/+18
2016-04-24Fix keyword parsing testsVadim Petrochenkov-60/+169
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