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
/
pprust.rs
Age
Commit message (
Expand
)
Author
Lines
2011-06-09
Revert "Encode meta tags in the crate and start sketching enhanced logic for ...
Patrick Walton
-1
/
+1
2011-06-09
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-1
/
+1
2011-06-09
rustc: Annotate vector and string literals in the AST with their uniqueness o...
Patrick Walton
-2
/
+7
2011-06-09
Further support for predicate constraints
Tim Chevalier
-200
/
+10
2011-06-08
Add optional message to fail.
Josh Matthews
-1
/
+6
2011-06-07
Removing dead code and redundant fails; changing fails to sess.bug
Lindsey Kuper
-1
/
+1
2011-06-03
Remove zerobreak between foo and ( on a call expr. Never looks right.
Graydon Hoare
-1
/
+0
2011-06-03
Make pp more conservative about inserting trailing comments mid-list.
Graydon Hoare
-7
/
+15
2011-06-03
Add spans to fields, args, methods. Improve pp of same.
Graydon Hoare
-10
/
+8
2011-06-03
Tidy up printing of ty_fn.
Graydon Hoare
-1
/
+5
2011-06-02
Pretty-print literals exactly as we saw them in the source.
Graydon Hoare
-30
/
+62
2011-06-02
rustc: Print node IDs for more types of nodes
Patrick Walton
-0
/
+27
2011-06-02
rustc: Tiny style fix in pprust::rust_printer
Patrick Walton
-1
/
+1
2011-06-01
rustc: Add a new mode to the pretty printer that prints out node IDs, for deb...
Patrick Walton
-2
/
+21
2011-06-01
Add a few more to_str functions
Tim Chevalier
-4
/
+6
2011-06-01
Permit breaking before fn args block.
Graydon Hoare
-0
/
+1
2011-06-01
More tweaks to comment preservation rules.
Graydon Hoare
-70
/
+98
2011-06-01
Print iters as iters not fns.
Graydon Hoare
-6
/
+11
2011-06-01
Print ty_bot properly.
Graydon Hoare
-1
/
+1
2011-06-01
Bug fixes to pprust.
Graydon Hoare
-2
/
+3
2011-06-01
Support printing globs.
Graydon Hoare
-0
/
+10
2011-06-01
Slightly more aggressive about inserting whitespace. Getting frustrated with ...
Graydon Hoare
-3
/
+11
2011-05-31
Give up on use of huge_word for comments. Still not formatting quite right, b...
Graydon Hoare
-16
/
+9
2011-05-31
Fix pretty printer for move.
Michael Sullivan
-1
/
+1
2011-05-31
Support move as an initializer.
Michael Sullivan
-1
/
+4
2011-05-31
Insert plumbing for move that behaves just like assign.
Michael Sullivan
-0
/
+6
2011-05-31
Handle pretty-printing else-if properly.
Graydon Hoare
-12
/
+26
2011-05-31
Consolidate formatting functions a bit more.
Graydon Hoare
-97
/
+106
2011-05-31
Fix long lines
Graydon Hoare
-4
/
+10
2011-05-31
Break methods in obj types.
Graydon Hoare
-0
/
+3
2011-05-31
Tighten up comment rules a little more.
Graydon Hoare
-21
/
+21
2011-05-31
Improve handling of trailing comments.
Graydon Hoare
-4
/
+23
2011-05-31
Add span to field to catch per-field comments in rec exprs.
Graydon Hoare
-5
/
+7
2011-05-31
Improve comment handling in pp.
Graydon Hoare
-135
/
+135
2011-05-31
Differentiate consistency of commasep boxes
Graydon Hoare
-23
/
+27
2011-05-31
new pretty printer
Graydon Hoare
-170
/
+227
2011-05-27
Change the syntax for RECV from "var <- port" to "port |> var".
Michael Sullivan
-3
/
+3
2011-05-26
Fix typo
Tim Chevalier
-1
/
+1
2011-05-25
Pretty print view items with :: rather than :.
Graydon Hoare
-1
/
+1
2011-05-23
Get test-pass/utf8.rs to run
Marijn Haverbeke
-1
/
+2
2011-05-20
More work on anonymous objects.
Lindsey Kuper
-2
/
+2
2011-05-20
Make controlflow part of a function type
Tim Chevalier
-5
/
+14
2011-05-19
Move type cache and node type table into type context.
Graydon Hoare
-6
/
+7
2011-05-17
rustc: Print the types of declarations in --typed-pretty mode
Patrick Walton
-0
/
+9
2011-05-17
rustc: Add a typed pretty-printing mode for debugging
Patrick Walton
-6
/
+36
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-16
/
+16
2011-05-17
Switch pretty printer to new vec syntax
Marijn Haverbeke
-3
/
+4
2011-05-16
Rewrite everything to use [] instead of vec() in value position.
Graydon Hoare
-2
/
+2
2011-05-13
More work toward anonymous objects.
Lindsey Kuper
-0
/
+5
2011-05-13
Make the parser more careful about keywords
Marijn Haverbeke
-3
/
+2
[prev]
[next]