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
/
comp
/
syntax
/
parse
/
parser.rs
Age
Commit message (
Expand
)
Author
Lines
2011-07-06
rustc: Move AST constraints to interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Migrate core AST types to interior vectors
Patrick Walton
-5
/
+5
2011-07-06
rustc: Make AST tuple types use interior vectors
Patrick Walton
-2
/
+2
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-7
/
+35
2011-07-06
rustc: Move crate directives over to interior vectors
Patrick Walton
-5
/
+5
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-48
/
+44
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-7
/
+18
2011-07-06
Simplify AST for expr_anon_obj.
Lindsey Kuper
-3
/
+2
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-100
/
+65
2011-07-06
Temp commit on the way to making meta_item into an interior vector
Patrick Walton
-7
/
+35
2011-07-06
rustc: Move crate directives over to interior vectors
Patrick Walton
-5
/
+5
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-48
/
+44
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-7
/
+18
2011-07-06
Support paren-free and lightweight-case syntax
Marijn Haverbeke
-21
/
+10
2011-07-06
Remove temporary stdlib placeholders, use actual stdlib functions
Marijn Haverbeke
-1
/
+1
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-11
/
+3
2011-07-05
Parse attributes for native items. Closes #609
Brian Anderson
-10
/
+30
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+2468
[prev]