about summary refs log tree commit diff
path: root/src/grammar/verify.rs
AgeCommit message (Expand)AuthorLines
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-34/+50
2015-04-19Finished unicode support in the model lexer.Piotr Czarnecki-17/+40
2015-04-19Add proper XID_Start and XID_Continue rules and use CharPos for span comparis...Florian Hahn-1/+10
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-11/+10
2015-01-23regex: Remove in-tree versionAlex Crichton-12/+13
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/+1
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-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-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-18Fix fallout in tests from removing the use of Gc in ExpnInfo.Eduard Burtescu-1/+1
2014-07-21Shuffle around check-lexer conditionsCorey Richardson-4/+19
2014-07-21Break apart long lines in verify.rsCorey Richardson-1/+3
2014-07-21lexer tests: makefile/configureCorey Richardson-2/+4
2014-07-21Byte/raw binary literal fixesCorey Richardson-2/+13
2014-07-21Refine the tooling, handle commentsCorey Richardson-12/+64
2014-07-21Lexer; subtly wrong; no makefileCorey Richardson-0/+217