summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv`Moritz Angermann2018-06-079-0/+618
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-071-4/+26
* Index arrays more eagerlyDavid Feuer2018-06-071-9/+29
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-052-5/+5
* Introduce DerivingViaRyan Scott2018-06-046-13/+60
* Implement QuantifiedConstraintsSimon Peyton Jones2018-06-041-0/+1
* Bump stm and haskeline submodulesBen Gamari2018-06-042-0/+0
* Bump version of stm submodule back to 2.4Ben Gamari2018-06-021-0/+0
* rts: Rip out support for STM invariantsBen Gamari2018-06-024-41/+11
* vectorise: Put it out of its miseryBen Gamari2018-06-025-38/+0
* base/TimerManager: Clamp timer expiration time to maxBoundBen Gamari2018-05-302-8/+17
* ghc-heap: Add dependency from GHC.Exts.Heap.Closures to InfoTableProfBen Gamari2018-05-301-0/+6
* Update repository sub-dir for ghc-heap in ghc-heap.cabal.inAlp Mestanogullari2018-05-301-1/+1
* Fix validate for GHCi without TABLES_NEXT_TO_CODEPeter Trommler2018-05-301-2/+2
* Unmask readMVar in readChanDavid Feuer2018-05-291-10/+1
* base: Improve zip documentationTaylor Fausak2018-05-291-1/+8
* Clean up Windows testsuite failuresTamar Christina2018-05-283-2/+29
* Fix 32 bit windows buildTamar Christina2018-05-281-1/+2
* Update GHC.Stats docsÖmer Sinan Ağacan2018-05-281-2/+5
* base: Introduce Data.Monoid.Apchessai2018-05-276-10/+73
* ghc-prim: Bump versionBen Gamari2018-05-204-4/+8
* Add HeapView functionalityPatrick Dougherty2018-05-2020-110/+1555
* rts: Fix compaction of SmallMutArrPtrsBen Gamari2018-05-202-1/+2
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-202-2/+6
* base: Fix typoBen Gamari2018-05-201-1/+1
* base: Add Foldable and Traversable instances for AltJack Henahan2018-05-193-1/+13
* Update Cabal submoduleSimon Marlow2018-05-171-0/+0
* Improve numeric stability of numericEnumFrom for floating numbersHE, Tao2018-05-164-2/+67
* Make finalizers more reliable.Tamar Christina2018-05-164-2/+34
* Save a word in the info table on x86_64Simon Marlow2018-05-161-2/+2
* An overhaul of the SRT representationSimon Marlow2018-05-161-0/+8
* Calling GetLastError() on Windows for socket IO (trac issue #12012)ARJANEN Loïc Jean David2018-05-151-18/+33
* More explicit comment on switch in registerDelayKirill Zaborsky2018-05-151-2/+3
* Improve some Foldable methods for NonEmptyDavid Feuer2018-05-131-3/+19
* ghc-pkg: Configure handle encodingsBen Gamari2018-05-132-0/+32
* Fix #14875 by introducing PprPrec, and using itRyan Scott2018-05-131-6/+13
* Fix changelog message for asinhDavid Feuer2018-05-131-2/+2
* Bump array submoduleBen Gamari2018-05-131-0/+0
* base: Fix handling of showEFloat (Just 0)Ben Gamari2018-05-133-21/+34
* Fix #15038Ömer Sinan Ağacan2018-05-101-1/+5
* 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-051-2/+10
* Add 'addWordC#' PrimOpSebastian Graf2018-05-053-2/+9
* Use unsafeInsertNew to create timers in TimerManagerMitchell Rosen2018-05-052-18/+5
* Enable warning flags to safe-guard against regressions in `base`Herbert Valerio Riedel2018-05-031-0/+3
* Move the ResponseFile module from haddock into baseChaitanya Koparkar2018-05-035-0/+239
* 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
* errorWithoutStackTrace: omit profiling stack trace (#14970)Simon Marlow2018-05-021-5/+4