summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Reify data family instances correctly.Richard Eisenberg2014-10-211-1/+9
* Clarify location of Note. Comment change only.Richard Eisenberg2014-10-211-1/+1
* Test #9692 in th/T9692Richard Eisenberg2014-10-213-1/+20
* Revert "rts/PrimOps.cmm: follow '_static_closure' update"Sergei Trofimovich2014-10-211-1/+1
* Update Haddock submoduleAustin Seipp2014-10-201-0/+0
* Revert "Place static closures in their own section."Edward Z. Yang2014-10-2010-19/+4
* Revert "BC-breaking changes to C-- CLOSURE syntax."Edward Z. Yang2014-10-204-23/+20
* Revert "Properly generate info tables for static closures in C--."Edward Z. Yang2014-10-202-5/+3
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-2030-203/+162
* Revert "Check for staticclosures section in Windows linker."Edward Z. Yang2014-10-201-1/+0
* Revert "Fix typo in section name: no leading period."Edward Z. Yang2014-10-201-1/+1
* Sync up `containers` submodule to latest `master`-tipHerbert Valerio Riedel2014-10-201-0/+0
* Indentation and non-semantic changes only.Edward Z. Yang2014-10-195-103/+107
* Refactor module imports in baseHerbert Valerio Riedel2014-10-1912-29/+29
* Python 3 support, second attempt (Trac #9184)Krzysztof Gogolewski2014-10-1912-180/+162
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-1923-38/+0
* Generalise `Control.Monad.{foldM,foldM_}` to `Foldable` (#9586)Herbert Valerio Riedel2014-10-184-21/+26
* Remove obsolete Data.OldTypeable (#9639)Michael Karg2014-10-1838-1255/+8
* Implement optimized NCG `MO_Ctz W64` op for i386 (#9340)Herbert Valerio Riedel2014-10-181-9/+32
* rts: fix unused parameter warningAustin Seipp2014-10-171-1/+1
* Update T6056 outputJoachim Breitner2014-10-171-1/+1
* Avoid printing uniques in specialization rulesJoachim Breitner2014-10-174-28/+22
* Declare official GitHub home of libraries/deepseqHerbert Valerio Riedel2014-10-161-1/+1
* Make tails a good producer (#9670)David Feuer2014-10-161-3/+6
* Make Data.List.Inits fastDavid Feuer2014-10-163-3/+86
* Add a configure test for pthread_setname_npSimon Marlow2014-10-142-0/+18
* Fix comment typos: lll -> ll, THe -> TheJan Stolarek2014-10-148-8/+8
* Actually put in new perf number for T4801Joachim Breitner2014-10-131-1/+1
* T9675: Allow Much wider range of valuesJoachim Breitner2014-10-131-2/+4
* Update more performance numbers due to stricter seqDmdTypeJoachim Breitner2014-10-131-5/+10
* seqDmdType needs to seq the DmdEnv as wellJoachim Breitner2014-10-132-4/+10
* Adjust T9675 baseline numbers based on ghc-speedJoachim Breitner2014-10-131-6/+6
* Compiler performance benchmark for #9675Joachim Breitner2014-10-132-0/+121
* Update `time` submodule to address linker issueHerbert Valerio Riedel2014-10-131-0/+0
* Fix build on some platformsSimon Marlow2014-10-121-0/+2
* Refactor to avoid need for `Unicode.hs-boot`Herbert Valerio Riedel2014-10-118-70/+49
* Extend windows detection in testsuite to recognize MSYS targetGintautas Miliauskas2014-10-111-2/+2
* Fallback to `ctypes.cdll` if `ctypes.windll` unavailableGintautas Miliauskas2014-10-111-6/+4
* Remove a few redundant `.hs-boot` filesHerbert Valerio Riedel2014-10-114-70/+0
* rts: don't crash on 'hs_init(NULL, NULL)' in debug rtsSergei Trofimovich2014-10-101-3/+3
* 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