summaryrefslogtreecommitdiff
path: root/utils/check-ppr/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-3/+4
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-211-2/+26
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-1/+1
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Parser API annotations: RealSrcLocVladislav Zavialov2020-02-211-5/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Revert "Move check-ppr and check-api-annotations to testsuite/utils"Ben Gamari2017-11-021-0/+105
* Move check-ppr and check-api-annotations to testsuite/utilsBen Gamari2017-09-271-105/+0
* Make parsed AST dump output lazilyDavid Feuer2017-08-281-2/+5
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-1/+1
* Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-271-1/+1
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-271-1/+1
* Add dump-parsed-ast flag and functionalityAlan Zimmerman2017-01-151-135/+3
* Remove redudant import from check-pprMatthew Pickering2016-12-261-1/+0
* check-ppr: Make --dump the default behaviorBen Gamari2016-12-261-11/+6
* Fix Pretty printer tests on WindowsTamar Christina2016-12-171-5/+10
* check-ppr: Add a --dump flag to aid in debuggingBen Gamari2016-12-151-5/+21
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-0/+219