about summary refs log tree commit diff
path: root/src/grammar
AgeCommit message (Expand)AuthorLines
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
2014-12-29Update grammer/verify.rs to work with recent masterFlorian Hahn-30/+32
2014-12-14Modify `regex::Captures::{at,name}` to return `Option`Eric Kidd-4/+4
2014-11-20Adjust Antlr4 lexer to include suffixes.Huon Wilson-29/+15
2014-11-19Update src/grammar for language changes.Huon Wilson-20/+21
2014-11-19Switch to an independent enum for `Lit*` subtokens.Huon Wilson-24/+26
2014-11-17Fallout from deprecationAaron Turon-1/+1
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-6/+6
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-28Use an enum rather than a bool in token::IdentBrendan Zabarauskas-2/+3
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-100/+102
2014-09-29Update ANTLR float suffix grammarPatrick Reisert-2/+1
2014-09-18Fix fallout in tests from removing the use of Gc in ExpnInfo.Eduard Burtescu-1/+1
2014-07-27adding proof of context-sensitivy of raw string literalsAlexis Beingessner-6/+41
2014-07-21Don't run lexer tests by defaultCorey Richardson-2/+3
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-1/+1
2014-07-21Shuffle around check-lexer conditionsCorey Richardson-13/+41
2014-07-21Break apart long lines in verify.rsCorey Richardson-1/+3
2014-07-21lexer tests: makefile/configureCorey Richardson-2/+25
2014-07-21Byte/raw binary literal fixesCorey Richardson-4/+24
2014-07-21Refine the tooling, handle commentsCorey Richardson-31/+68
2014-07-21First pass at line comment correctnessCorey Richardson-15/+30
2014-07-21Add raw string literal ambiguity documentCorey Richardson-0/+29
2014-07-21Lexer; subtly wrong; no makefileCorey Richardson-0/+401