summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
* Fix #19682 by breaking cycles in DerivedsRichard Eisenberg2021-06-0510-569/+824
* 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-0324-446/+959
* Driver Rework PatchMatthew Pickering2021-06-0327-826/+769
* 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-2910-9/+95
* Rip GHC.Tc.Solver.Monad asunder (only)Richard Eisenberg2021-05-2913-1926/+2029
* 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-276-33/+36
* 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-2620-1257/+1524
* 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-241-0/+1
* Move warning flag handling into Flags moduleSylvain Henry2021-05-243-277/+407
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-2327-129/+141
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-2314-68/+162
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-234-13/+16
* Change representation of field selector occurencesShayne Fletcher2021-05-2321-336/+121
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-218-46/+45
* 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-2022-138/+304
* Use pprSigmaType to print GHCi debugger Suspension Terms (Fix #19355)Roland Senn2021-05-201-3/+2
* Remove wired-in names hs-boot check bypass (#19855)Sylvain Henry2021-05-191-3/+0
* constant folding: Make shiftRule for Word8/16/32# types return correct typeMatthew Pickering2021-05-191-6/+6
* Make setBndrsDemandInfo work with only type variablesMatthew Pickering2021-05-191-4/+4
* PPC NCG: Fix unsigned compare with 16-bit constantsPeter Trommler2021-05-191-1/+2
* driver: check if clang is the assembler when passing clang specific arguments...Adam Sandberg Ericsson2021-05-193-15/+34
* Changes to HsRecField'Shayne Fletcher2021-05-1922-154/+156
* Cmm: fix sinking after suspendThreadSylvain Henry2021-05-199-21/+53
* CPR: Detect constructed products in `runRW#` apps (#19822)Sebastian Graf2021-05-193-26/+54
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-194-17/+14