summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
...
* winio: Mark FD instances as unsupported under WINIO.Andreas Klebinger2020-07-151-24/+32
* winio: Assign thread labels to IOManager threads.Andreas Klebinger2020-07-152-2/+5
* winio: Fix expected tempfiles output.Andreas Klebinger2020-07-152-13/+1
* winio: Update output of T9681 since we now actually run it.Andreas Klebinger2020-07-151-2/+5
* winio: Fix sqrt and openFile009 test casesAndreas Klebinger2020-07-153-5/+9
* winio: Remove debug event log traceAndreas Klebinger2020-07-151-1/+0
* winio: Set handle offset when opening files in Append mode.Andreas Klebinger2020-07-157-6/+62
* wionio: Make IO subsystem check a no-op on non-windows platforms.Andreas Klebinger2020-07-151-2/+3
* winio: Fix multi threaded threadDelay and a few other small changes.Andreas Klebinger2020-07-152-96/+61
* winio: Clean up code surrounding IOPort primitives.Andreas Klebinger2020-07-151-14/+29
* winio: Fix offset set by bufReadEmpty.Andreas Klebinger2020-07-154-21/+37
* winio: Rewrite bufWrite.Andreas Klebinger2020-07-153-56/+79
* winio: Fix output truncation for writes larger than buffer sizeAndreas Klebinger2020-07-152-5/+12
* winio: Fix input truncation when reading from handle.Andreas Klebinger2020-07-152-14/+26
* winio: Implement new tempfile routines for winioTamar Christina2020-07-155-14/+169
* winio: fix FileSize unstat-able handlesTamar Christina2020-07-151-0/+14
* winio: Fix issues with non-threaded I/O manager after split.Tamar Christina2020-07-152-6/+21
* winio: Relaxing some constraints in io-manager.Tamar Christina2020-07-151-0/+1
* winio: core threaded I/O managerTamar Christina2020-07-1514-2/+2490
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-1517-521/+325
* winio: Switch Testsuite to test winio by defaultTamar Christina2020-07-155-16/+29
* winio: Add size and iterate to GHC.Event.IntTable.Tamar Christina2020-07-151-0/+25
* winio: Add unsafeSplat to GHC.Event.ArrayTamar Christina2020-07-151-0/+9
* winio: Add new io-manager cmdline optionsTamar Christina2020-07-151-2/+34
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-153-0/+107
* winio: Implement new Console APITamar Christina2020-07-1510-0/+2048
* winio: Refactor Buffer structures to be able to track async operationsTamar Christina2020-07-1514-150/+293
* winio: Drop Windows Vista support, require Windows 7Tamar Christina2020-07-151-1/+11
* BigNum: rename BigNat typesSylvain Henry2020-07-073-8/+7
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-021-1/+1
* Add most common return values for `os` and `arch`Hécate2020-07-011-1/+44
* #17169: Clarify Fixed's Enum instance.Martin Handley2020-07-011-0/+58
* Add missing Ix instances for tuples of size 6 through 15 (#16643)Joshua Price2020-06-305-0/+454
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-282-2/+2
* Add MonadZip and MonadFix instances for ComplexOleg Grenrus2020-06-252-0/+12
* add examples to Data.TraversableAdam Wespiser2020-06-251-0/+108
* Update testsuiteSylvain Henry2020-06-171-3/+1
* Update `base` packageSylvain Henry2020-06-1729-845/+700
* Linear types (#15981)Krzysztof Gogolewski2020-06-174-28/+37
* base: Bump to 4.15.0.0Ben Gamari2020-06-171-1/+1
* Fix typos and formatting in user guideJan Hrček2020-06-161-1/+1
* codeGen: Don't discard live case binders in unsafeEqualityProof logicBen Gamari2020-06-141-0/+5
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-141-1/+14
* Fix #12073: Add MonadFix Q instanceOleg Grenrus2020-06-131-1/+4
* Add introductory prose for Data.TraversableViktor Dukhovni2020-06-131-92/+419
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-3/+6
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-1/+1
* base: fix sign confusion in log1mexp implementation (fix #17125)Artem Pelenitsyn2020-06-051-6/+10
* Allow finalizeForeignPtr to be called on FinalPtr/PlainPtr.Andrew Martin2020-06-041-2/+4
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1