| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -79/+0 | |
| 2015-04-14 | Fallout from this change. | Felix S. Klock II | -10/+3 | |
| 2015-01-12 | Fix testsuite errors | mdinger | -4/+12 | |
| 2015-01-05 | Remove uses of default_type_params feature gate from tests. | Huon Wilson | -2/+0 | |
| 2015-01-05 | Remove use of associated_types feature gate from tests. | Huon Wilson | -1/+1 | |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -3/+11 | |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -0/+2 | |
| This commit is an implementation of [RFC 503][rfc] which is a stabilization story for the prelude. Most of the RFC was directly applied, removing reexports. Some reexports are kept around, however: * `range` remains until range syntax has landed to reduce churn. * `Path` and `GenericPath` remain until path reform lands. This is done to prevent many imports of `GenericPath` which will soon be removed. * All `io` traits remain until I/O reform lands so imports can be rewritten all at once to `std::io::prelude::*`. This is a breaking change because many prelude reexports have been removed, and the RFC can be consulted for the exact list of removed reexports, as well as to find the locations of where to import them. [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/0503-prelude-stabilization.md [breaking-change] Closes #20068 | ||||
| 2014-12-13 | Fix compile-fail tests | Jorge Aparicio | -8/+8 | |
| 2014-10-21 | The new method lookup mechanism typechecks calls against the method type ↵ | Niko Matsakis | -3/+9 | |
| declared in the trait, not in the impl. In some cases that results in tighter rules, and in some cases looser. Correct for that. | ||||
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -3/+3 | |
| Closes #8492 | ||||
| 2014-04-05 | librustc: Improve error message for incompatible trait method signatures. | Kevin Butler | -1/+32 | |
| 2014-03-01 | librustc: Don't ICE when operator traits are not implemented properly. Fixes ↵ | Luqman Aden | -0/+33 | |
| #11450 | ||||
