summary refs log tree commit diff
path: root/src/librustc/middle/implicator.rs
AgeCommit message (Expand)AuthorLines
2015-06-23Remove the mostly unecessary ParamBounds structJared Roesch-8/+3
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-13/+12
2015-06-19rustc: replace Repr/UserString impls with Debug/Display ones.Eduard Burtescu-32/+2
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-19/+19
2015-06-12Split TyArray into TyArray and TySlice.Eli Friedman-0/+1
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-20/+20
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-04-30Stop using Rc in TraitRef and TraitDefAriel Ben-Yehuda-3/+2
2015-04-18Rather than storing the relations between free-regions in a globalNiko Matsakis-0/+487