about summary refs log tree commit diff
path: root/src/libsyntax/ast_map/mod.rs
AgeCommit message (Expand)AuthorLines
2014-08-14librustc: Implement simple `where` clauses.Patrick Walton-9/+12
2014-08-14librustc: Stop assuming that implementations and traits only containPatrick Walton-55/+97
2014-08-09Helper method for `pprust::State` for printing instances of `ast_map::Node`.Felix S. Klock II-0/+29
2014-08-09ast_map: Added iterator over all node id's that match a path suffix.Felix S. Klock II-1/+132
2014-07-29Refactored syntax::fold.Marvin Löbel-1/+1
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-3/+5
2014-07-15Extend --pretty flowgraph=ID to include dataflow results in output.Felix S. Klock II-0/+760