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
/
pretty
Age
Commit message (
Expand
)
Author
Lines
2011-03-31
More stuff to go with the new expr_call_self AST node
Lindsey Kuper
-0
/
+7
2011-03-31
Improve line comment positioning
Marijn Haverbeke
-27
/
+64
2011-03-31
Support break and cont in pretty-printer
Marijn Haverbeke
-0
/
+6
2011-03-31
Add effect field to ast.ty_fn.
Marijn Haverbeke
-4
/
+9
2011-03-31
Preserve comments when pretty-printing.
Marijn Haverbeke
-786
/
+976
2011-03-25
Update pretty printer for ports, channels, send and receive
Brian Anderson
-1
/
+33
2011-03-25
Refactor ast.local to make room for initialization via recv
Brian Anderson
-2
/
+2
2011-03-25
make lexer unicode-aware for strings and char literals
Marijn Haverbeke
-1
/
+0
2011-03-25
fix pretty-printer
Marijn Haverbeke
-6
/
+10
2011-03-21
Started adding support for floating-point type, floating-point literals, and ...
Tim Chevalier
-0
/
+3
2011-03-20
Modify native_item_fn to handle trailing linkage names that differ from the i...
Graydon Hoare
-1
/
+5
2011-03-18
rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.
Patrick Walton
-2
/
+4
2011-03-17
rustc: Switch mutability from being a type constructor to a field annotation
Patrick Walton
-25
/
+30
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-7
/
+9
2011-03-15
rustc: Add an annotation for the crate definition to view_item_use
Patrick Walton
-1
/
+1
2011-03-14
Merge remote branch 'brson/recursive-elseif'
Graydon Hoare
-18
/
+10
2011-03-14
Make pretty-printer print 'with' clause in rec literals
Marijn Haverbeke
-1
/
+11
2011-03-13
Merge branch 'master' into recursive-elseif
Brian Anderson
-34
/
+84
2011-03-09
Add ty_obj case to pretty printer
Marijn Haverbeke
-16
/
+37
2011-03-09
Have the pretty-printer take a writer stream as argument
Marijn Haverbeke
-17
/
+36
2011-03-07
Add partial pretty-printing for syntax extensions
Brian Anderson
-1
/
+10
2011-03-07
Add missing alt arm to expr_if pretty-printer
Brian Anderson
-0
/
+1
2011-03-07
Merge branch 'master' into recursive-elseif
Brian Anderson
-0
/
+915
2011-03-07
Add a pretty-printer
Marijn Haverbeke
-0
/
+923
[prev]