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-07-05
Move everything syntax-related to syntax/, break deps on rest of compiler
Marijn Haverbeke
-1233
/
+0
2011-07-05
Move pretty-printing 'modes' into a callback hook
Marijn Haverbeke
-62
/
+14
2011-07-04
Move the ids of pat AST nodes into their struct
Marijn Haverbeke
-5
/
+5
2011-07-02
Allow any string expression to be used with fail.
Josh Matthews
-3
/
+3
2011-07-01
Allow 'newtype' syntax for tags
Marijn Haverbeke
-15
/
+31
2011-07-01
Make sure the pretty-printer understand resources
Marijn Haverbeke
-1
/
+1
2011-06-30
Minor pp cleanups.
Graydon Hoare
-4
/
+4
2011-06-30
Preserve hard \n\n pairs from source when pretty-printing, as explicit format...
Graydon Hoare
-9
/
+7
2011-06-30
Pretty-print view items in mod items
Brian Anderson
-5
/
+4
2011-06-28
Implement "claim"
Tim Chevalier
-2
/
+9
2011-06-28
Teach the parser and typechecker to understand port[int](). Closes #588
Eric Holk
-1
/
+12
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-6
/
+10
2011-06-28
Write metadata for crate attributes. Issue #487
Brian Anderson
-0
/
+4
2011-06-28
List crate attributes when running rustc with '--ls'
Brian Anderson
-0
/
+4
2011-06-25
Partial implementation of resources
Marijn Haverbeke
-0
/
+12
2011-06-23
rustc: Pretty-print ternary operator
Brian Anderson
-0
/
+12
2011-06-23
Flesh out type pp code.
Graydon Hoare
-4
/
+19
2011-06-22
rustc: Introduce and parse additional meta_item forms
Brian Anderson
-3
/
+12
2011-06-21
Move names and ids of native items into their recs, rather than their tags
Marijn Haverbeke
-5
/
+5
2011-06-21
Move expr ids into the expr record type
Marijn Haverbeke
-51
/
+49
2011-06-20
Get rid of def_ids and anns in AST nodes, use single node_id
Marijn Haverbeke
-10
/
+11
2011-06-20
Tighten up the hardbreak rules a bit.
Graydon Hoare
-2
/
+2
2011-06-20
Suppress hardbreaks when following hardbreaks.
Graydon Hoare
-5
/
+6
2011-06-20
Fix interference between if-check and if printing.
Graydon Hoare
-4
/
+6
2011-06-20
Fix pp blank-lines insertion at beginning of file and before 'let' decls.
Graydon Hoare
-6
/
+12
2011-06-19
Fix pp blank-line insertion after isolated comments in cboxes.
Graydon Hoare
-6
/
+11
2011-06-18
rustc: Store the lhs and rhs of receive exprs in left to right order
Brian Anderson
-2
/
+2
2011-06-16
Consistify ast::local.
Paul Stansifer
-4
/
+4
2011-06-16
rustc: Change print_file to print_crate
Brian Anderson
-3
/
+4
2011-06-16
rustc: Pretty print module inner attributes
Brian Anderson
-7
/
+17
2011-06-16
Pretty-print if-check
Tim Chevalier
-37
/
+46
2011-06-16
rustc: Pretty print interior vector types
Patrick Walton
-0
/
+6
2011-06-16
Bring swap through typechecking and typestate.
Michael Sullivan
-0
/
+6
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-22
/
+22
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-1
/
+1
2011-06-15
Added issue # to FIXME.
Lindsey Kuper
-1
/
+1
2011-06-15
Attempt to put out windows tinderbox.
Graydon Hoare
-1
/
+5
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-287
/
+213
2011-06-15
Print mutability of obj fields.
Graydon Hoare
-2
/
+7
2011-06-15
Fix pp bug on native modules.
Graydon Hoare
-1
/
+3
2011-06-15
rustc: Pretty-print outer attributes of items
Brian Anderson
-15
/
+47
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-6
/
+6
2011-06-15
rustc: Make room in item_mod for metadata
Brian Anderson
-1
/
+1
2011-06-14
Print parens on unops when necessary. 'make reformat' output now builds to st...
Graydon Hoare
-1
/
+1
2011-06-14
Remove a bunch of primitive-compiler-workarounds from pprust.rs
Marijn Haverbeke
-41
/
+23
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-2
/
+11
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-8
/
+4
2011-06-10
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-1
/
+1
2011-06-10
Fix a non-exhaustive match failure.
Lindsey Kuper
-0
/
+1
2011-06-10
Implement mutable/immutable alias distinction.
Marijn Haverbeke
-2
/
+10
[next]