about summary refs log tree commit diff
path: root/src/grammar
AgeCommit message (Expand)AuthorLines
2016-05-25antlr grammar verification script now compiles under latest nightlyMichael Rosenberg-106/+108
2015-12-24Fix whitespace alignmentMichael McConville-2/+2
2015-11-26fix rustc-testAriel Ben-Yehuda-1/+4
2015-10-27Adjust src/grammar for the introduced <- opSimonas Kazlauskas-4/+14
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-4/+4
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-24/+24
2015-08-08rustc: rename multiple imports in a listSean McArthur-0/+1
2015-06-08Replace usage of String::from_str with String:fromSimon Sapin-1/+1
2015-05-18Auto merge of #25337 - bleibig:update-grammar, r=nikomatsakisbors-23/+34
2015-05-17Revert "Panic if the grammar verifier sees a token it doesn't recognize"Carol Nichols-1/+1
2015-05-14syntax: replace sess.span_diagnostic.cm with sess.codemap().Eduard Burtescu-4/+2
2015-05-12Update the bison grammar for various language changesBrian Leibig-23/+34
2015-05-05Panic if the grammar verifier sees a token it doesn't recognizeCarol Nichols-1/+1
2015-05-05Declare other tokens used later in the reference grammarCarol Nichols-3/+3
2015-05-05Correct a typo in a declared token in the reference grammarCarol Nichols-1/+1
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-2/+21
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-104/+102
2015-04-19Finished unicode support in the model lexer.Piotr Czarnecki-18/+229
2015-04-19Add proper XID_Start and XID_Continue rules and use CharPos for span comparis...Florian Hahn-7/+676
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-1/+0
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-08Auto merge of #22011 - fhahn:separate-parse-fail-tests, r=nikomatsakisbors-12/+20
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-12/+20
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1
2015-02-05testparser has long linesBrian Anderson-0/+3
2015-02-05Clean up tidy scripts, coverage, performanceBrian Anderson-0/+2
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-11/+10
2015-01-24Auto merge of #21452 - bleibig:bison-grammar, r=nikomatsakisbors-0/+2613
2015-01-23regex: Remove in-tree versionAlex Crichton-12/+13
2015-01-20Add a LALR grammar for Rust with testing supportBrian Leibig-0/+2613
2015-01-14Update grammar/verify.rs to work with recent masterFlorian Hahn-9/+9
2015-01-13Handle question marks in model lexer, closes #15879Florian Hahn-0/+6
2015-01-05Un-gate macro_rulesKeegan McAllister-1/+1
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-2/+2
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-3/+2
2015-01-03Remove deprecated functionalityAlex Crichton-4/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2014-12-30Update src/grammar/README.mdFlorian Hahn-2/+2
2014-12-30src/grammar/check.sh now prints test summaryFlorian Hahn-0/+17
2014-12-30Handle function calls to integers in model lexer correctlyFlorian Hahn-2/+58
2014-12-29rollup merge of #20310: fhahn/issue-15877-model-lexer-rangeAlex Crichton-1/+2
2014-12-29Handle range in model lexer correctly #15877Florian Hahn-1/+2