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
Age
Commit message (
Expand
)
Author
Lines
2011-07-11
The lexer's get_mark_str should slice by byte position, not char. Closes #654
Brian Anderson
-3
/
+4
2011-07-11
Fix pretty-printing of record patterns
Marijn Haverbeke
-3
/
+3
2011-07-11
Implement record patterns
Marijn Haverbeke
-0
/
+74
2011-07-11
Move visit to newtype-style nominal type
Marijn Haverbeke
-112
/
+110
2011-07-11
Implement or-patterns in case clauses
Marijn Haverbeke
-18
/
+53
2011-07-10
Add a missing case so nbody.rs can pp
Jesse Ruderman
-0
/
+1
2011-07-10
Export noop_fold_expr so the fuzzer can use it
Jesse Ruderman
-0
/
+1
2011-07-10
Make #fmt work from inside std. Issue #175
Brian Anderson
-10
/
+25
2011-07-09
Track the path as we fold over the AST looking for unit tests. Issue #428
Brian Anderson
-1
/
+4
2011-07-08
Alias-ify some prettyprinting functions
Tim Chevalier
-3
/
+4
2011-07-08
Nicer pretty-printing for anon objs. Closes #499.
Lindsey Kuper
-3
/
+50
2011-07-07
rustc: Remove all exterior vectors from the AST
Patrick Walton
-46
/
+43
2011-07-07
rustc: Change lots of AST nodes to use interior vectors
Patrick Walton
-164
/
+171
2011-07-06
rustc: Make constraint args in the AST interior vectors
Patrick Walton
-3
/
+4
2011-07-06
rustc: Move AST constraints to interior vectors
Patrick Walton
-16
/
+17
2011-07-06
rustc: Migrate core AST types to interior vectors
Patrick Walton
-12
/
+32
2011-07-06
rustc: Make AST tuple types use interior vectors
Patrick Walton
-4
/
+4
2011-07-06
rustc: Make meta items into interior vectors
Patrick Walton
-15
/
+43
2011-07-06
rustc: Move crate directives over to interior vectors
Patrick Walton
-13
/
+12
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-61
/
+57
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-29
/
+57
2011-07-06
Begin adding unit testing infrastructure to the compiler
Brian Anderson
-0
/
+1
2011-07-06
rustc: Move the interner over to interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-2
/
+7
2011-07-06
Simplify AST for expr_anon_obj.
Lindsey Kuper
-9
/
+8
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-177
/
+121
2011-07-06
Temp commit on the way to making meta_item into an interior vector
Patrick Walton
-15
/
+43
2011-07-06
rustc: Move crate directives over to interior vectors
Patrick Walton
-13
/
+12
2011-07-06
rustc: Convert attribute in the AST to interior vectors
Patrick Walton
-61
/
+57
2011-07-06
rustc: Make AST paths use interior vectors
Patrick Walton
-29
/
+57
2011-07-06
rustc: Move the interner over to interior vectors
Patrick Walton
-6
/
+6
2011-07-06
rustc: Make the various constraint-related types in middle::ty use interior v...
Patrick Walton
-2
/
+7
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
-38
/
+7
2011-07-05
Change ast::meta_name_value to accept any literal, not just string
Brian Anderson
-13
/
+5
2011-07-05
Print remaining comments at end of *crate*, not module.
Graydon Hoare
-1
/
+1
2011-07-05
Remove unused eval function. Issue #604
Brian Anderson
-17
/
+0
2011-07-05
Parse attributes for native items. Closes #609
Brian Anderson
-10
/
+36
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+8642
[prev]