summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-232-0/+21
* Revert "rts, base: Refactor stats.c to improve --machine-readable report"Ben Gamari2018-03-201-8/+0
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-191-0/+8
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-191-16/+5
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-0/+3
* Make accumArray and accum stricterDavid Feuer2018-03-061-7/+23
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-031-2/+2
* Add Applicative, Semigroup, and Monoid instances in GHC.GenericsLysxia2018-03-022-1/+61
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-0262-148/+735
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-021-0/+2
* Move Data.Functor.Contravariant from the contravariant package to base.Andrew Martin2018-03-023-0/+298
* base: Fix changelog entry for openTempFileBen Gamari2018-02-181-3/+2
* Get eqTypeRep to inlineDavid Feuer2018-02-151-3/+11
* Various documentation improvementsSergey Vinokurov2018-02-143-5/+5
* Make ($!) representation-polymorphicDavid Feuer2018-02-122-2/+6
* Simplify Foreign.Marshal.Alloc functions with ScopedTypeVariablesÖmer Sinan Ağacan2018-02-101-23/+12
* base: Deprecate STM invariant checking primitivesBen Gamari2018-02-032-0/+15
* base: Refactor Show ErrorCall instance into proper ShowS styleBen Gamari2018-01-261-1/+2
* Update Cabal submoduleOleg Grenrus2018-01-211-1/+1
* tentative improvement to callstack docsAlp Mestanogullari2018-01-211-10/+13
* Revert "Improve accuracy of get/setAllocationCounter"Ben Gamari2018-01-181-5/+16
* Kill off irrefutable pattern errorsDavid Feuer2018-01-151-3/+2
* Fix mistaken mergeBen Gamari2018-01-121-22/+15
* KQueue: Fix write notification requests being ignored...Matthias Treydte2018-01-121-25/+21
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-081-16/+5
* Make the Div and Mod type families `infixl 7`Ryan Scott2018-01-071-1/+1
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-023-34/+110
* Windows: fix all failing tests.Tamar Christina2018-01-021-3/+6
* Improve Control.Monad docsNathan Collins2018-01-021-1/+31
* Add example to Control.Monad.join docsNathan Collins2018-01-021-0/+27
* Reformat Control.Monad.mfilter docsNathan Collins2018-01-021-6/+19
* Get rid of some stuttering in comments and docsGabor Greif2017-12-193-3/+3
* Typos in commentsGabor Greif2017-12-181-1/+1
* Tidy up of wired-in namesSimon Peyton Jones2017-12-131-2/+7
* base: fdReady(): Return only after sycall returns after `msecs` have passedNiklas Hambüchen2017-12-111-10/+79
* fdReady: Use C99 bools / CBool in signatureNiklas Hambüchen2017-12-114-12/+13
* Always use the safe open() callSimon Marlow2017-12-111-8/+4
* Add NOINLINE pragma to hPutStr'Matthew Pickering2017-12-111-0/+1
* Improve Control.Monad.guard and Control.Monad.MonadPlus docsNathan Collins2017-12-112-4/+52
* Fixed misprint 'aqcuired'Kirill Zaborsky2017-12-112-2/+2
* Forward-port changes from GHC 8.2 branchHerbert Valerio Riedel2017-12-072-5/+13
* Make the Con and Con' patterns produce evidenceDavid Feuer2017-12-041-13/+56
* Cache TypeRep kinds aggressivelyDavid Feuer2017-12-013-41/+208
* Add trace injectionDavid Feuer2017-12-011-0/+76
* base: Rip out old RTS statistics interfaceBen Gamari2017-11-272-145/+8
* Follow symlinks in the Win32 code for System.Environment.getExecutablePathAlp Mestanogullari2017-11-272-5/+82
* base: fdReady(): Fix timeouts > ~49 days overflowing. Fixes #14262.Niklas Hambüchen2017-11-244-62/+211
* base: Remove redundant subtraction in (^) and stimesBen Gamari2017-11-212-6/+18
* base: Document GHC.Stack.CCS internalsBen Gamari2017-11-211-0/+17
* base: Make documentation of atomically more accurateAndrew Martin2017-11-181-7/+16