summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* GHC.Stats cleanupRyan Scott2017-06-021-4/+4
* base: Fix a few TODOs in Typeable.InternalBen Gamari2017-05-231-6/+4
* base: Explicitly mark Data.Either.{left,right} as INLINABLEBen Gamari2017-05-201-0/+2
* Insert missing newlineFrederik Hanghøj Iversen2017-05-181-1/+1
* Update autoconf scripts from correct sourceBen Gamari2017-05-112-71/+109
* Update autoconf scriptsBen Gamari2017-05-112-107/+69
* bump config.{guess,sub}Moritz Angermann2017-05-112-93/+181
* base: Fix documentation for forkIOWithUnmaskBen Gamari2017-05-071-1/+1
* Fix comment for compact regionTakenobu Tani2017-05-041-1/+1
* Improve fixIODavid Feuer2017-05-031-7/+13
* Prefer #if defined to #ifdefBen Gamari2017-04-2832-152/+152
* nativeGen: Use SSE2 SQRT instructionBen Gamari2017-04-281-0/+5
* Add instances for Data.Ord.DownAdam Sandberg Eriksson2017-04-256-3/+43
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-236-28/+7
* Fix compilation for !HAVE_FLOCKHerbert Valerio Riedel2017-04-231-0/+4
* skip T13525 when running on Windows.Tamar Christina2017-04-231-1/+1
* base: update comment to match the change from e134af01Andrzej Rybczak2017-04-211-3/+2
* base: Fix hWaitForInput with timeout on POSIXBen Gamari2017-04-213-12/+35
* base: Fix offset initialization of Windows hLock implementationBen Gamari2017-04-211-3/+2
* Fix space leak in sortByGregory2017-04-171-3/+6
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-177-24/+33
* Fix typo in ReadP (succeds -> succeeds)Chris Martin2017-04-121-1/+1
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-122-1/+159
* base: Fix erroneous reference to Data.Reflection in documentationBen Gamari2017-04-101-1/+1
* Improve `readChan` documentation:Ömer Sinan Ağacan2017-04-101-1/+7
* base: Run num009 with -msse2 on i386Ben Gamari2017-04-061-1/+7
* test for HAVE_CLOCK_GETTIME definednessGabor Greif2017-04-051-1/+1
* base: Mark unfold as deprecatedBen Gamari2017-04-042-0/+5
* Add Alternative instance for ZipList (fix #13520).Edvard Hübinette2017-04-042-1/+11
* base: Add test for #8684Ben Gamari2017-04-042-0/+17
* base: Add test for #13525Ben Gamari2017-04-042-0/+8
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-023-7/+11
* base: Check for path separators chars in openTempFile' template stringBen Gamari2017-03-291-2/+6
* testsuite: Note x87 terribleness in num009Ben Gamari2017-03-261-1/+5
* Typos in comments (notes too) [ci skip]Gabor Greif2017-03-241-1/+1
* Make unsafeInterleaveST less unsafeDavid Feuer2017-03-225-10/+56
* GHC.Word: Move Read instances to GHC.ReadErik de Castro Lopo2017-03-173-24/+27
* Decrease locked region size on Windows to fix ERROR_LOCK_INVALID_RANGEAndrzej Rybczak2017-03-151-4/+4
* Typos in manual and commentsGabor Greif2017-03-141-2/+2
* Typeable: Fix remaining typeRepX referencdsBen Gamari2017-03-133-24/+24
* Make exports from Data.Typeable and Type.Reflection consistentRyan Scott2017-03-132-3/+12
* Maybe Monoid doc: "is no semigroup" -> "used to be no semigroup"Chris Martin2017-03-131-2/+2
* Elaborate further on ZipList Applicative docsChris Martin2017-03-131-5/+13
* Don't reference elSupremum in haddock for Lifetime MonoidChris Martin2017-03-131-1/+1
* KQueue: Eliminate redundant importBen Gamari2017-03-121-4/+3
* Comments onlySimon Peyton Jones2017-03-102-23/+35
* Fix typo in base changelogRyan Scott2017-03-091-1/+1
* Data.Typeable: Export splitTyConApp, typeRepArgs, and typeRepTyConBen Gamari2017-03-095-15/+39
* Add a comment to the mapFB rulesJoachim Breitner2017-03-091-2/+4
* KQueue.hsc: fix build failure on FreeBSDSergei Trofimovich2017-03-091-2/+3