Nick Cameron
18b4fe0e3e
Make name resolution errors non-fatal
2015-12-11 21:00:15 +13:00
Alex Crichton
e3b7e6caa2
Tweak relese notes + rebase fixes
2015-04-02 00:18:45 -07:00
Alex Crichton
f92e7abefd
rollup merge of #23860 : nikomatsakis/copy-requires-clone
...
Conflicts:
src/test/compile-fail/coherence-impls-copy.rs
2015-04-01 18:37:54 -07:00
Niko Matsakis
890ed5c468
Fallout in tests
2015-04-01 11:22:39 -04:00
Niko Matsakis
b0af587b64
Update tests for new coherence rules, and add a swatch of new tests
...
probing the specifics of `Fundamental`.
Fixes #23086 .
Fixes #23516 .
2015-04-01 11:21:42 -04:00
Niko Matsakis
4e789e03be
Remove the coherence impls pass that was specialized to builtin bounds,
...
since there are separate checks that apply to Copy (and Send uses the
generic defaulted trait rules). Also prohibit `Sized` from being
manually implemented for now.
2015-03-06 18:27:50 -05:00