summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Export constructors for IntPtr and WordPtrRyanGlScott2016-05-024-5/+40
* Testsuite: fixup lots of testsThomas Miedema2016-04-264-11/+11
* Testsuite: Delete test for deprecated "packedstring"Thomas Miedema2016-04-263-15/+1
* Mark GHC.Stack.Types TrustworthyHerbert Valerio Riedel2016-04-191-1/+2
* Use `@since` annotation in GHC.ExecutionStackHerbert Valerio Riedel2016-04-112-2/+2
* Deriving Functor-like classes should unify kind variablesRyanGlScott2016-04-111-6/+1
* Added (more) missing instances for Identity and ConstShane O'Brien2016-04-114-8/+19
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-113-34/+109
* Typos in NoteJoachim Breitner2016-04-101-8/+5
* base: Fix "since" annotation on GHC.ExecutionStackBen Gamari2016-04-102-2/+2
* Add doc to (<=<) comparing its type to (.)Chris Martin2016-04-101-1/+6
* Provide an optimized replicateM_ implementation #11795Michael Snoyman2016-04-101-5/+38
* Remove obsolete comment about the implementation of foldlJoachim Breitner2016-04-081-4/+0
* GHC.Base: Use thenIO in instance Applicative IOJoachim Breitner2016-04-081-3/+3
* Don't infer CallStacksEric Seidel2016-04-042-11/+11
* Kill the magic of AnyBen Gamari2016-03-301-0/+3