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