summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RTS: Auto-size the allocation area depending on CPU cache sizearcpatch-D4679Simon Jakobi2018-05-112-6/+81
* 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
* minor improvement to wording of warning against First. Add warning against LastAndrew Martin2018-05-031-1/+11
* document the plan for removing Data.Semigroup.OptionAndrew Martin2018-05-031-1/+6
* Warn against using Data.Monoid.FirstAndrew Martin2018-05-031-0/+10
* Compute DW_FORM_block length correctly; also fixes #15068Bertram Felgenhauer2018-05-031-2/+4
* Add regression tests for #14904Ryan Scott2018-05-035-0/+34
* Test Trac #15114Simon Peyton Jones2018-05-033-0/+25
* Set arity for absentErrorDavid Feuer2018-05-021-20/+23
* storageAddCapabilities: fix bug in updating nursery pointersSimon Marlow2018-05-023-2/+24
* errorWithoutStackTrace: omit profiling stack trace (#14970)Simon Marlow2018-05-021-5/+4
* Exitify: Do not trip over shadowing (fixes #15110)Joachim Breitner2018-05-011-4/+19
* rts: Allow profiling by closure type in prof wayBen Gamari2018-05-012-6/+5
* rts: Add -hT to the rts usage messageBen Gamari2018-05-011-0/+3
* testsuite: Bump performance meterics due to 3d38e8284b73Ben Gamari2018-05-011-3/+6
* rts: Don't disable formatting warning in RetainerSet.cBen Gamari2018-05-011-1/+0
* Preserve join-point arity in CoreOptSimon Peyton Jones2018-05-012-3/+22
* Don't crash when pretty-printing bad joinsSimon Peyton Jones2018-05-011-1/+9
* Add test case for #15108Joachim Breitner2018-04-302-0/+23
* Better linting for typesSimon Peyton Jones2018-04-272-74/+99
* Make out-of-scope errors more prominentSimon Peyton Jones2018-04-274-15/+21
* Refactor tcExtendLocalFamInst a bitSimon Peyton Jones2018-04-272-30/+47
* Comments only: the FVAnn invariantSimon Peyton Jones2018-04-271-6/+19
* Minor refactoring in ExitifySimon Peyton Jones2018-04-271-32/+39
* Add missing stdout file for T14955Simon Peyton Jones2018-04-271-1/+1