summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Ext/Ast.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-9/+12
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-061-1/+1
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-051-3/+3
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-191-6/+8
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-191-4/+15
* Clean up some. In particular:M Farkas-Dyck2022-09-171-1/+1
* Compute record-dot-syntax typesColten Webb2022-07-161-0/+1
* hie-files: Fix scopes for deriving clauses and instance signatures (#18425)Zubin Duggal2022-07-131-5/+5
* TTG for ForeignImport/Exportromes2022-07-061-7/+7
* TTG: Move CoreTickish out of LHS.Bindsromes2022-07-061-2/+2
* Prune L.H.S modules of GHC dependenciesromes2022-07-061-5/+5
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-10/+15
* TTG: Move HsModule to L.H.Sromes2022-07-031-1/+1
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-201-9/+11
* TTG: Rework and improve splicesromes2022-06-011-25/+23
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-261-1/+4
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-2/+2
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-1/+1
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-291-1/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-8/+27
* TTG: TH brackets finishing touchesromes2022-03-181-2/+2
* TTG: Refactor bracket for desugaring during tcromes2022-03-181-9/+6
* Separate constructors for typed and untyped bracketsromes2022-03-181-5/+12
* TTG: Refactor HsBracketromes2022-03-181-11/+13
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-17/+22
* Kill derived constraintsRichard Eisenberg2022-02-231-9/+6
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+5
* Correct type of static forms in hsExprTypeMatthew Pickering2022-01-181-1/+0
* TTG: replace Void/NoExtCon with DataConCantHappenKrzysztof Gogolewski2021-11-291-1/+1
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-36/+36
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-3/+3
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-241-2/+2
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-1/+1
* Clean up HiePass constraintsVladislav Zavialov2021-10-041-52/+25
* Trees That Grow refactor for HsTick and HsBinTickAndrea Condoluci2021-09-301-8/+8
* Remove NoGhcTc usage from HsMatchContextArtyom Kuznetsov2021-09-281-1/+7
* Use HsExpansion for overloaded list patternssheaf2021-06-291-8/+8
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-2/+2
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-081-88/+87
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-3/+3
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-1/+2
* Change representation of field selector occurencesShayne Fletcher2021-05-231-3/+3
* Changes to HsRecField'Shayne Fletcher2021-05-191-7/+7
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-1/+2
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-071-16/+9
* hie: Initialise the proper environment for calling dsExprMatthew Pickering2021-04-151-8/+13
* GHC Exactprint main commitAlan Zimmerman2021-03-201-215/+291
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-1/+6
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-2/+2