summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump transformers submodule to 0.5.5.0ghc-8.4.1-alpha3Ben Gamari2018-02-041-0/+0
* testsuite: Add testcase for #14754Ben Gamari2018-02-034-0/+19
* cmm: Revert more aggressive CBE due to #14226Ben Gamari2018-02-033-237/+86
* Bump stm submodule to 2.4.5.0Ben Gamari2018-02-031-0/+0
* integer-gmp: Simplify gmp/configure invocationBen Gamari2018-02-031-4/+1
* Don't apply dataToTag's caseRules for data familiesRyan Scott2018-02-033-2/+30
* ghc-prim: Emulate C11 atomics when not availableBen Gamari2018-02-036-3/+70
* Upgrade containers submoduleDavid Feuer2018-02-034-4/+4
* Option for LINE pragmas to get lexed into tokensAlec Theriault2018-02-031-4/+31
* Haddock needs to pass visible modules for instance filteringAlec Theriault2018-02-033-5/+9
* testsuite: Fix test output broken by efba054640d3Ben Gamari2018-01-312-7/+7
* testsuite: Fix test output of T14715Ben Gamari2018-01-311-1/+10
* Don't add targets that can't be found in GHCiJulian Priestley2018-01-314-1/+55
* Mark xmm6 as caller saved in the register allocator for windows.klebinger.andreas@gmx.at2018-01-316-9/+86
* rts: Ensure that forkOS releases Task on terminationBen Gamari2018-01-312-0/+2
* SysTools: Add detection support for LLD linkerBen Gamari2018-01-312-0/+5
* Look inside implications in simplifyRuleSimon Peyton Jones2018-01-313-31/+109
* Prioritise equalities when solving, incl derivedsSimon Peyton Jones2018-01-317-23/+197
* Move zonkWC to the right place in simplfyInferSimon Peyton Jones2018-01-314-3/+23
* Bump pretty submoduleBen Gamari2018-01-291-0/+0
* Fix #14719 by using the setting the right SrcSpanRyan Scott2018-01-295-4/+31
* Fix Windows stack allocations.Tamar Christina2018-01-292-5/+21
* Add ptr-eq short-cut to `compareByteArrays#` primitiveHerbert Valerio Riedel2018-01-291-0/+43
* Bump filepath submoduleBen Gamari2018-01-231-0/+0
* Bump process submoduleBen Gamari2018-01-231-0/+0
* Fix #14692 by correcting an off-by-one error in TcGenDerivRyan Scott2018-01-212-2/+2
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-2123-21/+623
* tentative improvement to callstack docsAlp Mestanogullari2018-01-212-24/+66
* Bump terminfo submoduleBen Gamari2018-01-211-0/+0
* Update Cabal submoduleOleg Grenrus2018-01-216-39/+12
* Fix #14681 and #14682 with precision-aimed parenthesesghc-8.4.1-alpha2Ryan Scott2018-01-1812-10/+334
* Remove executable filename check on windowsklebinger.andreas@gmx.at2018-01-181-13/+4
* Fix hash in haddock of ghc-prim.HE, Tao2018-01-181-1/+1
* Inform hole substitutions of typeclass constraints (fixes #14273).Matthías Páll Gissurarson2018-01-1825-155/+1498
* Improve treatment of sectioned holesRyan Scott2018-01-185-3/+283
* Blackholes can be large objects (#14497)Simon Marlow2018-01-174-3/+25
* configure: Various cleanupsJohn Ericson2018-01-152-38/+38
* Parenthesize forall-type args in cvtTypeKindRyan Scott2018-01-154-4/+18
* Fix join-point decisionSimon Peyton Jones2018-01-154-53/+136
* Simplify HsPatSynDetailsSimon Peyton Jones2018-01-149-86/+50
* Fix previous patchSimon Peyton Jones2018-01-141-12/+17
* Fix two more bugs in partial signaturesSimon Peyton Jones2018-01-1411-45/+113
* Add regression test for #14040Ryan Scott2018-01-143-0/+83
* Drop dead Given bindings in setImplicationStatusSimon Peyton Jones2018-01-1414-182/+270
* Fix floating of equalitiesSimon Peyton Jones2018-01-1411-117/+341
* Refactor coercion holesSimon Peyton Jones2018-01-1427-211/+237
* Check for bogus quantified tyvars in partial type sigsSimon Peyton Jones2018-01-145-47/+96
* Fix SigTvs at the kind levelSimon Peyton Jones2018-01-1415-101/+233
* Refactor kcHsTyVarBndrsSimon Peyton Jones2018-01-142-74/+86
* KQueue: Fix write notification requests being ignored...Matthias Treydte2018-01-121-25/+21