about summary refs log tree commit diff
path: root/src/test/parse-fail
AgeCommit message (Expand)AuthorLines
2017-12-07Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkovbors-52/+0
2017-12-07Auto merge of #46187 - notriddle:patch-1, r=QuietMisdreavusbors-2/+2
2017-12-06and refactor to just move the checkingAgustin Chiappe Berrini-52/+0
2017-11-24Consume trailing doc comments to avoid parse errorsEsteban Küber-2/+10
2017-11-24Revert to correct recovery behaviorEsteban Küber-9/+9
2017-11-24Suggest macro call when not sure that it is fn definitionEsteban Küber-13/+15
2017-11-22Update issue-17383.rsMichael Howell-1/+1
2017-11-22Rename C-like enum to Field-less enumMichael Howell-1/+1
2017-11-21Support `::crate` in pathsVadim Petrochenkov-17/+0
2017-11-10Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkovbors-0/+38
2017-11-06Test error for `...` in expressionsBadel2-0/+38
2017-11-03Detect `=` -> `:` typo in let bindingsEsteban Küber-1/+0
2017-10-22`crate` shorthand visibility modifierZack M. Davis-3/+3
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-0/+2
2017-10-10output compiler message updatedJean Lourenço-1/+2
2017-09-22Add support for `..=` syntaxAlex Burka-12/+13
2017-09-12Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkovbors-9/+22
2017-08-31Auto merge of #43425 - matklad:lambda-restrictions, r=eddybbors-0/+29
2017-08-17Accept underscores in unicode escapesMalo Jaffré-9/+22
2017-08-11syntax: Relax path grammarVadim Petrochenkov-30/+2
2017-07-27Simplify parsing of pathsVadim Petrochenkov-2/+4
2017-07-23Fix some doc/comment typos.Bruce Mitchener-1/+1
2017-07-23Lambda expressions honor no struct literal restrictionAleksey Kladov-0/+29
2017-07-10Store all generic arguments for method calls in ASTVadim Petrochenkov-1/+1
2017-06-29Change some terminology around keywords and reserved identifierspetrochenkov-1/+1
2017-06-06Auto merge of #41990 - qnighy:disallow-underscore-suffix-for-string-like-lite...bors-0/+20
2017-05-31Improve error message for const extern fnManish Goregaokar-1/+1
2017-05-31Add warning cycle #42326.Masaki Hara-1/+8
2017-05-20remove "much" from unicode diagnosticAndy Russell-2/+1
2017-05-14Disallow underscore suffix for string-like literals.Masaki Hara-0/+13
2017-05-12Disallow ._ in float literal.Masaki Hara-0/+13
2017-05-08Allow bare CR in ////-style comment.Masaki Hara-0/+6
2017-04-25Fix a parse-fail testOliver Schneider-1/+0
2017-04-21Fix issue with single question mark or parenVadim Petrochenkov-0/+13
2017-04-21syntax: Support parentheses around trait boundsVadim Petrochenkov-0/+59
2017-04-17Auto merge of #41282 - arielb1:missing-impl-item, r=petrochenkovbors-6/+5
2017-04-17libsyntax/parse: improve associated item error reportingAriel Ben-Yehuda-6/+5
2017-04-12Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1Tim Neumann-17/+0
2017-04-05Use proper span for tuple index parsed as floatEsteban Küber-17/+0
2017-04-04Merge branch 'master' into issue-32540Esteban Küber-0/+34
2017-03-30Replace hardcoded forward slash with path::MAIN_SEPARATORThomas Jespersen-0/+34
2017-03-25Improve wording and spans for unexpected tokenEsteban Küber-39/+1
2017-03-24Point at last valid token on failed `expect_one_of`Esteban Küber-3/+9
2017-03-21Refactor parsing of trait object typesVadim Petrochenkov-7/+46
2017-03-14Liberalize attributes.Jeffrey Seyfried-44/+1
2017-02-28Add warning cycle.Jeffrey Seyfried-0/+2
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-1/+1
2017-02-23Added test for inclusive_range_syntax in compile-fail test suiteNikhil Shagrithaya-0/+2
2017-02-15Stabilize field init shorthandest31-2/+0
2017-02-09change span_notes to notes in E0368/E0369Alex Burka-28/+0