| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -23/+0 | |
| 2018-06-23 | add `dyn` to display of dynamic (trait) type names | Zack M. Davis | -2/+2 | |
| The `dyn Trait` syntax was stabilized in 199ee327. Resolves #49277. | ||||
| 2017-04-21 | Create a new method to run coercion inside probe | Guillaume Gomez | -3/+1 | |
| 2017-04-21 | Update tests | Guillaume Gomez | -0/+2 | |
| 2017-01-31 | Removes FIXMEs related to #22405 | Wesley Wiser | -1/+0 | |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -2/+1 | |
| 2016-08-11 | Improve &-ptr printing | Jonathan Turner | -1/+1 | |
| 2016-05-02 | update test cases to reflect new messages | Niko Matsakis | -4/+3 | |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 | |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -3/+2 | |
| Many of the modifications putting in `Box::new` calls also include a pointer to Issue 22405, which tracks going back to `box <expr>` if possible in the future. (Still tried to use `Box<_>` where it sufficed; thus some tests still have `box_syntax` enabled, as they use a mix of `box` and `Box::new`.) Precursor for overloaded-`box` and placement-`in`; see Issue 22181. | ||||
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -1/+1 | |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -1/+1 | |
| here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test. | ||||
| 2015-01-12 | Fix testsuite errors | mdinger | -1/+5 | |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -0/+2 | |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -0/+22 | |
| Closes #15349 [breaking-change] Trait objects are no longer implicitly coerced from Box<T> to &T. You must make an explicit coercion using `&*`. | ||||
