summaryrefslogtreecommitdiff
path: root/utils/check-ppr
Commit message (Expand)AuthorAgeFilesLines
* Class layout info (#19623)Vladislav Zavialov2022-10-231-1/+1
* Drop make build systemBen Gamari2022-08-251-18/+0
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-2/+2
* Multiple Home UnitsMatthew Pickering2021-12-281-4/+4
* Explicit Data.List import list in check-ppr (#20789)Sebastian Graf2021-12-071-1/+1
* Remove Cabal dependency from check-exact and check-ppr executablesMatthew Pickering2021-09-171-1/+0
* Driver Rework PatchMatthew Pickering2021-06-031-1/+1
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-241-16/+8
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-311-2/+2
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-1/+1
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-2/+2
* Add UnitId to Target recordFendor2021-03-281-0/+1
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-251-5/+4
* check-ppr,check-exact: Write out result as binaryGHC GitLab CI2021-03-201-3/+10
* GHC Exactprint main commitAlan Zimmerman2021-03-201-10/+11
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-1/+1
* Bump Win32 submodule to 2.9.0.0Ben Gamari2020-09-171-1/+1
* 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
* Update to Cabal submodule to v3.2.0.0-alpha3Oleg Grenrus2020-01-041-1/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Bump Cabal submodule to 3.1Sebastian Graf2019-09-121-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Bump Cabal submodule to 3.0Ben Gamari2019-03-191-1/+1
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+1
* Bump Cabal submoduleBen Gamari2018-08-031-1/+1
* Bump Cabal submoduleBen Gamari2018-03-121-1/+1
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-031-1/+1
* Update Win32 version for GHC 8.4.Tamar Christina2017-11-091-1/+1
* Revert "Move check-ppr and check-api-annotations to testsuite/utils"Ben Gamari2017-11-024-0/+180
* Move check-ppr and check-api-annotations to testsuite/utilsBen Gamari2017-09-274-180/+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
* Bump Cabal submoduleBen Gamari2017-02-201-2/+1
* Make type import/export API Annotation friendlyAlan Zimmerman2017-01-261-2/+5
* 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-152-5/+24
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-074-0/+289