summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Name worker threads using pthread_setname_npSimon Marlow2014-10-106-14/+19
* Rewrite section 1 of the Backpack manual. [skip ci]Edward Z. Yang2014-10-101-202/+344
* Update haddock submodule with lazy IO fix.Edward Z. Yang2014-10-091-0/+0
* Ignore exe files in base (from tests)Edward Z. Yang2014-10-091-0/+1
* Make the linker more robust to errorsSimon Marlow2014-10-088-143/+388
* Preemptive performance number updatesJoachim Breitner2014-10-082-4/+8
* Update T4801 perf numbersJoachim Breitner2014-10-081-2/+4
* Make Data.List.takeWhile fuse: fix #9132Joachim Breitner2014-10-081-0/+20
* Update some out-of-date things in Backpack implementation doc [skip ci]Edward Z. Yang2014-10-071-27/+36
* Initial commit of the Backpack manual [skip ci]Edward Z. Yang2014-10-072-0/+330
* Use Data.Map.mergeWithKeyJoachim Breitner2014-10-082-8/+1
* Bump haddock.base perf numbersReid Barton2014-10-071-1/+2
* testsuite: T5486 requires integer-gmp internalsSergei Trofimovich2014-10-071-1/+1
* Code size micro-optimizations in the X86 backendReid Barton2014-10-071-1/+34
* Make scanl fuse; add scanl'David Feuer2014-10-071-4/+85
* Fix closing parenthesisMatt Kraai2014-10-071-1/+1
* Clean up and remove todo.Joel Burget2014-10-072-21/+24
* configure in base: add msys to windows checkYuras Shumovich2014-10-071-1/+1
* Fix configure check for 9439 bugYuras Shumovich2014-10-071-2/+2
* Add support for LINE pragma in template-haskellEric Mertens2014-10-0710-40/+87
* Remove unused hashName declarationJack Henahan2014-10-071-6/+1
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6.Thomas Miedema2014-10-0716-75/+0
* Remove RAWCPP_FLAGSThomas Miedema2014-10-073-13/+4
* Fix a typo in an error messageGabor Greif2014-10-071-1/+1
* Merge branch 'master' of http://git.haskell.org/ghcSimon Peyton Jones2014-10-0729-224/+475
|\
| * testsuite: fix seward-space-leak build aganst Prelude/Main 'traverse' clashSergei Trofimovich2014-10-061-0/+2
| * testsuite: fix T1735_Help/State.hs build failure (AMP)Sergei Trofimovich2014-10-061-0/+10
| * testsuite: fix T5751 build failure (AMP)Sergei Trofimovich2014-10-061-1/+1
| * testsuite: fix tcrun036 build against Prelude/Main 'traverse' clashSergei Trofimovich2014-10-061-0/+2
| * rts: unrust 'libbfd' debug symbols parserSergei Trofimovich2014-10-054-8/+69
| * Implement `MIN_VERSION_GLASGOW_HASKELL()` macroHerbert Valerio Riedel2014-10-058-11/+150
| * ghc.mk: fix list for dll-split on GHCi-less buildsSergei Trofimovich2014-10-041-42/+48
| * 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
* | Use correct precedence when printing contexts with class operatorsSimon Peyton Jones2014-10-0719-91/+101
|/
* 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