summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add Data instance for ConstRyan Scott2016-11-172-0/+6
* Read parentheses betterDavid Feuer2016-11-101-7/+24
* Typos in commentsGabor Greif2016-10-311-1/+1
* Correct name of makeStableName in haddockReid Barton2016-10-161-1/+1
* Fix Windows build following D2588Ryan Scott2016-10-141-1/+6
* Add missing Semigroup instances for Monoidal datatypes in baseRyan Scott2016-10-142-0/+18
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-1/+0
* Add missing @since annotationsRyan Scott2016-10-121-0/+2
* Escape lambda.Vaibhav Sagar2016-10-091-1/+1
* Fix memory leak from #12664Bartosz Nitka2016-10-074-18/+36
* Eliminate some unsafeCoerce#s with deriving strategiesRyan Scott2016-10-014-33/+26
* Replace INLINEABLE by INLINABLE (#12613)Joachim Breitner2016-09-245-21/+21
* Improved documentation for Foreign.Concurrent (#12547)Simon Marlow2016-09-231-8/+29
* Add hs_try_putmvar()Simon Marlow2016-09-122-0/+16
* Add platform warning to Foreign.C.TypesTamar Christina2016-09-102-0/+12
* Added support for deprecated POSIX functions on Windows.Tamar Christina2016-09-011-46/+17
* Add Read1/Read2 methods defined in terms of ReadPrecRyan Scott2016-08-316-61/+380
* Add gcoerceWith to Data.Type.CoercionRyan Scott2016-08-182-0/+10
* Typofix in System.Environment docs.Edward Z. Yang2016-08-161-1/+1
* Fix typo in Data.Bitraversable HaddocksRyan Scott2016-08-081-1/+1
* Use Data.Functor.Const to implement Data.Data internalsRyan Scott2016-08-061-9/+6
* Replace an unsafeCoerce with coerceRyan Scott2016-08-041-1/+1
* Add mblocks_allocated to GC stats APIBartosz Nitka2016-07-271-0/+2
* Data.Either: Add fromLeft and fromRight (#12402)Dylan Meysmans2016-07-202-0/+38
* Make Data.{Bifoldable,Bitraversable} -XSafeRyan Scott2016-07-203-0/+4
* Fix misspellings of the word "instance" in commentsRyan Scott2016-07-181-1/+1
* Bugfix for bug 11632: `readLitChar` should consume null charactersBen Gamari2016-07-174-3/+25
* Added type family dependency to Data.Type.Bool.NotBaldur Blöndal2016-07-142-5/+8
* GHC.Stack.CCS: Fix typo in HaddocksBen Gamari2016-07-081-1/+1
* --without-libcharset disables the use of libcharsetSimon Marlow2016-07-071-3/+13
* Enum: Ensure that operations on Word fuseBen Gamari2016-07-041-14/+138
* base: Add release date to changelogBen Gamari2016-07-041-1/+1
* Testsuite: be less strict about topHandler03's stderrThomas Miedema2016-07-011-1/+4
* Testsuite: use ignore_stderr/stdout instead of ignore_outputThomas Miedema2016-06-292-8/+1
* Double the file descriptor limit for openFile008Bartosz Nitka2016-06-291-1/+1