summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix bug with missing symbols in info table on Linuxwip/kavon-nosplit-llvmKavon Farvardin2018-05-161-6/+7
* update the translation of CmmStatics based on the SRT overhaul.Kavon Farvardin2018-05-161-34/+33
* fix another mistake in merge conflictKavon Farvardin2018-05-161-5/+5
* kill dead debuggging codeKavon Farvardin2018-05-161-10/+0
* fix mistake in merge conflictKavon Farvardin2018-05-161-1/+1
* Merge branch 'master' into wip/kavon-nosplit-llvmKavon Farvardin2018-05-16865-12187/+28983
|\
| * Make finalizers more reliable.Tamar Christina2018-05-164-2/+34
| * Merge FUN_STATIC closure with its SRTSimon Marlow2018-05-1612-122/+182
| * Save a word in the info table on x86_64Simon Marlow2018-05-169-43/+102
| * Allow CmmLabelDiffOff with different widthsSimon Marlow2018-05-1620-46/+61
| * An overhaul of the SRT representationSimon Marlow2018-05-1622-538/+817
| * Force findPtr to be included in the binarySimon Marlow2018-05-162-0/+16
| * Less Tc inside simplCore (Phase 1 for #14391)Artem Pelenitsyn2018-05-1510-88/+170
| * Algebraically simplify add/sub with carry/overflowSebastian Graf2018-05-156-21/+150
| * Calling GetLastError() on Windows for socket IO (trac issue #12012)ARJANEN Loïc Jean David2018-05-151-18/+33
| * testsuite: Disable T14697 on WindowsBen Gamari2018-05-151-0/+2
| * More explicit comment on switch in registerDelayKirill Zaborsky2018-05-151-2/+3
| * Ensure that RTS cabal file reflects dependency on libnumaBen Gamari2018-05-152-0/+10
| * Revert "Simplify callSiteInline a little"Ben Gamari2018-05-152-22/+21
| * testsuite: Fix expected allocations of T9020 and T12425Ben Gamari2018-05-151-3/+4
| * Tidy up error suppressionSimon Peyton Jones2018-05-153-23/+57
| * rts: export new absentSumFieldError from baseSergei Trofimovich2018-05-143-0/+5
| * Fix performance regressions from #14737Tobias Dammers2018-05-143-22/+58
| * Revert "rts: Compile with gcc -Og"Ben Gamari2018-05-142-2/+2
| * Fix #14973Denis M2018-05-141-8/+4
| * utils/fs: use <sys/stat.h>, not <sys\stat.h>Sergei Trofimovich2018-05-141-2/+2
| * Improve some Foldable methods for NonEmptyDavid Feuer2018-05-131-3/+19
| * Fix another batch of `./validate --slow` failuresAlp Mestanogullari2018-05-1318-29/+88
| * Add support for opting out of package environmentsHerbert Valerio Riedel2018-05-131-2/+11
| * ghc-pkg: Configure handle encodingsBen Gamari2018-05-135-27/+36
| * Fix #14875 by introducing PprPrec, and using itRyan Scott2018-05-1318-357/+417
| * Add note documenting refineDefaultAltMatthew Pickering2018-05-131-0/+88
| * Clarify what the FFI spec saysDavid Feuer2018-05-131-10/+16
| * GHCi: Include a note in the hint to expose a hidden packageChaitanya Koparkar2018-05-137-1/+14
| * rts: Compile with gcc -OgBen Gamari2018-05-132-2/+2
| * Remove unused things from utils/DigraphDavid Feuer2018-05-131-89/+2
| * Fix changelog message for asinhDavid Feuer2018-05-131-2/+2
| * Fix a few GCC warningsMichal Terepeta2018-05-136-14/+17
| * Refactor LitStringSylvain Henry2018-05-137-82/+85
| * Bump array submoduleBen Gamari2018-05-131-0/+0
| * TcInteract: Ensure that tycons have representations before solving for TypeableBen Gamari2018-05-136-6/+13
| * base: Fix handling of showEFloat (Just 0)Ben Gamari2018-05-133-21/+34
| * Simplify -ddump-json implementationMatthew Pickering2018-05-135-90/+27
| * Emit info-level log message when package envs are loadedHerbert Valerio Riedel2018-05-131-0/+3
| * Use correct source spans for EmptyCaseRyan Scott2018-05-124-2/+38
| * Revert "Fix unwinding of C -> Haskell FFI calls with -threaded"Bartosz Nitka2018-05-125-185/+28
| * Adds CTRL-C handler in Windows's timeout (trac issue #12721)ARJANEN Loïc Jean David2018-05-121-23/+32
| * Expand $tooldir in ghc --info outputAlp Mestanogullari2018-05-122-6/+13
| * Fix unwinding of C -> Haskell FFI calls with -threadedBartosz Nitka2018-05-115-28/+185
| * BlockAlloc.c: reuse tail_of functionÖmer Sinan Ağacan2018-05-111-8/+7