summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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