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
/
librustsyntax
/
parse
/
token.rs
Age
Commit message (
Expand
)
Author
Lines
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on th...
Michael Sullivan
-6
/
+4
2012-05-22
`do` is no longer a keyword
Paul Stansifer
-1
/
+1
2012-05-14
First cut at dtors for classes
Tim Chevalier
-1
/
+1
2012-05-08
Start parsing pub/priv on regular items
Marijn Haverbeke
-1
/
+1
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-2
/
+2
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-2
/
+2
2012-04-24
syntax: Divide keywords into contextual/restricted. No bad words
Brian Anderson
-20
/
+51
2012-04-24
syntax: Make 'true' and 'false' bad words
Brian Anderson
-5
/
+3
2012-04-24
syntax: Clean up the bad_expr_word functions
Brian Anderson
-11
/
+0
2012-04-23
Move map iface over to more `for`-friendly iteration methods
Marijn Haverbeke
-1
/
+1
2012-04-22
syntax: Replace token::DOLLAR_PAREN, DOLLAR_NUM with just DOLLAR
Brian Anderson
-8
/
+2
2012-04-22
syntax: Eliminate token::POUND_LT, POUND_LBRACE
Brian Anderson
-4
/
+0
2012-04-22
syntax: Move is_lit to mod token
Brian Anderson
-0
/
+10
2012-04-22
syntax: Remove unused BRACEQUOTE, IDX, LIT_BOOL tokens
Brian Anderson
-6
/
+0
2012-04-21
syntax: Eliminate 'mutable' keyword. Closes #2254
Brian Anderson
-1
/
+1
2012-04-19
syntax: Funnel all words through a single keyword table
Brian Anderson
-2
/
+34
2012-04-18
syntax: Move some functions from parser to token
Brian Anderson
-0
/
+44
2012-04-15
syntax: Eliminate token's dependency on lexer
Brian Anderson
-5
/
+5
2012-03-29
rustc: Move lexer and token to rustsyntax
Brian Anderson
-0
/
+200