summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Add test for #15067Ben Gamari2018-05-053-0/+24
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-053-1/+20
* Split TrieMap into a general (TrieMap) and core specific (CoreTrieMap) module.klebinger.andreas@gmx.at2018-05-058-370/+438
* rel-notes: Note that -hT is now allowedBen Gamari2018-05-051-0/+3
* Fix typo in user guide about promoted listMasahiro Sakai2018-05-051-1/+1
* Update docker images to use GHC 8.4.2 and cabal-install-2.2mrkkrp2018-05-054-30/+38
* testsuite: Bump T9630 allocations as a result of 33de71fa06d0Ben Gamari2018-05-051-1/+2
* Simplify callSiteInline a littleSimon Peyton Jones2018-05-041-17/+16
* Normalize T14999 test output some moreBartosz Nitka2018-05-042-5/+2
* Enable warning flags to safe-guard against regressions in `base`Herbert Valerio Riedel2018-05-031-0/+3
* rts: Throw better error if --numa is used without libnuma supportBen Gamari2018-05-034-0/+21
* GHCi: Improve the error message for hidden packagesChaitanya Koparkar2018-05-039-3/+25
* Move the ResponseFile module from haddock into baseChaitanya Koparkar2018-05-035-0/+239
* Correctly add unwinding info in manifestSp and makeFixupBlocksBartosz Nitka2018-05-0311-38/+185
* Fix NUMA support on Windows (#15049)David Kraeutmann2018-05-032-9/+17
* CircleCI: Save test results as JUnit XMLMatthew Pickering2018-05-031-1/+13
* Don't shadow "result" in JUnit driverMatthew Pickering2018-05-031-2/+2