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.rs
Age
Commit message (
Expand
)
Author
Lines
2012-05-31
Rename librustsyntax to libsyntax
Kevin Cantu
-164
/
+0
2012-05-24
Access parse/attrs.rs with an impl.
Paul Stansifer
-1
/
+2
2012-05-24
Use an impl to access parse/common.rs
Paul Stansifer
-1
/
+2
2012-05-23
The parser is represented by a class now.
Paul Stansifer
-27
/
+8
2012-05-18
port codemap to use dvec
Niko Matsakis
-2
/
+3
2012-05-18
port some code to use dvec
Niko Matsakis
-1
/
+1
2012-05-10
Preliminary groundwork for intrinsic module, reflection interface.
Graydon Hoare
-0
/
+12
2012-04-30
Annotate FIXME (comment only)
Tim Chevalier
-1
/
+1
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-15
/
+12
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-12
/
+15
2012-04-26
Refactor operator precedence code
Tim Chevalier
-1
/
+0
2012-04-24
syntax: Divide keywords into contextual/restricted. No bad words
Brian Anderson
-1
/
+1
2012-04-19
syntax: Reorganize mod parse
Brian Anderson
-75
/
+77
2012-04-19
syntax: Extract attribute parsing to its own mod
Brian Anderson
-1
/
+1
2012-04-19
syntax: Funnel all words through a single keyword table
Brian Anderson
-0
/
+1
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-0
/
+166