summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-1/+1
* test for HAVE_CLOCK_GETTIME definednessGabor Greif2017-04-051-1/+1
* Typos in comments [ci skip]Gabor 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
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-1/+1
* compact: Clarify mutability restrictionBen Gamari2017-04-031-9/+11
* Bump Win32 submoduleBen Gamari2017-04-031-0/+0
* array: Clear up inconsistency in T9220 outputBen Gamari2017-04-021-0/+0
* Update containers submodule to official 0.5.10.2David Feuer2017-04-021-0/+0
* 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
* Bump array submoduleBen Gamari2017-03-261-0/+0
* Bump array submoduleBen Gamari2017-03-261-0/+0
* testsuite: Add 32-bit output for compact_share testBen Gamari2017-03-262-0/+4
* 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
* Bump unix submoduleBen Gamari2017-03-211-0/+0
* Fix Windows x86 buildTamar Christina2017-03-201-0/+0
* GHC.Word: Move Read instances to GHC.ReadErik de Castro Lopo2017-03-173-24/+27
* Bump unix submoduleBen Gamari2017-03-151-0/+0
* Decrease locked region size on Windows to fix ERROR_LOCK_INVALID_RANGEAndrzej Rybczak2017-03-151-4/+4
* Typos in manual and commentsGabor Greif2017-03-142-3/+3
* 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
* Bump time submoduleBen Gamari2017-03-101-0/+0
* Comments onlySimon Peyton Jones2017-03-102-23/+35
* Fix TcSimplify.decideQuantification for kind variablesSimon Peyton Jones2017-03-101-0/+0
* configure.ac: Bump version to 8.3ghc-8.3-startBen Gamari2017-03-092-2/+2
* 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
* Comments only [ci skip]Gabor Greif2017-03-091-1/+1
* KQueue.hsc: fix build failure on FreeBSDSergei Trofimovich2017-03-091-2/+3
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-088-17/+46
* base: Import Data.Int in KQueueBen Gamari2017-03-081-0/+1
* Bump haskeline submodule to fix Windows build.Tamar Christina2017-03-081-0/+0
* Win32: bump submodule to v2.5.2.0Tamar Christina2017-03-081-0/+0
* 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