summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Speed up unsafeInterleaveIOwip/dfeuer-interleave-nullDavid Feuer2017-05-031-3/+74
* Improve fixIODavid Feuer2017-05-031-7/+13
* Test #13585 in typecheck/should_compile/T13585Richard Eisenberg2017-05-025-0/+100
* Fix #13233 by checking for lev-poly primopsRichard Eisenberg2017-05-021-3/+3
* Fix #13333 by fixing the covar's type in ctEvCoercionRichard Eisenberg2017-05-026-94/+143
* Use mkCastTy in subst_ty.Richard Eisenberg2017-05-023-14/+4
* Shave the hair off mkCastTy.Richard Eisenberg2017-05-022-93/+46
* Fix #13233 by checking for lev-poly primopsRichard Eisenberg2017-05-0218-154/+269
* Typos in manual and commentsGabor Greif2017-05-024-4/+4
* Fix loss-of-SpecConstr bugSimon Peyton Jones2017-05-024-86/+198
* Fix a small Float-Out bugSimon Peyton Jones2017-05-021-8/+31
* Join-point refactoringSimon Peyton Jones2017-05-027-476/+548
* Improve SpecConstr when there are many opportunitiesSimon Peyton Jones2017-05-021-43/+113
* testsuite: Bump allocations of T3064Ben Gamari2017-05-011-1/+2
* Bump array submoduleBen Gamari2017-05-011-0/+0
* [linker] Add ocInit/ocDeinit for ELFMoritz Angermann2017-05-014-22/+209
* Avoid excessive space usage from unfoldings in CoreTidyReid Barton2017-05-013-6/+19
* PPC NCG: Lower MO_*_Fabs as PowerPC fabs instructionPeter Trommler2017-05-014-2/+16
* Make LLVM output robust to -dead_strip on mach-o platformsMoritz Angermann2017-05-012-12/+71
* Fix capitalization in message for #13609Ben Gamari2017-05-012-2/+2
* testsuite: Add test for #13609Ben Gamari2017-05-013-0/+9
* Ignore ANN pragmas with no TH and no external interpreter.Shea Levy2017-04-301-1/+24
* Disable -Wcpp-undef for nowBen Gamari2017-04-301-2/+2
* Update broken nm messageAlex Biehl2017-04-301-1/+1
* testsuite: Widen acceptance window of T13379Ben Gamari2017-04-301-1/+2
* Remove unused tidyOccNames and update NoteJoachim Breitner2017-04-301-16/+7
* Prefer #if defined to #ifdefBen Gamari2017-04-28220-1185/+1185
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-2827-107/+160
* Improve code generation for conditionalsSimon Peyton Jones2017-04-285-38/+121
* Re-engineer caseRules to add tagToEnum/dataToTagSimon Peyton Jones2017-04-287-232/+391
* Move dataConTagZ to DataConSimon Peyton Jones2017-04-285-16/+14
* nativeGen: Use SSE2 SQRT instructionBen Gamari2017-04-284-7/+20
* CSE: Fix cut and paste errorBen Gamari2017-04-281-2/+2
* Use memcpy in cloneArrayBen Gamari2017-04-281-16/+2
* Make the tyvars in TH-reified data family instances uniformRyan Scott2017-04-284-5/+35
* Add regression test for #12104Ryan Scott2017-04-283-0/+17
* get-win32-tarballs: Grab perl tarball from haskell.org, not GitHubBen Gamari2017-04-281-1/+1
* Be a bit more eager to inline in a strict contextSimon Peyton Jones2017-04-283-7/+23
* Cure exponential behaviour in the simplifierSimon Peyton Jones2017-04-286-71/+549
* Eta expansion and join pointsSimon Peyton Jones2017-04-281-96/+43
* Comments onlySimon Peyton Jones2017-04-283-8/+8
* Comments onlySimon Peyton Jones2017-04-281-7/+15
* A bit more tcTraceSimon Peyton Jones2017-04-281-2/+4
* Comments and tiny refactoringSimon Peyton Jones2017-04-282-5/+3
* Bump process to 1.6Ben Gamari2017-04-275-4/+4
* Update Cabal submodule, with necessary wibbles.Edward Z. Yang2017-04-267-26/+14
* Update hsc2hs submodule to 0.68.2Ben Gamari2017-04-261-0/+0
* Add instances for Data.Ord.DownAdam Sandberg Eriksson2017-04-256-3/+43
* Document mkWeak#Ben Gamari2017-04-251-0/+5
* Only pretty-print binders in closed type families with -fprint-explicit-forallsRyan Scott2017-04-258-8/+28