about summary refs log tree commit diff
path: root/src/libsyntax/ast_map/blocks.rs
AgeCommit message (Expand)AuthorLines
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-4/+2
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-4/+4
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-4/+2
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-7/+8
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+4
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+3
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-41/+41
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-7/+11
2014-08-13librustc: Parse, but do not fully turn on, the `ref` keyword forPatrick Walton-1/+1
2014-07-15change to new trait style for method field refsJohn Clements-4/+4
2014-07-15Extend --pretty flowgraph=ID to include dataflow results in output.Felix S. Klock II-0/+218