summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix libffi on PowerPCwip/T19885Peter Trommler2021-06-034-20/+4
* CountDeps: print graph of module dependencies in dot formatShayne Fletcher2021-06-021-10/+28
* WW: Mark absent errors as diverging againSebastian Graf2021-06-024-56/+57
* Fix infinite looping in hptSomeModulesBelowMatthew Pickering2021-06-021-6/+14
* CI: Don't explicitly build hadrian before using run_hadrianMatthew Pickering2021-06-021-2/+0
* Run both lint jobs togetherMatthew Pickering2021-06-021-9/+1
* hadrian: Speed up lint:base ruleMatthew Pickering2021-06-022-3/+8
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-026-11/+48
* 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-027-2/+103
* Allow primops in a :print (and friends) command. Fix #19394Roland Senn2021-06-025-11/+54
* Improve wording of fold[lr]M documentation.Viktor Dukhovni2021-06-021-53/+77
* StgM: Use ReaderT rather than StateTBen Gamari2021-05-291-5/+5
* Use GHC's State monad consistentlyBen Gamari2021-05-2912-12/+24
* Split GHC.Utils.Monad.State into .Strict and .LazyBen Gamari2021-05-2913-12/+99
* 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-296-12/+59
* Fix Note [Positioning of forkM]Zubin Duggal2021-05-291-5/+4
* ghci: Enable -fkeep-going by defaultMatthew Pickering2021-05-299-5/+19
* sighparsonsmatt2021-05-291-1/+1
* Apply 2 suggestion(s) to 1 file(s)parsonsmatt2021-05-291-2/+2
* Address review comments, export from THparsonsmatt2021-05-293-1/+8
* Add `newDeclarationGroup` and provide documentation in reifyInstances and isI...parsonsmatt2021-05-291-0/+62
* Work around LLVM backend overlapping register limitationsLuite Stegeman2021-05-299-165/+136
* Add -Wmissing-exported-pattern-synonym-signaturesThomas Winant2021-05-2919-352/+255
* Use quotRemWord in showWordSylvain Henry2021-05-281-3/+5
* Document release when TypeApplications allowed declaring variables as inferredBoris Lykah2021-05-281-2/+3
* [EPA] exact print linear arrows.Alan Zimmerman2021-05-276-13/+91
* Improve deriveConstants error message.Andreas Klebinger2021-05-271-1/+2
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-279-68/+74
* Enable strict dicts by default at -O2.Andreas Klebinger2021-05-277-39/+123
* Avoid fingerprinting the absolute path to the source filePepe Iborra2021-05-2611-8/+96
* Support new parser types in GHCAlfredo Di Napoli2021-05-2647-1307/+1569
* Add 9.2 release note about linear caseRichard Eisenberg2021-05-251-0/+6
* Revert "hadrian: Don't always links against libffi"Matthew Pickering2021-05-251-1/+2
* [hadrian] Properly build hsc2hs wrapperMoritz Angermann2021-05-251-18/+23
* [ci] faster pipelineMoritz Angermann2021-05-251-5/+1
* [hadrian] Do not add full tool pathsMoritz Angermann2021-05-253-4/+32
* [ci/darwin] set SH to /bin/bashMoritz Angermann2021-05-251-1/+1
* [ci/darwin] cabal-cache dir can be specified per archMoritz Angermann2021-05-253-23/+38
* [ci/darwin] use system provided iconv and cursesMoritz Angermann2021-05-254-10/+35
* [bindist] inject xattr -c -r . into the darwin install phaseMoritz Angermann2021-05-252-0/+17
* [ci] no more brew or pipMoritz Angermann2021-05-251-15/+0
* [ci] darwin uses hadrianMoritz Angermann2021-05-251-48/+24
* Make tcIfaceCompleteMatch lazier.Zubin Duggal2021-05-256-2/+40
* Refactor driver code; de-duplicate and split APIs (#14095, !5555)Divam2021-05-259-367/+368
* docs: Fix example in toIntegralSizedMatthew Pickering2021-05-241-3/+3
* check-{ppr/exact}: Rewrite more directly to just parse filesMatthew Pickering2021-05-2411-265/+34
* Move warning flag handling into Flags moduleSylvain Henry2021-05-243-277/+407