summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Binds.hs
Commit message (Expand)AuthorAgeFilesLines
* TTG Pull AbsBinds and ABExport out of the main ASTromes2022-03-141-27/+113
* Fix up Note [Bind free vars]romes2022-03-141-8/+25
* Kill derived constraintsRichard Eisenberg2022-02-231-5/+9
* TTG: replace Void/NoExtCon with DataConCantHappenKrzysztof Gogolewski2021-11-291-8/+8
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-1/+1
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-111-5/+5
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-2/+1
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-15/+15
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-311-1/+1
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-15/+15
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-311-2/+2
* Add compiler linting to CIHécate2021-03-251-1/+0
* GHC Exactprint main commitAlan Zimmerman2021-03-201-32/+94
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-041-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-645/+10
* Remove unused extension pragmas from the compiler code baseHécate2021-01-171-1/+0
* Refactor renamer datastructuresAdam Gundry2020-12-241-31/+22
* Implement type applications in patternsCale Gibbard2020-12-141-2/+5
* Split GHC.Driver.TypesSylvain Henry2020-10-291-3/+5
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-2/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-15/+14
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-251-20/+19
* Add right-to-left rule for pattern bindingsSimon Peyton Jones2020-08-191-6/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+3
* Simplify XRec definitionZubin Duggal2020-07-251-49/+49
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-43/+43
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-3/+4
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-241-1/+1
* Fully remove PprDebugSylvain Henry2020-05-011-8/+9
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-13/+13
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-19/+9
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-8/+8
* Modules: Types (#13009)Sylvain Henry2020-03-291-7/+7
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-141-3/+1
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-2/+2
* Disentangle DynFlags and SDocSylvain Henry2020-02-201-15/+14
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-42/+33
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-101-3/+5
* Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf2019-10-281-25/+23
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-0/+1310