summaryrefslogtreecommitdiff
path: root/compiler/Language/Haskell/Syntax/Decls.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-2/+26
* Update outdated references to notesSimon Hengel2023-02-141-1/+1
* Misc cleanupKrzysztof Gogolewski2023-01-051-1/+2
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-231-3/+0
* Class layout info (#19623)Vladislav Zavialov2022-10-231-1/+4
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-5/+18
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-191-5/+21
* Fix typosEric Lindblad2022-09-141-2/+2
* Remove many GHC dependencies from L.H.Sromes2022-07-061-54/+26
* TTG for ForeignImport/Exportromes2022-07-061-109/+27
* Prune L.H.S modules of GHC dependenciesromes2022-07-061-2/+4
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-1/+1
* TTG: Rework and improve splicesromes2022-06-011-4/+15
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-081-1/+1
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-291-14/+11
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-15/+18
* Fix a few Note inconsistenciesBen Gamari2022-02-011-2/+2
* Consistently upper-case "Note ["Ben Gamari2022-02-011-25/+25
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-1/+1
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-1/+2
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-29/+30
* Add compiler linting to CIHécate2021-03-251-9/+7
* GHC Exactprint main commitAlan Zimmerman2021-03-201-29/+42
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-2/+2
* Fix typosBrian Wignall2021-02-061-1/+1
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-0/+1804