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
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-104
/
+102
2015-04-19
Finished unicode support in the model lexer.
Piotr Czarnecki
-18
/
+229
2015-04-19
Add proper XID_Start and XID_Continue rules and use CharPos for span comparis...
Florian Hahn
-7
/
+676
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-1
/
+0
2015-03-01
Bison grammar: parse higher ranked constraints in where clauses
Brian Leibig
-2
/
+12
2015-03-01
Bison grammar: allow ExprQualifiedPath to have optional "as TRAIT_REF"
Brian Leibig
-13
/
+18
2015-03-01
Bison grammar: support parsing default trait impls
Brian Leibig
-0
/
+8
2015-02-10
Bison grammar: fix precedence with ranges followed by blocks
Brian Leibig
-1
/
+3
2015-02-10
Bison grammar: refactor items to allow "extern crate" in stmts
Brian Leibig
-8
/
+2
2015-02-10
Bison grammar: add qualified path expressions
Brian Leibig
-0
/
+31
2015-02-10
Bison grammar: refactor index expressions to use ordinary expressions as inde...
Brian Leibig
-74
/
+12
2015-02-08
Auto merge of #22011 - fhahn:separate-parse-fail-tests, r=nikomatsakis
bors
-12
/
+20
2015-02-06
Move compile-fail tests that are rejected by the parser to parse-fail
Florian Hahn
-12
/
+20
2015-02-06
Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik
Manish Goregaokar
-1
/
+1
2015-02-05
testparser has long lines
Brian Anderson
-0
/
+3
2015-02-05
Clean up tidy scripts, coverage, performance
Brian Anderson
-0
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+4
2015-02-04
Fix for misspelled comments.
Joseph Crail
-1
/
+1
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-11
/
+10
2015-01-24
Auto merge of #21452 - bleibig:bison-grammar, r=nikomatsakis
bors
-0
/
+2613
2015-01-23
regex: Remove in-tree version
Alex Crichton
-12
/
+13
2015-01-20
Add a LALR grammar for Rust with testing support
Brian Leibig
-0
/
+2613
2015-01-14
Update grammar/verify.rs to work with recent master
Florian Hahn
-9
/
+9
2015-01-13
Handle question marks in model lexer, closes #15879
Florian Hahn
-0
/
+6
2015-01-05
Un-gate macro_rules
Keegan McAllister
-1
/
+1
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-2
/
+2
2015-01-05
Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]
Keegan McAllister
-3
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-4
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2014-12-30
Update src/grammar/README.md
Florian Hahn
-2
/
+2
2014-12-30
src/grammar/check.sh now prints test summary
Florian Hahn
-0
/
+17
2014-12-30
Handle function calls to integers in model lexer correctly
Florian Hahn
-2
/
+58
2014-12-29
rollup merge of #20310: fhahn/issue-15877-model-lexer-range
Alex Crichton
-1
/
+2
2014-12-29
Handle range in model lexer correctly #15877
Florian Hahn
-1
/
+2
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
[next]