summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite looping in hptSomeModulesBelowwip/fix-agda-loopMatthew Pickering2021-06-021-6/+14
* 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
* Add regression test for #9985nineonine2021-05-242-3/+33
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-2334-152/+254
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-2321-78/+178
* Pre-add test case for #19156Vladislav Zavialov2021-05-233-0/+37
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-239-15/+41
* Change representation of field selector occurencesShayne Fletcher2021-05-2348-474/+350
* Add regression test for #19287nineonine2021-05-223-0/+17
* Support NetBSD/aarch64 via LLVM codegenPHO2021-05-223-0/+12
* Remove ANN pragmas in check-ppr and check-exactMatthew Pickering2021-05-222-6/+0
* hadrian: Add omit_pragmas transformerMatthew Pickering2021-05-221-0/+8
* hadrian: Reorganise modules so KV parser can be used to define transformersMatthew Pickering2021-05-227-273/+288
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-2110-47/+46
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-05-218-18/+66
* SysTools: make file copy more efficientSylvain Henry2021-05-213-47/+43