| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-10 | Explicit help message for binop type missmatch | Esteban Küber | -72/+0 | |
| When trying to do a binary operation with missing implementation, for example `1 + Some(2)`, provide an explicit help message: ``` note: no implementation for `{integer} + std::option::Option<{integer}>` ``` Use `rustc_on_unimplemented` for the suggestions. Move cfail test to ui. | ||||
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -17/+0 | |
| 2016-08-12 | test: add more extensive tests for impl Trait. | Eduard Burtescu | -0/+89 | |
