summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove tyConStringDavid Feuer2017-01-102-8/+1
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-101-5/+23
* Add doc header to Dynamic's re-export of TypeableChris Martin2017-01-101-1/+1
* base: Add Foreign.ForeignPtr.plusForeignPtr.Shea Levy2017-01-104-0/+11
* Throw an exception on heap overflowDemi Obenour2017-01-102-2/+38
* Typos in comments (and in a test)Gabor Greif2017-01-093-3/+3
* TH: Add Trustworthy language pragmaErik de Castro Lopo2017-01-081-1/+2
* Revert "Have addModFinalizer expose the local type environment."Facundo Domínguez2017-01-062-25/+0
* Have addModFinalizer expose the local type environment.Facundo Domínguez2017-01-062-0/+25
* Coerce for fmapDefault and foldMapDefaultDavid Feuer2017-01-052-9/+41
* Fix doctests in Data.FunctorOleg Grenrus2017-01-051-1/+1
* Remove single top-level section in Foldable docsChris Martin2017-01-051-7/+6
* Use atomic counter for GHC.Event.Uniquealexbiehl2017-01-052-21/+17
* Don't use $ in the definition of (<**>) in GHC.BaseMatthew Pickering2017-01-031-1/+2
* Add specialization rules for realToFrac on ComplexTakano Akio2017-01-031-0/+13
* Bump array submoduleBen Gamari2016-12-271-0/+0
* base: Override Foldable.{toList,length} for NonEmptyArtyom2016-12-231-2/+4
* Support for abi-depends for computing shadowing.Edward Z. Yang2016-12-214-2/+10
* Add INLINE pragamas on Traversable default methodsSimon Peyton Jones2016-12-211-0/+45
* Make CompactionFailed a newtypeRyan Scott2016-12-201-2/+2
* Allow use of the external interpreter in stage1.Shea Levy2016-12-205-82/+116
* Mark T8089 as unbroken since #7325 is now resolvedBen Gamari2016-12-191-3/+1
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-195-116/+82
* Fix #12998 by removing CTimerRyan Scott2016-12-183-12/+8
* Introduce unboxedSum{Data,Type}Name to template-haskellRyan Scott2016-12-182-0/+45
* Allow use of the external interpreter in stage1.Shea Levy2016-12-175-82/+116
* Reexport Language.Haskell.TH.Lib from Language.Haskell.THRyan Scott2016-12-173-85/+115