| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-09 | Implement multidispatch and conditional dispatch. Because we do not | Niko Matsakis | -24/+0 | |
| attempt to preserve crate concatenation, this is a backwards compatible change. Conflicts: src/librustc/middle/traits/select.rs | ||||
| 2014-09-28 | Correctly populate trait impl map when checking for impl overlaps | Brian Koropoff | -1/+3 | |
| Also fix an existing compile-fail test which was intended to cover this case. This closes issue #17593 | ||||
| 2014-09-15 | Update error messages in compile-fail tests | Niko Matsakis | -4/+1 | |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 | |
| This was previously implemented, and it just needed a snapshot to go through | ||||
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -1/+2 | |
| 2014-02-05 | Check for trait impl conflicts across crates | Nick Cameron | -0/+24 | |
