| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-11-23 | review comments | Esteban Küber | -52/+56 | |
| 2016-11-22 | Show multiline spans in full if short enough | Esteban Küber | -3/+100 | |
| When dealing with multiline spans that span few lines, show the complete span instead of restricting to the first character of the first line. For example, instead of: ``` % ./rustc foo.rs error[E0277]: the trait bound `{integer}: std::ops::Add<()>` is not satisfied --> foo.rs:13:9 | 13 | foo(1 + bar(x, | ^ trait `{integer}: std::ops::Add<()>` not satisfied | ``` show ``` % ./rustc foo.rs error[E0277]: the trait bound `{integer}: std::ops::Add<()>` is not satisfied --> foo.rs:13:9 | 13 | foo(1 + bar(x, | ________^ starting here... 14 | | y), | |_____________^ ...ending here: trait `{integer}: std::ops::Add<()>` not satisfied | ``` | ||||
| 2016-10-18 | run rustfmt on librustc_errors folder | Srinivas Reddy Thatiparthy | -3/+3 | |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -13/+1 | |
| 2016-07-14 | DCE and fixing some internal tests | Jonathan Turner | -731/+2 | |
| 2016-07-14 | Implement latest rfc style using simpler rendering | Jonathan Turner | -152/+64 | |
| 2016-06-23 | make old school mode a bit more configurable | Jonathan Turner | -7/+36 | |
| 2016-06-23 | Move test helper functions to consolidated codemap testing | Jonathan Turner | -0/+887 | |
