summary refs log tree commit diff
path: root/src/rustc/syntax/print/pprust.rs
AgeCommit message (Expand)AuthorLines
2012-03-27Support an alternate for syntax that calls a higher-order functionMarijn Haverbeke-2/+12
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-14/+14
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-0/+7
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-15/+15
2012-03-20Implement an initial version of placement new.Niko Matsakis-0/+7
2012-03-20Class methods WIPTim Chevalier-8/+12
2012-03-13implement deserialization, rename mk_mem_buffer() to mem_buffer()Niko Matsakis-4/+4
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+0
2012-03-12rustc: Add node IDs to AST types so we can associate them with region environ...Patrick Walton-3/+9
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-2/+2
2012-03-09Add an infinite loop constructTim Chevalier-0/+5
2012-03-09rustc: Wrap regions in a node IDPatrick Walton-1/+1
2012-03-09Revert "rustc: Create def IDs for region parameters"Patrick Walton-1/+1
2012-03-09rustc: Create def IDs for region parametersPatrick Walton-1/+1
2012-03-08rustc: Add pretty printing support for the address-of operator. Un-XFAIL-pret...Patrick Walton-1/+14
2012-03-08rustc: Change the address-of operator to an explicit production so that we ca...Patrick Walton-0/+4
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-1/+1
2012-03-08rustc: Add region-annoted type parameters to the AST; stub associated patternsPatrick Walton-0/+1
2012-03-05rustc: Use std::util::unreachableBrian Anderson-1/+1
2012-03-04Translate simple classesTim Chevalier-3/+6
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+1793