index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
grammar
Age
Commit message (
Expand
)
Author
Lines
2014-12-29
Update grammer/verify.rs to work with recent master
Florian Hahn
-30
/
+32
2014-12-14
Modify `regex::Captures::{at,name}` to return `Option`
Eric Kidd
-4
/
+4
2014-11-20
Adjust Antlr4 lexer to include suffixes.
Huon Wilson
-29
/
+15
2014-11-19
Update src/grammar for language changes.
Huon Wilson
-20
/
+21
2014-11-19
Switch to an independent enum for `Lit*` subtokens.
Huon Wilson
-24
/
+26
2014-11-17
Fallout from deprecation
Aaron Turon
-1
/
+1
2014-10-30
Use common variants for open and close delimiters
Brendan Zabarauskas
-6
/
+6
2014-10-29
Rename fail! to panic!
Steve Klabnik
-2
/
+2
2014-10-28
Use an enum rather than a bool in token::Ident
Brendan Zabarauskas
-2
/
+3
2014-10-28
Use PascalCase for token variants
Brendan Zabarauskas
-100
/
+102
2014-09-29
Update ANTLR float suffix grammar
Patrick Reisert
-2
/
+1
2014-09-18
Fix fallout in tests from removing the use of Gc in ExpnInfo.
Eduard Burtescu
-1
/
+1
2014-07-27
adding proof of context-sensitivy of raw string literals
Alexis Beingessner
-6
/
+41
2014-07-21
Don't run lexer tests by default
Corey Richardson
-2
/
+3
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-1
/
+1
2014-07-21
Shuffle around check-lexer conditions
Corey Richardson
-13
/
+41
2014-07-21
Break apart long lines in verify.rs
Corey Richardson
-1
/
+3
2014-07-21
lexer tests: makefile/configure
Corey Richardson
-2
/
+25
2014-07-21
Byte/raw binary literal fixes
Corey Richardson
-4
/
+24
2014-07-21
Refine the tooling, handle comments
Corey Richardson
-31
/
+68
2014-07-21
First pass at line comment correctness
Corey Richardson
-15
/
+30
2014-07-21
Add raw string literal ambiguity document
Corey Richardson
-0
/
+29
2014-07-21
Lexer; subtly wrong; no makefile
Corey Richardson
-0
/
+401
[prev]