summary refs log tree commit diff
path: root/src/librustc/driver/pretty.rs
AgeCommit message (Expand)AuthorLines
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-77/+55
2014-09-08rustc: fix fallout from the addition of a 'tcx lifetime on tcx.Eduard Burtescu-6/+6
2014-09-08rustc: use a TypedArena to allocate types in the type context.Eduard Burtescu-3/+6
2014-08-30rustc: implement a pretty mode to print ident/name's ctxt & gensyms.Huon Wilson-0/+50
2014-08-29rustc: remove a trait that is unnecessary after pretty move.Huon Wilson-31/+21
2014-08-29rustc: move pretty printing into its own module.Huon Wilson-0/+575