| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-14 | Moved compile-fail tests to ui tests. | David Wood | -36/+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. | ||||
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -1/+2 | |
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -1/+1 | |
| - Reword E0044 help. - Change error message for types that don't implement `Send` | ||||
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -2/+2 | |
| suggest adding a where-clause when there is an unmet trait-bound that can be satisfied if some type can implement it. | ||||
| 2016-03-30 | Fix fallout in tests | Jeffrey Seyfried | -2/+2 | |
| 2015-04-21 | test: Fix fallout in tests | Alex Crichton | -3/+1 | |
| 2015-02-18 | Fallout: tests. As tests frequently elide things, lots of changes | Niko Matsakis | -1/+3 | |
| here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test. | ||||
| 2015-02-18 | Update tests for the Send - 'static change. | Huon Wilson | -2/+2 | |
| 2015-01-07 | markers -> marker | Nick Cameron | -2/+2 | |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -2/+2 | |
| [breaking-change] | ||||
| 2015-01-05 | fix cfail tests | Jorge Aparicio | -5/+0 | |
| 2014-12-14 | Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`) | Niko Matsakis | -5/+0 | |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -2/+2 | |
| 2014-09-15 | Update error messages in compile-fail tests | Niko Matsakis | -4/+5 | |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+44 | |
