summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Add -fghci-leak-check to check for space leaks"Simon Marlow2018-05-108-96/+2
* rts: remove unused round_up_to_mblocks functionÖmer Sinan Ağacan2018-05-101-9/+0
* Fix #15038Ömer Sinan Ağacan2018-05-1014-9/+518
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-098-2/+96
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-083-13/+43
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-083-20/+1
* Normalize the element type of ListPat, fix #14547Ben Gamari2018-05-083-1/+20
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-083-20/+1
* users-guide: Move discussion MAX_PATH out of release notesBen Gamari2018-05-082-43/+55
* Simplify the kind checking for type/class declsSimon Peyton Jones2018-05-087-103/+165
* Used named fields for DataDeclRnSimon Peyton Jones2018-05-081-3/+6
* Small refactoring in ExitifySimon Peyton Jones2018-05-081-60/+73
* printStackChunk: recognise a few more ret framesÖmer Sinan Ağacan2018-05-061-0/+12
* testsuite: Bump T5631 expected allocationsBen Gamari2018-05-051-3/+4
* base/changelog: Note stabilization of asinh (#14927)Ben Gamari2018-05-051-0/+3
* Stable area hyperbolic sine for `Double` and `Float`.Justus Sagemüller2018-05-052-3/+11
* Add hyperbolic functions to test of Float-inversesJustus Sagemüller2018-05-053-1/+16
* Add test for invertability of `Floating` methods.Justus Sagemüller2018-05-053-0/+59
* Add 'addWordC#' PrimOpSebastian Graf2018-05-0574-81/+175
* Use unsafeInsertNew to create timers in TimerManagerMitchell Rosen2018-05-052-18/+5
* Do not supply `-mcpu` if `-optlc` provides `-mcpu` already.Moritz Angermann2018-05-051-2/+3