Boris Egorov
6e29f86bc8
Remove into_vec method from &[T]
...
[breaking-change]
Closes #17916
2014-10-11 16:22:43 +07:00
Niko Matsakis
7a07f2a780
Add a few more debug statements
2014-10-09 17:19:53 -04:00
Niko Matsakis
389ef6601d
Implement multidispatch and conditional dispatch. Because we do not
...
attempt to preserve crate concatenation, this is a backwards compatible
change.
Conflicts:
src/librustc/middle/traits/select.rs
2014-10-09 17:19:50 -04:00
Eduard Burtescu
8a91d33ee7
rustc: remove support for Gc.
2014-10-02 16:59:31 +03:00
Nick Cameron
1c36d1c71d
Emit an error rather than ICEing for a missing built-in bound lang item.
...
closes #17392
2014-09-30 11:30:08 +13:00
Niko Matsakis
c31623b0e4
Integrate caching of results. Measurements show approx 90% hit rate.
2014-09-25 07:06:27 -04:00
Niko Matsakis
effb3636cc
Integrate builtin bounds fully into the trait checker
2014-09-25 07:06:27 -04:00
Nick Cameron
ce0907e46e
Add enum variants to the type namespace
...
Change to resolve and update compiler and libs for uses.
[breaking-change]
Enum variants are now in both the value and type namespaces. This means that
if you have a variant with the same name as a type in scope in a module, you
will get a name clash and thus an error. The solution is to either rename the
type or the variant.
2014-09-19 15:11:00 +12:00
Niko Matsakis
c5754f3971
Guts of the new trait matching algorithm, not yet in use
2014-09-15 14:58:49 -04:00