summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Outputable.hs
Commit message (Expand)AuthorAgeFilesLines
* Rename [] to List (#21294)Vladislav Zavialov2022-04-071-0/+2
* Fix isLiftedType_maybe and handle falloutsheaf2022-03-141-2/+8
* Fix type check error message grammar (fixes #20122)CarrieMY2021-07-281-1/+20
* Put tracing functions into their own moduleSylvain Henry2021-06-221-0/+8
* Driver Rework PatchMatthew Pickering2021-06-031-0/+5
* Make GHC.Runtime.Interpreter independent of GHC.DriverSylvain Henry2021-04-301-0/+9
* Enhance pretty-printing perfSylvain Henry2021-04-101-15/+63
* GHC Exactprint main commitAlan Zimmerman2021-03-201-2/+5
* Make proper fixed-width number literalsSylvain Henry2021-01-021-13/+23
* Optimize dumping of consecutive whitespace.wip/andreask/opt_dumpsAndreas Klebinger2020-12-141-1/+1
* Cmm.Sink: Optimize retaining of assignments, live sets.Andreas Klebinger2020-12-081-0/+4
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-5/+25
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-201-1/+3
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-291-2/+2
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* Remove pdocPrecSylvain Henry2020-10-191-6/+0
* Fix pretty-printing of the mult-polymorphic arrowVladislav Zavialov2020-10-011-1/+1
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-1/+1
* Remove sdocWithDynFlags (fix #10143)Sylvain Henry2020-09-231-11/+2
* Refactor CLabel pretty-printingSylvain Henry2020-09-231-10/+16
* Remove pprPrec from Outputable (unused)Sylvain Henry2020-09-171-8/+1
* Add note about OutputablePSylvain Henry2020-09-171-9/+108
* Generalize OutputablePSylvain Henry2020-09-171-20/+21
* Introduce OutputablePSylvain Henry2020-09-171-2/+47
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-0/+6
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-0/+15
* Perf: make SDoc monad one-shot (#18202)Sylvain Henry2020-08-241-1/+13
* Do not print synonyms in :i (->), :i Type (#18594)Krzysztof Gogolewski2020-08-231-0/+2
* NCG: Dwarf configurationSylvain Henry2020-08-211-5/+43
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-173/+10
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-1/+1
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-181-32/+34
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-3/+9
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Refactor linear reg alloc to remember past assignments.Andreas Klebinger2020-05-211-0/+3
* Fully remove PprDebugSylvain Henry2020-05-011-21/+16
* Refactor PprDebug handlingSylvain Henry2020-05-011-24/+18
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+2
* Refactoring unit management codeSylvain Henry2020-04-301-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+1304