summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve demand analysis for join pointswip/spj-float-inSimon Peyton Jones2017-04-104-20/+81
* Kill off complications in CoreFVsSimon Peyton Jones2017-04-072-182/+158
* Remove dead quantifyTyVarsSimon Peyton Jones2017-04-075-30/+29
* Be less aggressive about fragile-context warrningsSimon Peyton Jones2017-04-065-21/+69
* Comments onlySimon Peyton Jones2017-04-061-0/+8
* Yet another attempt at inferring the right quantificationSimon Peyton Jones2017-04-065-177/+255
* Comments and eta expand onlySimon Peyton Jones2017-04-062-3/+3
* Add a missing addDeferredBindingSimon Peyton Jones2017-04-064-1/+27
* Don't report fundep wanted/wanted errorsSimon Peyton Jones2017-04-064-24/+64
* Add comments on DmdAnal space leak fixSimon Peyton Jones2017-04-061-0/+3
* Fix markupGabor Greif2017-04-061-34/+34
* Update .mailmap [skip ci]Erik de Castro Lopo2017-04-061-1/+1
* config.mk.in: removed stray HaveLibDL assignmentSergei Trofimovich2017-04-061-2/+0
* avoid $(CrossCompilerPrefix) for stage2 installSergei Trofimovich2017-04-061-1/+6
* config.mk.in: remove phase=0 hack for CrossCompilePrefixSergei Trofimovich2017-04-061-4/+0
* Use non-canocalized triple as cross-compiler prefixSergei Trofimovich2017-04-061-6/+9
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-0527-167/+113
* test for HAVE_CLOCK_GETTIME definednessGabor Greif2017-04-051-1/+1
* Typos in comments [ci skip]Gabor Greif2017-04-059-10/+10
* base: Mark unfold as deprecatedBen Gamari2017-04-042-0/+5
* Add Alternative instance for ZipList (fix #13520).Edvard Hübinette2017-04-042-1/+11
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-0417-80/+92
* validate: Clean GMP treesBen Gamari2017-04-041-1/+1
* Add regression test for #7944Ryan Scott2017-04-042-8/+28
* Use strict types and folds in CoreStatsReid Barton2017-04-041-9/+11
* base: Add test for #8684Ben Gamari2017-04-042-0/+17
* base: Add test for #13525Ben Gamari2017-04-042-0/+8
* testsuite: Add test for #13524Ben Gamari2017-04-042-0/+28
* testsuite: Bump up timeout multiplier on T11195Ben Gamari2017-04-041-1/+1
* rts: Fix lingering #ifsBen Gamari2017-04-046-9/+9
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-0527-113/+167
* HACKING: Update for Phabricator patch workflowBen Gamari2017-04-041-24/+9
* Revert "Make raiseIO# produce topRes"David Feuer2017-04-032-5/+7
* compact: Clarify mutability restrictionBen Gamari2017-04-031-9/+11
* Bump Win32 submoduleBen Gamari2017-04-031-0/+0
* hp2ps: install shell wrapperSergei Trofimovich2017-04-032-2/+5
* Fix validate.Edward Z. Yang2017-04-031-1/+0
* testsuite: Classify missing expected perf numbers as merely warningsBen Gamari2017-04-022-2/+16
* Various testsuite fixes for 32-bit WindowsBen Gamari2017-04-028-7/+62
* rts: Make out-of-memory errors more consistentBen Gamari2017-04-025-5/+5
* array: Clear up inconsistency in T9220 outputBen Gamari2017-04-022-0/+7
* Correctly handle wired in unit IDs in -instantiated-withEdward Z. Yang2017-04-027-20/+88
* Better test coverage for module reexports in signatures.Edward Z. Yang2017-04-0210-0/+73
* Extra docs on tcg_imports.Edward Z. Yang2017-04-021-1/+25
* Extra docs on exports_from_avail.Edward Z. Yang2017-04-021-0/+3
* Add more documentation on mergeSignatures.Edward Z. Yang2017-04-021-18/+80
* mk/boilerplate.mk defines STAGE1_GHC, not GHC_STAGE1.Edward Z. Yang2017-04-021-1/+1
* Fix recompilation avoidance bug for implementor of hsig.Edward Z. Yang2017-04-0217-20/+122
* Minor comment updates on CSE.Edward Z. Yang2017-04-021-3/+13
* Derive the definition of nullDavid Feuer2017-04-027-40/+218