summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-265-5/+5
* Document Typeable's treatment of kind polymorphic tyconsBen Gamari2017-09-251-0/+53
* Revert "Typeable: Allow App to match arrow types"Herbert Valerio Riedel2017-09-242-70/+6
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-222-2/+2
* Bump base to 4.11.0.0Ben Gamari2017-09-211-1/+1
* 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
* Make zipWith and zipWith3 inlinable.HE, Tao2017-09-192-6/+11
* 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
* base: Fix fdReady() potentially running forever for Windows Char devices.Niklas Hambüchen2017-09-191-1/+10
* base: Fix fdReady() potentially running forever on Windows.Niklas Hambüchen2017-09-191-10/+20
* base: fdReady(): Improve accuracy and simplify code.Niklas Hambüchen2017-09-191-21/+10
* Generalise constraint on `instance Monoid (Maybe a)` to SemigroupHerbert Valerio Riedel2017-09-192-4/+8
* base: Fix missing import of Control.Monad.FailBen Gamari2017-09-171-0/+1
* base: Add missing MonadFail instance for strict STBen Gamari2017-09-162-0/+6
* base: Enable TypeInType in Data.Type.EqualityBen Gamari2017-09-161-0/+1
* base: Fix mixed tabs/spaces indentation in inputReady.cNiklas Hambüchen2017-09-151-81/+80
* Simplify Data.Type.Equality.==David Feuer2017-09-135-184/+54
* Better document TypeRep patternsBen Gamari2017-09-131-1/+27
* Add non-ASCII isLetter True exampleChris Martin2017-09-131-0/+2
* Fix @since annotations in GHC.StatsDmitry Ivanov2017-09-131-3/+3
* Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115HE, Tao2017-09-132-0/+10
* Clarify Data.Data documentationDavid Feuer2017-09-131-6/+18
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-0719-496/+526
* base: Update acosh to handle -1::ComplexAlex Bradley2017-09-051-1/+2
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-0412-87/+102
* Document the Generic(1) lawsRyan Scott2017-09-021-2/+16
* Improve stm haddocksBen Gamari2017-09-011-27/+32
* base: Add support for file unlockingBen Gamari2017-08-291-0/+30
* Add strict variant of iterateBen Gamari2017-08-257-2/+43
* Make law for Foldable.length explicitAlain O'Dea2017-08-221-0/+2
* Make the Read instance for Proxy (and friends) ignore precedenceRyan Scott2017-08-228-14/+24
* Revert "Add strict variant of iterate"Ben Gamari2017-08-194-29/+1
* Add strict variant of iterateBen Gamari2017-08-184-1/+29
* Doctests for Data.TupleDavid Luposchainsky2017-08-181-1/+20