summary refs log tree commit diff
path: root/src/librustc/middle/traits/select.rs
AgeCommit message (Expand)AuthorLines
2014-10-02rustc: remove support for Gc.Eduard Burtescu-17/+0
2014-09-30Emit an error rather than ICEing for a missing built-in bound lang item.Nick Cameron-0/+5
2014-09-25Integrate caching of results. Measurements show approx 90% hit rate.Niko Matsakis-67/+83
2014-09-25Integrate builtin bounds fully into the trait checkerNiko Matsakis-124/+635
2014-09-19Add enum variants to the type namespaceNick Cameron-7/+8
2014-09-15Guts of the new trait matching algorithm, not yet in useNiko Matsakis-0/+1024