summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* StaticPointers: Clarify documentationFacundo Domínguez2017-11-151-0/+5
* Declare proper spec version in `base.cabal`Herbert Valerio Riedel2017-11-111-1/+2
* Adds cmm-sources to baseMoritz Angermann2017-11-111-0/+3
* Update comment in GHC.Real (trac#14432)Bodigrim2017-11-091-3/+1
* base: Fix #14425Ben Gamari2017-11-092-2/+4
* base: Normalize style of approxRationalBen Gamari2017-11-091-22/+25
* base: Add test for #14425Ben Gamari2017-11-093-0/+8
* base: Escape \ in CallStack exampleChris Martin2017-11-071-1/+1
* base: Add examples to Bifunctor documentationJulie Moronuki2017-11-061-1/+36
* Specialise lcm :: Word -> Word -> Word (trac#14424)Bodigrim2017-11-061-0/+1
* Update ErrorCall documentation for the location argumentÖmer Sinan Ağacan2017-11-061-2/+2
* change example from msum to mfilterJulie Moronuki2017-11-031-2/+2
* Fix documentation and comment issuesCyd Parser2017-11-033-7/+7
* Name TypeRep constructor fieldsDavid Feuer2017-11-021-44/+88
* Add custom exception for fixIODavid Feuer2017-11-023-1/+17
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-022-0/+50
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-022-27/+21
* Catch a few more typos in commentsGabor Greif2017-10-301-1/+1
* Fix typo in accessor nameGabor Greif2017-10-301-2/+2
* base: Implement file locking in terms of POSIX locksBen Gamari2017-10-292-3/+78
* Factor out readField (#14364)Tobias Dammers2017-10-251-0/+46
* base: Enable listToMaybe to fuse via foldr/buildDouglas Wilson2017-10-251-3/+6
* Remove the 'legroom' part of the timeout-accurate-pure test.Tom Sydney Kerckhove2017-10-253-31/+0
* Add stack traces on crashes on WindowsTamar Christina2017-10-222-0/+6
* Give a reference to Foreign.Concurrent.Edward Z. Yang2017-10-191-0/+3
* Added a test for 'timeout' to be accurate.Tom Sydney Kerckhove2017-10-193-0/+31
* Expose monotonic time from GHC.Event.ClockTom Sydney Kerckhove2017-10-193-3/+7
* Flags.hsc: Peek a CBool (Word8), not a Bool (Int32)James Clarke2017-10-161-39/+78
* Implement {set,clear,complement}BitBigNat primitivesHerbert Valerio Riedel2017-10-161-6/+14
* Override default `clearBit` method impl for `Natural`Herbert Valerio Riedel2017-10-161-0/+5
* Re-apply "Typeable: Allow App to match arrow types"Simon Peyton Jones2017-10-122-6/+70
* base: Remove deprecated Chan combinatorsBen Gamari2017-10-032-23/+5