aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/util/DiffUtil.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add basic diffing for shown valuesFelix Mulder2016-10-101-3/+25
|
* Fix #1405: Implement Xprint-diff without external libraries.Nicolas Stucki2016-08-241-25/+105
|
* -Xprint-diff-del: more meaningful colorsGuillaume Martres2016-07-261-6/+7
| | | | | When a line is modified, show the deleted part in red and the added part in green instead of using magenta and yellow which are confusing.
* Fix #1312: Improve XprintNicolas Stucki2016-07-151-0/+66
* Do not reprint a tree that has not changed. * Highlight changes with yellow and insertions in green. * -Xprint-diff-del: Inserts the deleted parts of the tree in red and the parts that where changed in magenta.