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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
pretty
Age
Commit message (
Expand
)
Author
Lines
2012-07-10
Pretty print vectors as ~[] instead of []/~. Closes #2863.
Michael Sullivan
-38
/
+38
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-07-04
Remove empty argument lists from do expressions
Ben Striegel
-1
/
+1
2012-07-02
Merge remote-tracking branch 'Dretch/prettydocs'
Brian Anderson
-0
/
+32
2012-07-01
Convert to new closure syntax
Brian Anderson
-3
/
+6
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-2
/
+2
2012-06-30
syntax: Pretty-print 'do' correctly
Brian Anderson
-0
/
+7
2012-06-30
initial draft of fix for issue #2498:
Gareth Daniel Smith
-0
/
+32
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-14
/
+14
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-1
/
+1
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-16
/
+16
2012-05-04
new cap clause syntax
Niko Matsakis
-6
/
+6
2012-04-07
Do not consider ty_bot to be a "resolved type".
Niko Matsakis
-1
/
+3
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-3
/
+3
2012-03-19
test: Remove pretty/issue-953. Doesn't typecheck
Brian Anderson
-5
/
+0
2012-02-15
Rewrite exhaustiveness checker
Marijn Haverbeke
-7
/
+7
2012-02-05
test: Issue #953, not #959
Brian Anderson
-0
/
+0
2012-02-05
test: Add an xfailed test for issue #959
Brian Anderson
-0
/
+5
2012-02-05
test: Add an xfailed test for issue #929
Brian Anderson
-0
/
+4
2012-02-03
Fix various drift issues in the qq branch.
Graydon Hoare
-1
/
+1
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-1
/
+11
2012-01-30
Alter/remove tests that include/concern ternary
Paul Woolcock
-1
/
+1
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-2
/
+2
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-0
/
+8
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-0
/
+13
2012-01-13
Remove tests for objs, adjust tests that use objs
Marijn Haverbeke
-14
/
+0
2012-01-10
test: Fix test/pretty/tag-blank-lines.rs for the tag -> enum switch
Patrick Walton
-1
/
+1
2012-01-10
rename sendfn to fn~, lambda to fn@
Niko Matsakis
-3
/
+3
2012-01-09
Remove proto_sugar and 'lambda' as keyword, commit to fn@.
Graydon Hoare
-3
/
+3
2012-01-05
make test typecheck
Niko Matsakis
-3
/
+0
2012-01-05
fix pretty printer to correctly insert parens for disamb
Niko Matsakis
-1
/
+6
2012-01-05
update test on disambig to reflect that some cases are no longer legal
Niko Matsakis
-3
/
+3
2012-01-03
Allow tail expressions even in no_value blocks. Type checker
Niko Matsakis
-0
/
+8
2011-12-30
add cap clause to pretty printer, with a test
Niko Matsakis
-0
/
+17
2011-11-22
rustc: Allow trailing comma in record fields
Haitao Li
-0
/
+8
2011-09-15
Add regression tests for previously ambiguous syntactic forms
Brian Anderson
-0
/
+37
2011-09-15
Remove maybe_protect_block kludge from pretty-printer
Marijn Haverbeke
-35
/
+0
2011-09-09
Make the pretty printer disambiguatae blocks followed by vec expressions.
Jesse Ruderman
-0
/
+2
2011-08-20
Reformat
Brian Anderson
-106
/
+50
2011-08-19
Do better at preserving blank lines during pretty-printing
Brian Anderson
-0
/
+15
2011-08-19
Don't pretty-print extra blank lines after anon object methods
Brian Anderson
-0
/
+14
2011-08-18
Don't pretty-print trailing whitespace for blank lines inside block comments
Brian Anderson
-0
/
+15
2011-08-18
Try harder to disambig blocks followed by various exprs in pprust. Closes #840
Brian Anderson
-0
/
+65
2011-08-18
Kill another case of a spurious blank line. Closes #809.
Graydon Hoare
-0
/
+8
2011-08-18
More misc ivec->vec renaming
Brian Anderson
-2
/
+2
2011-08-18
Pretty-print ivecs as []
Brian Anderson
-21
/
+21
2011-08-16
Add pp test for interleaving comments through vectors. Closes #679
Brian Anderson
-0
/
+60
2011-08-09
Port the fuzzer and tests to ivec type [T] syntax.
Erick Tryzelaar
-9
/
+1
2011-08-09
Change the ivec type syntax to [T].
Erick Tryzelaar
-0
/
+18
[next]