summary refs log tree commit diff
path: root/src/librustc/middle/reachable.rs
AgeCommit message (Expand)AuthorLines
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-4/+4
2013-08-15port reachable.rs from oldvisit to <V:Visitor> trait.Felix S. Klock II-89/+118
2013-08-03remove obsolete `foreach` keywordDaniel Micay-6/+6
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-4/+1
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-15/+15
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-5/+5
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-7/+7
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-2/+2
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-3/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-07-07De-share trait_refJames Miller-1/+1
2013-06-29Warning cleanupCorey Richardson-3/+0
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-3/+2
2013-06-28librustc: Fix more merge fallout.Patrick Walton-1/+2
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-5/+5
2013-06-28Rewrite each_path to allow performance improvements in the future.Patrick Walton-23/+46
2013-06-28librustc: Fix merge fallout.Patrick Walton-8/+8
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-0/+414