summaryrefslogtreecommitdiff
path: root/compiler/utils/Pretty.hs
Commit message (Expand)AuthorAgeFilesLines
* Add PlainPanic for throwing exceptions without depending on pprintMichael Sloan2019-05-241-4/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Stomp a few typos and grammarosGabor Greif2018-12-171-1/+1
* Rename literal constructorsSylvain Henry2018-11-221-11/+11
* Refactor LitStringSylvain Henry2018-05-131-38/+36
* Implement -dword-hex-literalsAndrew Martin2018-03-191-1/+60
* Make layLeft and reduceDoc stricter (#7258)Tobias Dammers2017-10-251-6/+6
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-1/+2
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* cleanup: drop 11 years old performance hackSergei Trofimovich2016-09-041-8/+2
* Pretty: remove a harmful $! (#12227)Thomas Miedema2016-07-171-1/+44
* Pretty: delete really old changelogThomas Miedema2016-07-111-154/+20
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-1/+7
* Pretty: improving the space/time performance of vcat, hsep, hcat (#10735)Thomas Miedema2015-08-121-3/+16
* Pretty: show rational as is (#10735)Thomas Miedema2015-08-121-3/+1
* Pretty: fix a broken invariant (#10735)Thomas Miedema2015-08-121-4/+14
* Pretty: fix potential bad formatting of error message (#10735)Thomas Miedema2015-08-121-1/+4
* Pretty: bugfix fillNB (#10735)Thomas Miedema2015-08-121-0/+1
* Pretty: use replicate for spaces and multi_ch (#10735)Thomas Miedema2015-08-051-8/+3
* Pretty: mimic pretty API more closely (#10735)Thomas Miedema2015-08-051-41/+59
* Pretty: use BangPatterns instead of manual unboxing Ints (#10735)Thomas Miedema2015-08-051-80/+88
* Pretty: Args of NilAbove/TextBeside/Nest/Union are always RDocs (#10735)Thomas Miedema2015-08-051-8/+5
* Pretty: kill code that has been dead since 1997 (#10735)Thomas Miedema2015-08-051-21/+4
* Pretty: remove superfluous parenthesis (#10735)Thomas Miedema2015-08-051-9/+9
* Pretty: improve error messages (#10735)Thomas Miedema2015-08-051-14/+37
* Pretty: rename variables to the ones used by libraries/pretty (#10735)Thomas Miedema2015-08-051-39/+39
* Pretty: reformat using style from libraries/pretty (#10735)Thomas Miedema2015-08-051-374/+442
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+1024