about summary refs log tree commit diff
path: root/src/librustc/hir/itemlikevisit.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-3/+3
2018-05-13Add parallel abstractionsJohn Kåre Alsaker-0/+30
2017-10-08fix documentation typoCameron Steffen-1/+1
2017-05-03kill the old `visit_all_item_likes` infrastructureNiko Matsakis-3/+2
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-1/+1
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-1/+6
2016-11-29update commentsNiko Matsakis-2/+4
2016-11-16fallout from separating impl-items from implsNiko Matsakis-0/+5
2016-11-16separate impl-items from the impl in the HIRNiko Matsakis-1/+1
2016-11-16refactor Visitor into ItemLikeVisitor and intravisit::VisitorNiko Matsakis-0/+79