summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Countdeps: Strictly documentation markup fixeswip/T19932-dot-4Shayne Fletcher2021-06-051-6/+6
* Put Unique related global variables in the RTS (#19940)Sylvain Henry2021-06-054-0/+13
* Make 'count-deps' a ghc/util standalone programShayne Fletcher2021-06-0518-64/+161
* Fix Integral instances for WordsSylvain Henry2021-06-042-110/+120
* Make some simple primops levity-polymorphicsheaf2021-06-0420-63/+191
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-0414-26/+99
* users-guide: Add OverloadedRecordDot and OverloadedRecordUpdate for ghc-9.2Takenobu Tani2021-06-041-0/+9
* Fix incorrect mention of -Wprepositive-qualified-syntax in docsThomas Winant2021-06-041-3/+1
* Follow up #12449: Improve function `Inspect.hs:check2`Roland Senn2021-06-031-20/+64
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-0340-469/+1016
* Driver Rework PatchMatthew Pickering2021-06-03180-1061/+1830
* 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