summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid excessive space usage from unfoldings in CoreTidywip/rwbarton-D3516Reid Barton2017-04-302-2/+11
* 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
* Add backup url and sync support for Win32 tarball scriptTamar Christina2017-04-251-13/+59
* PPC NCG: Implement callish prim opsPeter Trommler2017-04-255-184/+611
* configure: Kill off FP_ARG_WITH_*Ben Gamari2017-04-254-109/+49
* Revert "Remove special casing of Windows in generic files"Ben Gamari2017-04-252-36/+26
* Don't describe tuple sections as "Python-style"Chris Martin2017-04-251-1/+1
* Don't setProgramDynFlags on every :loadSimon Marlow2017-04-253-19/+46
* core-spec: Simplify the handling of LetRecJoachim Breitner2017-04-243-56/+24
* Guard yet another /bin/sh `for in` loop against empty varsHerbert Valerio Riedel2017-04-241-0/+2
* Add failing test case for T13611Joachim Breitner2017-04-242-0/+10
* testsuite/driver: Fix deletion retry logic on WindowsBen Gamari2017-04-241-7/+15
* compiler/cmm/PprC.hs: constify labels in .rodataSergei Trofimovich2017-04-248-49/+102
* Disable terminfo, if we don’t build it.Moritz Angermann2017-04-241-0/+3
* Add regression test for #13603Ryan Scott2017-04-242-1/+11
* testsuite: Mark T13075 as broken due to #13075Ben Gamari2017-04-231-1/+1
* Export function for use in GHC APIAlan Zimmerman2017-04-231-1/+2
* testsuite: Add testcase for #13075Ben Gamari2017-04-232-0/+8
* testsuite: Increase T13056 window size to +/-10%Ben Gamari2017-04-231-2/+3
* testsuite: Add testcase for #13587Ben Gamari2017-04-233-0/+27
* testsuite: Add test for #13591Ben Gamari2017-04-235-0/+12
* Only build iserv with -threaded if GhcThreaded is setReid Barton2017-04-231-0/+2
* Document the kind generalization behavior observed in #13555Ryan Scott2017-04-235-0/+115
* [linker] Adds elf_compat.h, util.h, elf_util.hMoritz Angermann2017-04-2310-112/+671
* [linker] Adds ElfTypesMoritz Angermann2017-04-233-86/+195
* rts: Fix "ASSERT ("sBen Gamari2017-04-234-22/+22