summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Bump bytestring submoduleBen Gamari2017-02-091-0/+0
* Library docs: Document the order for sort and sortOn.Alexander Kjeldaas2017-02-091-0/+6
* Bump array submoduleBen Gamari2017-02-091-0/+0
* Tweaks and typos in manual, note refs, commentsGabor Greif2017-02-091-1/+1
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-093-1/+28
* Bump array submoduleBen Gamari2017-02-081-0/+0
* Update hoopl submoduleBen Gamari2017-02-071-0/+0
* Typos in comments [skip ci]Gabor Greif2017-02-062-2/+2
* Fix broken link of GHC.RTS.FlagsTakenobu Tani2017-02-051-1/+1
* Fix comment (old file names '.hc' ) in libraries/Takenobu Tani2017-02-051-3/+3
* Add liftA2 to Applicative classDavid Feuer2017-02-0522-60/+232
* Update binary submodule to 0.8.4.1Ben Gamari2017-02-041-0/+0
* Fix minusNatural exception to be UnderflowOleg Grenrus2017-02-041-2/+2
* Fix comment (old filename '.lhs') in libraries/Takenobu Tani2017-02-044-10/+10
* Attempt to make lazy ST thread safeDavid Feuer2017-02-038-24/+306
* Bump haskeline submoduleBen Gamari2017-02-021-0/+0
* Spelling fixesGabor Greif2017-02-023-3/+3
* Add support for StaticPointers in GHCiBen Gamari2017-02-024-1/+34
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-019-103/+248
* base: Derive Enum, Bounded for VecCount, VecElemBen Gamari2017-02-013-0/+16
* Turn libraries/integer-gmp/gmp/tarball into a submoduleReid Barton2017-01-307-1725/+87
* Simplify minusInteger in integer-gmp slightlyReid Barton2017-01-301-2/+0
* Fix broken testsPhil Ruffwind2017-01-302-5/+1
* Fix mismatched tick in GHC.Generics documentationRyan Scott2017-01-301-1/+1
* Document GHC.Profiling functions [ci skip]Ömer Sinan Ağacan2017-01-281-1/+10
* Remove Data.Tuple doc's claim to have tuple typesChris Martin2017-01-261-1/+1
* Fix the right-shift operation for negative big integers (fixes #12136)Daishi Nakajima2017-01-262-4/+12
* Generalizes the type of asProxyTypeOf (#12805)Dave Laing2017-01-262-1/+3
* Generalize the type of runRW#David Feuer2017-01-252-8/+19
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-264-1/+11
* Update Win32 submodule to fix Windows buildMatthew Pickering2017-01-251-0/+0
* Bump Win32 version.Ben Gamari2017-01-244-0/+0
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-222-62/+31
* Clean up some shell code and M4 quotingDemi Obenour2017-01-201-3/+3
* Bump Cabal submoduleBen Gamari2017-01-201-0/+0
* Add 'type family (m :: Symbol) <> (n :: Symbol)'Oleg Grenrus2017-01-202-0/+8
* Add explicit foldMap implementation for MaybeDavid Feuer2017-01-191-0/+2
* Update levity polymorphismRichard Eisenberg2017-01-197-40/+35
* Add CBool to Foreign.C.TypesRyan Scott2017-01-184-1/+12
* Modify ForeignPtr documentation in light of plusForeignPtrShea Levy2017-01-181-6/+16
* Spelling fixes in comments [ci skip]Gabor Greif2017-01-181-1/+1
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-171-7/+25
* Properly introduce CTimer to System.Posix.TypesRyan Scott2017-01-155-26/+50
* Desugar static forms to makeStatic calls.Facundo Domínguez2017-01-132-0/+28
* Typos in commentsGabor Greif2017-01-132-2/+2
* Typos in manual, comments and testsGabor Greif2017-01-121-1/+1
* Revert "event manager: Don't worry if attempt to wake dead manager fails"Ben Gamari2017-01-101-23/+5
* Mark *FB functions INLINE[0] (Fixes #13001)Takano Akio2017-01-106-23/+53
* Expose purgeObj in ObjLinkJon Coens2017-01-101-3/+18