summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ci] Enable T6132 across all targetswip/angerman/no-aarch64-linux-ncg-failMoritz Angermann2021-06-301-8/+1
* [Parser: Lexer] Fix !6132Moritz Angermann2021-06-301-1/+2
* [ci] Separate llvm and NCG test metrics for aarch64-linuxMoritz Angermann2021-06-301-0/+3
* [ci] don't allow aarch64-linux (ncg) to failMoritz Angermann2021-06-301-1/+1
* ci: Don't allow aarch64-darwin to failMatthew Pickering2021-06-291-3/+0
* Use HsExpansion for overloaded list patternssheaf2021-06-2922-247/+430
* Demand: Better representation (#19050)Sebastian Graf2021-06-292-186/+351
* Fix type and strictness signature of forkOn#Ryan Scott2021-06-282-2/+6
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-2848-788/+1259
* Update docs for change in parsing behaviour of infix operators like in GHC 9Zubin Duggal2021-06-281-2/+8
* Fix libffi on PowerPCPeter Trommler2021-06-284-20/+4
* Revert "Make reallyUnsafePtrEquality# levity-polymorphic"Matthew Pickering2021-06-279-76/+1
* testsuite: Widen acceptance window of T12545 (#19414)Sebastian Graf2021-06-272-4/+44
* Inliner: Regard LitRubbish as TrivArg and not ConLikeSebastian Graf2021-06-272-2/+7
* Add regression test for #17819Sebastian Graf2021-06-273-0/+331
* WorkWrap: Make mkWWstr and mkWWcpr generate fewer let bindingsSebastian Graf2021-06-273-79/+73
* WorkWrap: Remove mkWWargs (#19874)Sebastian Graf2021-06-2716-248/+239
* Simplifier: Do Cast W/W for INLINE strong loop-breakersSebastian Graf2021-06-2714-59/+68
* Tc: Allow Typeable in quantified constraintsJakob Brünker2021-06-273-0/+19
* user-guide: Improve documentation of NumDecimalsZubin Duggal2021-06-271-6/+16
* Re-export UnliftedRep and UnliftedType from GHC.Extssheaf2021-06-261-1/+2
* rts: Eliminate redundant branchGHC GitLab CI2021-06-261-3/+1
* codeGen: Fix header size for array write barriersGHC GitLab CI2021-06-261-3/+3
* driver: Add implicit package dependencies for template-haskell packageMatthew Pickering2021-06-253-4/+21
* Suggest similar names when reporting types in terms (#19978)Vladislav Zavialov2021-06-255-27/+83
* Add regression test for #19921Zubin Duggal2021-06-253-0/+39
* driver: Add test for T14923Matthew Pickering2021-06-253-0/+27
* driver: Add test for #17481Matthew Pickering2021-06-253-0/+37
* ghci: Add test for #18330Matthew Pickering2021-06-255-0/+23
* Make reallyUnsafePtrEquality# levity-polymorphicsheaf2021-06-259-1/+76
* fix sdist for base libraryLuite Stegeman2021-06-241-2/+0
* linker: Replace one missed usage of Opt_RPath with useXLinkerRPathMatthew Pickering2021-06-241-1/+1
* [iserv] learn -wait cli flagMoritz Angermann2021-06-241-5/+18
* Update quantified_constraints.rstChristian Takle2021-06-241-2/+2
* Fixes around incomplete guards (#20023, #20024)Krzysztof Gogolewski2021-06-2411-36/+27
* There's no "errorWithCallStack", just use "error".Viktor Dukhovni2021-06-241-9/+8
* cabal_test: Make output more like head.hackage outputMatthew Pickering2021-06-241-2/+4
* CI: Fix the cabal_test job to compile the Distribution.Simple targetMatthew Pickering2021-06-241-1/+2
* [aarch64-macho] Fix off-by-one error in the linkerMoritz Angermann2021-06-241-1/+11
* EPA: Bringing over tests and updates from ghc-exactprintAlan Zimmerman2021-06-2432-463/+1269
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-06-243-1/+21
* rts: move xxxHash out of the user namespaceTamar Christina2021-06-244-7/+25
* Fix typo in Note [Quick Look for particular Ids]Viktor Dukhovni2021-06-231-1/+1
* [aarch64 NCG] Add better support for sub-word primopsMoritz Angermann2021-06-233-35/+150
* Add some tests for sized primopsSylvain Henry2021-06-233-0/+1584
* Converts diagnostics for two errors in Ghc.Tc.Module (#19926)Aaron Allen2021-06-239-7/+52
* ci: Don't allow the nightly pipeline to be interrupted.Douglas Wilson2021-06-231-0/+44
* [testsuite] mark T3007 broken on darwin.Moritz Angermann2021-06-231-1/+2
* hadrian: Pass correct leading_underscore configuration to testsMatthew Pickering2021-06-231-0/+2
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-235-8/+9