summary refs log tree commit diff
path: root/src/librustc_resolve/check_unused.rs
AgeCommit message (Expand)AuthorLines
2015-09-03Add an intital HIR and lowering stepNick Cameron-7/+9
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-13/+15
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-21rustc_resolve: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-18/+18
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-2/+4
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-2/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-27Rebasing changesNick Cameron-3/+3
2014-12-27save-analysis: emit names of items that a glob import actually imports.Nick Cameron-7/+7
2014-12-20rustc_resolve: move unused import checking into its own module.Eduard Burtescu-0/+161