summary refs log tree commit diff
path: root/src/grammar/parser-lalr.y
AgeCommit message (Expand)AuthorLines
2015-12-24Fix whitespace alignmentMichael McConville-2/+2
2015-10-27Adjust src/grammar for the introduced <- opSimonas Kazlauskas-1/+8
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-6/+6
2015-08-08rustc: rename multiple imports in a listSean McArthur-0/+1
2015-05-12Update the bison grammar for various language changesBrian Leibig-22/+33
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-2/+21
2015-03-01Bison grammar: parse higher ranked constraints in where clausesBrian Leibig-2/+12
2015-03-01Bison grammar: allow ExprQualifiedPath to have optional "as TRAIT_REF"Brian Leibig-13/+18
2015-03-01Bison grammar: support parsing default trait implsBrian Leibig-0/+8
2015-02-10Bison grammar: fix precedence with ranges followed by blocksBrian Leibig-1/+3
2015-02-10Bison grammar: refactor items to allow "extern crate" in stmtsBrian Leibig-8/+2
2015-02-10Bison grammar: add qualified path expressionsBrian Leibig-0/+31
2015-02-10Bison grammar: refactor index expressions to use ordinary expressions as inde...Brian Leibig-74/+12
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-01-20Add a LALR grammar for Rust with testing supportBrian Leibig-0/+1912