| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-07-02 | Revert "Change error count messages" | Ariel Ben-Yehuda | -1/+1 | |
| This reverts commit 5558c64f33446225739c1153b43d2e309bb4f50e. | ||||
| 2017-06-01 | tests: fix fallout from changing the span of binop errors. | Eduard-Mihai Burtescu | -2/+2 | |
| 2017-05-24 | Rollup merge of #42150 - citizen428:feature/error-count-messages, ↵ | Mark Simulacrum | -1/+1 | |
| r=Mark-Simulacrum Change error count messages See #33525 for details. r? @Mark-Simulacrum | ||||
| 2017-05-24 | Change error count messages | Michael Kohl | -1/+1 | |
| See #33525 for details. | ||||
| 2017-05-17 | Add better error message when == operator is badly used | Guillaume Gomez | -2/+2 | |
| 2017-04-10 | Explicit help message for binop type missmatch | Esteban Küber | -0/+55 | |
| 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. | ||||
