summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Do not add unfoldings to lambda-binderswip/T17530Simon Peyton Jones2021-06-095-88/+23
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-0818-198/+363
* Parser: make less DynFlags dependentSylvain Henry2021-06-077-33/+42
* Make Logger independent of DynFlagsSylvain Henry2021-06-0775-1299/+1306
* Drop absent bindings in worker/wrapperSimon Peyton Jones2021-06-056-75/+138
* Re-do rubbish literalsSimon Peyton Jones2021-06-0514-115/+237
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-053-24/+36
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-0537-113/+3437
* Fix #19682 by breaking cycles in DerivedsRichard Eisenberg2021-06-0510-569/+824
* Put Unique related global variables in the RTS (#19940)Sylvain Henry2021-06-051-0/+6
* Make some simple primops levity-polymorphicsheaf2021-06-046-20/+62
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-046-25/+80
* Follow up #12449: Improve function `Inspect.hs:check2`Roland Senn2021-06-031-20/+64
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-0325-446/+960
* Driver Rework PatchMatthew Pickering2021-06-0328-868/+774
* WW: Mark absent errors as diverging againSebastian Graf2021-06-024-56/+57
* Fix infinite looping in hptSomeModulesBelowMatthew Pickering2021-06-021-6/+14
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-023-11/+27
* Specify the reason for import for the backpack's extra importsDivam2021-06-022-9/+13
* Fail before checking instances in checkHsigIface if exports don't match (#19244)Zubin Duggal2021-06-021-0/+9
* Allow primops in a :print (and friends) command. Fix #19394Roland Senn2021-06-022-11/+38
* StgM: Use ReaderT rather than StateTBen Gamari2021-05-291-5/+5
* Use GHC's State monad consistentlyBen Gamari2021-05-2910-12/+22
* Split GHC.Utils.Monad.State into .Strict and .LazyBen Gamari2021-05-2911-10/+97
* Rip GHC.Tc.Solver.Monad asunder (only)Richard Eisenberg2021-05-2914-1926/+2031
* Fix and slight improvement to datacon worker/wrapper notesSylvain Henry2021-05-292-2/+5
* Bignum: match on DataCon workers in rules (#19892)Sylvain Henry2021-05-291-7/+26
* Fix Note [Positioning of forkM]Zubin Duggal2021-05-291-5/+4
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-291-1/+1
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-296-80/+117
* Add -Wmissing-exported-pattern-synonym-signaturesThomas Winant2021-05-293-128/+163
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-278-65/+71
* Enable strict dicts by default at -O2.Andreas Klebinger2021-05-272-17/+56
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-05-263-8/+45
* Support new parser types in GHCAlfredo Di Napoli2021-05-2622-1264/+1528
* Make tcIfaceCompleteMatch lazier.Zubin Duggal2021-05-251-2/+13
* Refactor driver code; de-duplicate and split APIs (#14095, !5555)Divam2021-05-258-367/+368
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-242-10/+12
* Move warning flag handling into Flags moduleSylvain Henry2021-05-243-277/+407
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-2330-129/+161
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-2315-68/+163
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-234-13/+16
* Change representation of field selector occurencesShayne Fletcher2021-05-2326-370/+207
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-219-47/+46
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-212-3/+8
* SysTools: make file copy more efficientSylvain Henry2021-05-213-47/+43
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-218-103/+284
* Add exports to GHC.Tc.Errors.Hole (fixes #19864)Matthías Páll Gissurarson2021-05-202-107/+153
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-2023-138/+305
* Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355)Roland Senn2021-05-201-3/+2