summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock
Commit message (Expand)AuthorAgeFilesLines
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-272-0/+7
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-192-415/+431
* Diagnostic codes: acccept test changessheaf2022-09-138-22/+22
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-032-64/+66
* Fix haddock_*_perf tests on non-GNU-grep systemsGreg Steuck2022-05-241-4/+4
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-082-8/+40
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-2337-127/+5530
* Fix several quoting issues in testsuiteMatthew Pickering2021-12-011-4/+4
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-6/+18
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-242-2/+2
* testsuite: Run haddock tests on out of tree compilerZubin Duggal2021-10-131-4/+4
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-042-42/+12
* Minor fix to pretty-printing of linear typesKrzysztof Gogolewski2021-08-053-0/+19
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-162-18/+62
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-192-70/+56
* EPA: cleanups after the mergeAlan Zimmerman2021-04-192-98/+98
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-312-139/+139
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-312-369/+369
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-312-90/+90
* GHC Exactprint main commitAlan Zimmerman2021-03-202-421/+1645
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-012-38/+19
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-062-550/+580
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-302-8/+8
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-202-6/+12
* Preserve as-parsed arrow type for HsUnrestrictedArrowAlan Zimmerman2020-10-071-1/+1
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-022-168/+197
* Test case for #17652Vladislav Zavialov2020-08-013-0/+15
* Fix validation errors (#18510)Krzysztof Gogolewski2020-07-291-4/+4
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-2117-54/+1483
* Add a -no-haddock flag.Judah Jacobson2020-03-152-0/+5
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Testsuite: update some Haddock testsVladislav Zavialov2019-12-3112-8/+60
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-0/+4
* Make `haddock_testsuite` respect `--test-accept`Alec Theriault2019-06-112-4/+10
* Some forall-related cleanup in deriving codeRyan Scott2019-05-232-0/+9
* Haddock: support strict GADT args with docsAlec Theriault2019-04-195-0/+24
* Don't leave .hi files after running Haddock testsAlec Theriault2019-03-041-0/+4
* Bump ghc version to 8.9Ryan Scott2019-02-201-4/+4
* Run some of Haddock's tests in the testsuiteAlec Theriault2019-02-162-0/+89
* Allow Haddock comments before function arguments.Iavor Diatchki2018-06-073-2/+42
* Move 'HsBangTy' out in constructor argumentsAlec Theriault2018-06-075-0/+37
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-0423-78/+92
* Support constructor Haddocks in more placesAlec Theriault2018-01-1211-0/+110
* Remove HsContext from ppr_mono_ty, and remove ppParendHsTypeAlan Zimmerman2017-05-287-18/+18
* Some tidying up of type pretty-printingSimon Peyton Jones2017-05-267-18/+19
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-1/+2
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-6/+3
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-073-4/+4
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-291-3/+3
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-111-3/+3