| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-14 | Reword E0044 and message for `!Send` types | Esteban Küber | -6/+6 | |
| - Reword E0044 help. - Change error message for types that don't implement `Send` | ||||
| 2017-06-02 | Implement Sync for SyncSender | Steven Fackler | -3/+1 | |
| 2016-04-05 | improve the printing of substs and trait-refs | Ariel Ben-Yehuda | -7/+7 | |
| 2016-04-05 | suggest adding a where-clause when that can help | Ariel Ben-Yehuda | -7/+7 | |
| 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 | -4/+4 | |
| 2016-03-01 | Explicitly opt out of `Sync` for `cell` and `mpsc` types | Andrew Paseltiner | -0/+34 | |
| These types were already `!Sync`, but this improves error messages when they are used in contexts that require `Sync`, aligning them with conventions used with `Rc`, among others. | ||||
