| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-02-16 | Implement the rules for RFC 599, and add various tests. | Niko Matsakis | -36/+0 | |
| Fixes #22211. | ||||
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 | |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -1/+1 | |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -4/+4 | |
| Closes #15349 [breaking-change] Trait objects are no longer implicitly coerced from Box<T> to &T. You must make an explicit coercion using `&*`. | ||||
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+35 | |
