summary refs log tree commit diff
path: root/src/librustc/middle/ty/context.rs
AgeCommit message (Expand)AuthorLines
2015-10-09Move `for` loop desugaring to loweringNick Cameron-9/+6
2015-10-01convert the creepy case to just return None -- in practice, it wouldNiko Matsakis-2/+0
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-12/+36
2015-10-01kill the fake provided method stubsAriel Ben-Yehuda-3/+0
2015-09-26remove the destructors tableAriel Ben-Yehuda-4/+0
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-29/+29
2015-09-14split ty::util and ty::adjustmentAriel Ben-Yehuda-2/+2
2015-09-14split ty.rs into smaller partsAriel Ben-Yehuda-0/+964