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
/
eval.rs
Age
Commit message (
Expand
)
Author
Lines
2011-08-27
Convert parser to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert rustc::syntax::eval to istrs. Issue #855
Brian Anderson
-11
/
+12
2011-08-27
Convert ast::ident to istr. Issue #855
Brian Anderson
-9
/
+21
2011-08-27
Convert std::fs to istrs. Issue #855
Brian Anderson
-6
/
+9
2011-08-20
Reformat
Brian Anderson
-8
/
+7
2011-08-15
The wonky for...in... whitespace was bothering me. Sorry!
Lindsey Kuper
-1
/
+1
2011-08-09
Port the compiler to the ivec type [T] syntax.
Erick Tryzelaar
-9
/
+9
2011-08-02
Compiler accepts input from stdin when source file is called "-"
Brian Anderson
-1
/
+2
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-65
/
+62
2011-07-26
Remove all uses of tuples from the compiler and stdlib
Marijn Haverbeke
-2
/
+2
2011-07-16
Make clear the differentiation between char pos and byte pos in filemaps. Fix...
Josh Matthews
-2
/
+5
2011-07-15
rustc: Remove a bunch of exterior vectors
Patrick Walton
-3
/
+2
2011-07-11
Pull lexer creation out of new_parser
Brian Anderson
-2
/
+2
2011-07-07
rustc: Remove all exterior vectors from the AST
Patrick Walton
-11
/
+9
2011-07-06
rustc: Move crate directives over to interior vectors
Patrick Walton
-4
/
+3
2011-07-06
rustc: Revert the conversion to interior vectors due to heap corruption
Patrick Walton
-3
/
+4
2011-07-06
rustc: Move crate directives over to interior vectors
Patrick Walton
-4
/
+3
2011-07-05
Remove unused eval function. Issue #604
Brian Anderson
-17
/
+0
2011-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-0
/
+124