summaryrefslogtreecommitdiff
path: root/compiler/hieFile/HieAst.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove HasSrcSpan (#17494)wip/no-hassrcspanVladislav Zavialov2019-11-291-7/+7
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-281-7/+1
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-021-6/+3
* Fix #15344: use fail when desugaring applicative-doJosef Svenningsson2019-10-281-1/+1
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-1/+17
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Address review comments [skip CI]Zubin Duggal2019-09-131-8/+26
* Explain how to update HieAst [skip ci]Zubin Duggal2019-09-131-0/+112
* Fix bug preventing information about patterns from being serialized in .hie f...Zubin Duggal2019-08-071-5/+24
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-4/+4
* Fix and enforce validation of header for .hie filesZubin Duggal2019-05-311-5/+4
* Use types already in AST when making .hie fileMatthew Pickering2019-05-311-1/+3
* Use HsTyPats in associated type family defaultsRyan Scott2019-05-221-15/+6
* Pattern/expression ambiguity resolutionVladislav Zavialov2019-05-031-12/+0
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-091-1/+1
* Visible dependent quantificationRyan Scott2019-03-011-1/+1
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-231-8/+0
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-231-2/+2
* HIE: Save module name and module exportsMatthew Pickering2019-02-161-2/+10
* API Annotations: AnnAt disconnected for TYPEAPPAlan Zimmerman2019-02-081-2/+2
* Include type info for only some exprs in HIE filesAlec Theriault2019-01-301-8/+63
* Use `NameEnv Id` instead of `Map Name Id`Alec Theriault2019-01-301-5/+8
* Revert "Batch merge"Ben Gamari2019-01-301-71/+13
* Batch mergeBen Gamari2019-01-301-13/+71
* A few typofixesGabor Greif2019-01-231-1/+1
* Run typed splices in the zonkerMatthew Pickering2019-01-111-0/+2
* Visible kind applicationmynguyen2019-01-031-5/+13
* Support generating HIE filesAlec Theriault2018-12-111-0/+1713