summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix desugaring with unboxed types (#19883)wip/T19883Krzysztof Gogolewski2021-06-183-1/+21
* Move validate-x86_64-linux-deb9-hadrian back to quick-buildwip/t20003Matthew Pickering2021-06-171-1/+1
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-162-7/+5
* PPC NCG: Fix panic in linear register allocatorPeter Trommler2021-06-161-1/+1
* Remove the backend correction logic, as it is already been fixed at this pointDivam2021-06-161-27/+2
* Corrected typoAriFordsham2021-06-161-1/+1
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-1619-52/+3844
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-1630-168/+360
* DerivingVia for Hsc instances. GND for NonDetFastString and LexicalFastString.Baldur Blöndal2021-06-163-26/+13
* gitlab-ci: Bump ci-imagesBen Gamari2021-06-161-1/+1
* Fix INLINE pragmas in desugarerSimon Peyton Jones2021-06-105-31/+100
* Reword: representation instead of levitysheaf2021-06-1081-359/+413
* Fix redundant importSylvain Henry2021-06-101-1/+2
* Add (broken) test for #19966Matthew Pickering2021-06-102-0/+8
* User's Guide: reword and fix punctuation in description of PostfixOperatorsLi-yao Xia2021-06-101-3/+3
* Do not add unfoldings to lambda-bindersSimon Peyton Jones2021-06-105-88/+23
* FinderCache: Also cache file hashing in interface file checksMatthew Pickering2021-06-093-17/+39
* Added a regression test, this would trigger a Core Lint error before GHC 9Baldur Blöndal2021-06-092-0/+39
* winio: use synchronous access explicitly for handles that may not be asynchro...Tamar Christina2021-06-084-27/+125
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-0823-232/+401
* Small ZipList optimisationViktor Dukhovni2021-06-071-2/+6
* Bump haddock submoduleSylvain Henry2021-06-071-0/+0
* Parser: make less DynFlags dependentSylvain Henry2021-06-079-36/+49
* Make Logger independent of DynFlagsSylvain Henry2021-06-0789-1365/+1378
* testsuite: Fix Note styleBen Gamari2021-06-051-0/+1
* testsuite: Eliminate fragility of ioprofBen Gamari2021-06-052-14/+2
* Drop absent bindings in worker/wrapperSimon Peyton Jones2021-06-056-75/+138
* Re-do rubbish literalsSimon Peyton Jones2021-06-0518-128/+271
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-0521-186/+112
* Countdeps: Strictly documentation markup fixesShayne Fletcher2021-06-051-6/+6
* [testsuite] fix T6132 when using the LLVM toolchainMoritz Angermann2021-06-051-1/+7
* [testsuite] fix T13702 with clangMoritz Angermann2021-06-051-0/+5
* [ci] force CC=clang for aarch64-linuxMoritz Angermann2021-06-051-0/+1
* [ci] no docs for aarch64-linux-llvmMoritz Angermann2021-06-051-0/+7
* [ci] -llvm with --way=llvmMoritz Angermann2021-06-051-0/+2
* Adds AArch64 Native Code GeneratorMoritz Angermann2021-06-0548-132/+3594
* Fix #19682 by breaking cycles in DerivedsRichard Eisenberg2021-06-0529-632/+1005
* 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