summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore Python 3 support (Trac #9184)wip/python3-newKrzysztof Gogolewski2014-10-0412-177/+156
* Testsuite driver: Fix findTFiles for Python 3Krzysztof Gogolewski2014-10-041-3/+6
* Fix typo in section name: no leading period.Edward Z. Yang2014-10-031-1/+1
* Check for staticclosures section in Windows linker.Edward Z. Yang2014-10-031-0/+1
* Restore spaces instead of tabs, caused by revert of Python 3Krzysztof Gogolewski2014-10-033-7/+7
* Revert "Basic Python 3 support for testsuite driver (Trac #9184)"Krzysztof Gogolewski2014-10-0315-169/+195
* Comments only (instances for Proxy are lazy)Reid Barton2014-10-031-0/+4
* arclint: Don't complain about tabs unless it's inside the diff.Edward Z. Yang2014-10-021-4/+12
* Really fix dropWhileEndLE commitJoachim Breitner2014-10-021-2/+1
* rts/PrimOps.cmm: follow '_static_closure' updateSergei Trofimovich2014-10-021-1/+1
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-025-9/+41
* Revert "Use dropWhileEndLE p instead of reverse . dropWhile p . reverse"Austin Seipp2014-10-025-41/+9
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-0130-162/+203
* Properly generate info tables for static closures in C--.Edward Z. Yang2014-10-012-3/+5
* BC-breaking changes to C-- CLOSURE syntax.Edward Z. Yang2014-10-014-20/+23
* Place static closures in their own section.Edward Z. Yang2014-10-0110-4/+19
* Use LinkerInternals.h for exitLinker.Edward Z. Yang2014-10-011-1/+1
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-0115-195/+169
* Use dropWhileEndLE p instead of reverse . dropWhile p . reverseDavid Feuer2014-10-015-9/+41
* [ci skip] Kill unused count_bytes scriptAustin Seipp2014-10-011-43/+0
* [ci skip] Kill tabs in md5.hAustin Seipp2014-10-011-3/+3
* [ci skip] compiler: Kill last remaining tabs in CallArityAustin Seipp2014-10-011-2/+2
* rts/includes: Fix up .dir-locals.elAustin Seipp2014-10-012-18/+20
* update cabal submodule to fix build failure on SolarisKarel Gardas2014-10-011-0/+0
* First stab at making ./validate less verboseAustin Seipp2014-10-011-3/+25
* Simplify mergeSATInfo by using zipWithDavid Feuer2014-10-011-9/+18
* Make filterM a good consumerDavid Feuer2014-10-012-6/+9
* Fusion rule for "foldr k z (x:build g)"David Feuer2014-10-011-0/+3
* Make mapAccumL a good consumerDavid Feuer2014-10-012-1/+18
* Make scanr a good producer and consumerDavid Feuer2014-10-012-0/+20
* Make foldr2 a bit more strictDavid Feuer2014-10-013-15/+41
* Update Win32 submodule to avoid potential -Werror failureHerbert Valerio Riedel2014-10-011-0/+0
* Don't use newSysLocal etc for CoercibleSimon Peyton Jones2014-10-011-50/+38
* Comments about the let/app invariantSimon Peyton Jones2014-10-011-11/+18
* Fix bogus commentSimon Peyton Jones2014-10-011-2/+2
* Update hsc2hs submoduleJoachim Breitner2014-10-011-0/+0
* Add emacs indentation/line-length settingsSimon Marlow2014-09-292-0/+24
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-29161-1288/+0
* Document that -dynamic is needed for loading compiled code into GHCiSimon Marlow2014-09-291-1/+6
* bugfix: EventCapsetID should be EventThreadIDSimon Marlow2014-09-291-1/+1
* Fixup nofib submodule to cope with e5cca4ab246ca2Herbert Valerio Riedel2014-09-291-0/+0
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-2811-12/+29
* Generalise `guard` for real this timeHerbert Valerio Riedel2014-09-281-1/+1
* Generalise `Control.Monad.{when,unless,guard}`Herbert Valerio Riedel2014-09-283-9/+12
* User's Guide: Fix compiler plugin example (#9641, #7682)Reid Barton2014-09-271-2/+2
* Set default-impl of `mapM`/`sequence` methods to `traverse`/`sequenceA`Herbert Valerio Riedel2014-09-271-3/+3
* Stop exporting, and stop using, functions marked as deprecatedThomas Miedema2014-09-2711-16/+13
* Replace obsolete `defaultUserHooks` by `autoconfUserHooks`Herbert Valerio Riedel2014-09-275-1/+1
* Update Cabal submodule to latest master branch tipHerbert Valerio Riedel2014-09-261-0/+0
* Don't re-export `Alternative(..)` from Control.Monad (re #9586)Herbert Valerio Riedel2014-09-2610-19/+7