summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make let and app consistent in exprIsCheapXSimon Peyton Jones2017-04-122-20/+32
* Add Outputable instance for ArityTypeSimon Peyton Jones2017-04-121-0/+4
* Fix another literal-string bugletSimon Peyton Jones2017-04-121-6/+7
* Improve demand analysis for join pointsSimon Peyton Jones2017-04-124-20/+81
* Kill off complications in CoreFVsSimon Peyton Jones2017-04-122-219/+255
* Typos in comments [ci skip]Gabor Greif2017-04-1120-29/+29
* [Elf/arm] Thumb indicator bit only for STT_FUNCMoritz Angermann2017-04-101-9/+31
* [MachO] Use OBJFORMAT_MACHO.Moritz Angermann2017-04-102-3/+3
* Enter iserv-proxyMoritz Angermann2017-04-106-66/+615
* Fix form of noteBen Gamari2017-04-101-1/+2
* base: Fix erroneous reference to Data.Reflection in documentationBen Gamari2017-04-101-1/+1
* Improve `readChan` documentation:Ömer Sinan Ağacan2017-04-101-1/+7
* Typos in bang patterns user manual [skip ci]Ömer Sinan Ağacan2017-04-101-2/+2
* Add a second regression test for #13536Joachim Breitner2017-04-103-0/+38
* StgCse: Do not re-use trivial case scrutineesJoachim Breitner2017-04-105-53/+75
* Add a Note [Call Arity and Join Points]Joachim Breitner2017-04-091-1/+23
* Parenthesize type/data families correctly for -ddump-splicesAlan Zimmerman2017-04-095-4/+101
* cross-build 'unlit' and 'hp2ps' for stage2 installSergei Trofimovich2017-04-082-3/+34
* fix 'make install' for cross-stage2Sergei Trofimovich2017-04-082-0/+13
* Do Note [Improving seq] alwaysSimon Peyton Jones2017-04-075-96/+104
* add $(CrossCompilePrefix) to 'runghc' and 'ghci'Sergei Trofimovich2017-04-062-9/+9
* More changes to fix a space leak in the simplifier (#13426)Reid Barton2017-04-061-13/+72
* testsuite: Update expected performance numbers on 32-bit LinuxBen Gamari2017-04-062-7/+10
* base: Run num009 with -msse2 on i386Ben Gamari2017-04-061-1/+7
* Add regression test for #13538Ryan Scott2017-04-062-0/+46
* Enable lint checking of levity polymorphic coercionsBen Gamari2017-04-061-1/+5
* Fix name of NoteBen Gamari2017-04-061-1/+1
* 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