summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* base: Import Data.Int in KQueueBen Gamari2017-03-081-0/+1
* base: kevent.filter is signedBen Gamari2017-03-071-3/+3
* Generate better fp abs for X86 and llvm with default cmm otherwiseDominic Steinitz2017-03-071-8/+6
* Fix commentBen Gamari2017-03-071-1/+1
* Typos in changelog and commentsGabor Greif2017-03-073-3/+3
* Add rule mapFB c (λx.x) = cJoachim Breitner2017-03-061-0/+1
* base: Kill out-of-date NotesBen Gamari2017-03-061-27/+0
* add example documentation for tuple ApplicativeGinBaby2017-03-062-2/+9
* Typos in comments and manualGabor Greif2017-03-063-3/+3
* Reexport CmpNat and friends (defined in GHC.TypeNats) from GHC.TypeLitsRyan Scott2017-03-041-35/+2
* Fixes a spaceleak in `maximumBy` and `minimumBy` (#10830).Ryan Scott2017-03-042-2/+32
* Fix a tiny typoIngo Blechschmidt2017-03-031-1/+1
* Show: Add ShowS for ", "Ben Gamari2017-03-021-1/+3
* Change catch# demand signatureDavid Feuer2017-03-015-68/+89