summary refs log tree commit diff
path: root/src/librustc/middle/ty_relate
AgeCommit message (Expand)AuthorLines
2015-07-06Add a boolean flag to ExistentialBounds tracking whether theNiko Matsakis-4/+29
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-13/+12
2015-06-19Clean up unused argument/variable warnings.Eduard Burtescu-1/+0
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-8/+8
2015-06-12Split TyArray into TyArray and TySlice.Eli Friedman-2/+2
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-24/+24
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-6/+3
2015-04-30Stop using Rc in TraitRef and TraitDefAriel Ben-Yehuda-3/+2
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-02Merge conflictsNiko Matsakis-18/+18
2015-03-31Port over type inference to using the new type relation stuffNiko Matsakis-0/+655