summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Testsuite: mark tests expect_brokenThomas Miedema2016-06-281-6/+5
* Testsuite: open/close stdin/stdout/stderr explicitlyThomas Miedema2016-06-281-4/+3
* Fix typo in Data.Bitraverse HaddocksRyan Scott2016-06-241-1/+1
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-1/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2027-189/+189
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-202-84/+84
* Remove use of KProxy in GHC.GenericsRyan Scott2016-06-201-23/+22
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-1912-152/+839
* Testsuite: write "\n" instead of "\r\n" when using mingw PythonThomas Miedema2016-06-181-0/+1
* NUMA cleanupsSimon Marlow2016-06-171-2/+2
* Rts flags cleanupSimon Marlow2016-06-103-99/+66
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-0687-4/+1029
* Replace hand-written Bounded instances with derived onesRyan Scott2016-06-045-136/+58
* Derive instances in Data.DataRyan Scott2016-06-031-697/+58
* Testsuite: fix enum01/02/03 on Windows (#9399)Thomas Miedema2016-05-256-6/+15
* Always use native-Haskell de/encoders for ASCII and latin1Thomas Miedema2016-05-244-26/+29
* Remove 'deriving Typeable' statementsRyan Scott2016-05-242-11/+9
* Testsuite: fix T12010 for realThomas Miedema2016-05-223-11/+7
* Fix failing T12010Tamar Christina2016-05-213-5/+6
* Use the correct return type for Windows' send()/recv() (Fix #12010)Tamar Christina2016-05-197-29/+131
* Testsuite: don't skip concio001 and concio001_thrThomas Miedema2016-05-172-4/+4
* Make Generic1 poly-kindedRyanGlScott2016-05-123-48/+73
* base: Export runRW# from GHC.ExtsBen Gamari2016-05-041-0/+3
* Export oneShot from GHC.ExtsJoachim Breitner2016-05-041-1/+1
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-022-9/+20