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
/
common.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-217
/
+0
Per issue #2418.
2012-05-24
Use an impl to access parse/common.rs
Paul Stansifer
-159
/
+170
2012-05-23
The parser is represented by a class now.
Paul Stansifer
-17
/
+13
2012-05-22
Get rid of the >>> operator and make >> logical or arithmetic depending on ↵
Michael Sullivan
-5
/
+2
the signedness. Closes #2417.
2012-05-08
Support visibility modifiers and attributes on view items
Marijn Haverbeke
-5
/
+9
Issue #1893 Tangentially, issue #2357
2012-04-27
parser: More refactoring of restricted value name checking
Brian Anderson
-3
/
+7
2012-04-24
syntax: Divide keywords into contextual/restricted. No bad words
Brian Anderson
-5
/
+5
2012-04-24
syntax: Clean up the bad_expr_word functions
Brian Anderson
-5
/
+13
2012-04-24
syntax: Rename is_word to is_keyword, etc.
Brian Anderson
-4
/
+4
2012-04-19
syntax: Move fn spanned into ast_util
Brian Anderson
-5
/
+1
2012-04-19
syntax: Extract some functions into mod common
Brian Anderson
-0
/
+201