summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/PostProcess/Haddock.hs
Commit message (Expand)AuthorAgeFilesLines
* Class layout info (#19623)Vladislav Zavialov2022-10-231-8/+8
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-191-9/+10
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-191-2/+3
* Clean up some. In particular:M Farkas-Dyck2022-09-171-2/+2
* Fix typosEric Lindblad2022-09-141-1/+1
* TTG: Move HsModule to L.H.Sromes2022-07-031-4/+4
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-231-1/+1
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-081-2/+2
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-29/+51
* Suggestions due to hlintMatthew Pickering2022-02-241-1/+0
* Refactor HdkM using deriving viaVladislav Zavialov2021-11-061-27/+14
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-6/+6
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-241-2/+2
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-2/+2
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-4/+3
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-9/+11
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-211-3/+3
* GHC Exactprint main commitAlan Zimmerman2021-03-201-61/+64
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-3/+3
* Fix typosBrian Wignall2021-02-061-2/+2
* Fix Haddock parse error in GHC.Parser.PostProcess.HaddockMatthew Pickering2020-12-201-2/+2
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-181-2/+2
* Implement type applications in patternsCale Gibbard2020-12-141-4/+4
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-11/+19
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-8/+7
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-2/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-10/+9
* Less DynFlags in Header parsingSylvain Henry2020-10-011-1/+1
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-6/+3
* Introduce and use DerivClauseTys (#18662)Ryan Scott2020-09-151-3/+22
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Remove ConDeclGADTPrefixPsRyan Scott2020-08-021-9/+0
* Simplify XRec definitionZubin Duggal2020-07-251-9/+11
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-211-25/+1540
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-091-6/+10
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1/+1
* Modules (#13009)Sylvain Henry2020-04-181-0/+35