summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* base: Implement file locking in terms of POSIX locksBen Gamari2017-10-292-3/+78
* Factor out readField (#14364)Tobias Dammers2017-10-251-0/+46
* base: Enable listToMaybe to fuse via foldr/buildDouglas Wilson2017-10-251-3/+6
* Revert "Update Win32 version for GHC 8.4."Tamar Christina2017-10-254-0/+0
* Update Win32 version for GHC 8.4.Tamar Christina2017-10-254-0/+0
* Remove the 'legroom' part of the timeout-accurate-pure test.Tom Sydney Kerckhove2017-10-253-31/+0
* Add stack traces on crashes on WindowsTamar Christina2017-10-222-0/+6
* Give a reference to Foreign.Concurrent.Edward Z. Yang2017-10-191-0/+3
* Added a test for 'timeout' to be accurate.Tom Sydney Kerckhove2017-10-193-0/+31
* Expose monotonic time from GHC.Event.ClockTom Sydney Kerckhove2017-10-193-3/+7
* Fix grammaros in commentsGabor Greif2017-10-171-1/+1
* Bump ghc-prim to 0.5.2.0 and update changelogHerbert Valerio Riedel2017-10-173-3/+13
* Flags.hsc: Peek a CBool (Word8), not a Bool (Int32)James Clarke2017-10-161-39/+78
* ghci: Include "Rts.h" before using TABLES_NEXT_TO_CODEBen Gamari2017-10-161-3/+3
* Implement {set,clear,complement}BitBigNat primitivesHerbert Valerio Riedel2017-10-163-14/+97
* Override default `clearBit` method impl for `Natural`Herbert Valerio Riedel2017-10-161-0/+5
* Re-apply "Typeable: Allow App to match arrow types"Simon Peyton Jones2017-10-122-6/+70
* base: Remove deprecated Chan combinatorsBen Gamari2017-10-032-23/+5
* base: Add missing @since annotations in GHC.TypeNatsBen Gamari2017-10-031-0/+14
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-033-0/+17
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-032-0/+5
* Sync base/changelog.mdHerbert Valerio Riedel2017-10-031-3/+3
* Make GHC.IO.Buffer.summaryBuffer strictSimon Peyton Jones2017-10-031-2/+3
* Don't use "character" in haddocks of CharBen Gamari2017-09-301-1/+1
* Document a law for TH's Lift classRyan Scott2017-09-301-0/+3
* Fix #13391 by checking for kind-GADTsRichard Eisenberg2017-09-281-2/+1
* base: fdReady(): Ensure and doc that return values are always -1/0/1Niklas Hambüchen2017-09-271-2/+5
* fdReady(): Fix some C -Wconversion warnings.Niklas Hambüchen2017-09-271-7/+8
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-262-0/+5
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-262-5/+0
* base: fdReady(): Add note about O_NONBLOCK requirementNiklas Hambüchen2017-09-261-1/+5
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-262-0/+5
* A bunch of typofixesGabor Greif2017-09-269-9/+9
* integer-gmp: Fix styleBen Gamari2017-09-251-6/+6
* Document Typeable's treatment of kind polymorphic tyconsBen Gamari2017-09-251-0/+53
* Bump template-haskell to 2.13.0.0Ryan Scott2017-09-252-2/+2
* Revert "Typeable: Allow App to match arrow types"Herbert Valerio Riedel2017-09-242-70/+6
* Bump haskeline submoduleBen Gamari2017-09-221-0/+0
* Implement TH addCorePlugin.Facundo Domínguez2017-09-213-1/+19
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-227-2/+4
* Bump base to 4.11.0.0Ben Gamari2017-09-2117-6/+6
* base: Add changelog entry for withTypeable generalizationBen Gamari2017-09-211-0/+3
* Typeable: Generalize kind of represented typeBen Gamari2017-09-211-2/+3
* Typeable: Allow App to match arrow typesBen Gamari2017-09-213-7/+75
* Add 'stm' package to the global package databaseHerbert Valerio Riedel2017-09-201-0/+0
* Make zipWith and zipWith3 inlinable.HE, Tao2017-09-192-6/+11
* Restore function powModSecIntegerOlivier Chéron2017-09-194-1/+112
* base: Add more detail to FD_SETSIZE related error messageNiklas Hambüchen2017-09-191-2/+1
* base: Make it less likely for fdReady() to fail on Windows sockets.Niklas Hambüchen2017-09-191-0/+16
* base: Fix fdReady() returning immediately for pipes on Windows.Niklas Hambüchen2017-09-191-16/+30