| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-03-28 | test fallout | Nick Cameron | -15/+5 | |
| 2017-03-28 | fallout - source reformatting | Nick Cameron | -5/+15 | |
| 2016-08-26 | Check term supports colour before printing fancy diffs | Kamal Marhubi | -1/+3 | |
| For a terminal like DUMB, we were still attempting to print colourful diffs, which failed with a `NotSupported` error. Fixes #1140 | ||||
| 2016-05-31 | print_diff: Don't print color codes if output is not a tty | Kamal Marhubi | -4/+22 | |
| On unix, `term::stdout()` just reads the `TERM` environment variable to decide what features are available. It does not check if the output file descriptor is in fact a tty. This resulted in printing escape codes when redirecting output. | ||||
| 2016-05-17 | Fall back to basic stdout if we can't unwrap a fancy terminal (#995) | Nick Cameron | -1/+35 | |
| fixes #978 | ||||
| 2016-01-01 | Fixed #700, use default color for titles and context in write-mode=diff | Sinh Pham | -3/+3 | |
| 2015-12-28 | Add tests for #606. | Utkarsh Kukreti | -0/+2 | |
| 2015-09-26 | Changes to rustfmt source | Nick Cameron | -1/+4 | |
| 2015-09-10 | Add diff write mode https://github.com/nrc/rustfmt/issues/261 | Sinh Pham | -0/+109 | |
