summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-194-14/+9
* 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
* 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-092-2/+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
* base: Override Foldable.{toList,length} for NonEmptyArtyom2016-12-231-2/+4
* Add INLINE pragamas on Traversable default methodsSimon Peyton Jones2016-12-211-0/+45
* Make CompactionFailed a newtypeRyan Scott2016-12-201-2/+2
* Mark T8089 as unbroken since #7325 is now resolvedBen Gamari2016-12-191-3/+1
* Fix #12998 by removing CTimerRyan Scott2016-12-183-12/+8
* base: Add more POSIX types (fixes #12795)Daniel Gröber2016-12-154-5/+78
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-1/+1
* base: Make raw buffer IO operations more strictBen Gamari2016-12-132-10/+12
* Make globals use sharedCAFMoritz Angermann2016-12-111-1/+1
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-073-0/+33
* Overhaul GC statsSimon Marlow2016-12-061-59/+201
* fdReady: use poll() instead of select()Simon Marlow2016-12-021-9/+33
* Fix naming of the native latin1 encodingsKai Ruemmler2016-12-011-2/+2
* Typos in commentsGabor Greif2016-12-012-2/+2
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-1/+1
* Added Eq1, Ord1, Read1 and Show1 instances for NonEmptyShane2016-11-292-0/+25
* Make globals use sharedCAFMoritz Angermann2016-11-291-1/+1
* Allow to unregister threadWaitReadSTM action.Alexander Vershilov2016-11-224-6/+30
* Add Data instance for ConstRyan Scott2016-11-182-0/+6
* Revert "Add Data instance for Const"Ryan Scott2016-11-172-6/+0