summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add new mbmi and mbmi2 compiler flagsJohn Ky2017-11-153-0/+140
* Declare proper spec version in `base.cabal`Herbert Valerio Riedel2017-11-111-1/+2
* Adds cmm-sources to baseMoritz Angermann2017-11-112-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
* Update Win32 version for GHC 8.4.Tamar Christina2017-11-094-0/+0
* 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
* Fix atomicread/write operationsPeter Trommler2017-11-021-8/+14
* Add custom exception for fixIODavid Feuer2017-11-023-1/+17
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-023-0/+51
* Implement the EmptyDataDeriving proposalRyan Scott2017-11-023-27/+22
* 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
* Revert "Update Win32 version for GHC 8.4."Tamar Christina2017-10-254-0/+0
* Update Win32 version for GHC 8.4.Tamar Christina2017-10-254-0/+0
* 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
* Fix grammaros in commentsGabor Greif2017-10-171-1/+1
* Bump ghc-prim to 0.5.2.0 and update changelogHerbert Valerio Riedel2017-10-173-3/+13
* Flags.hsc: Peek a CBool (Word8), not a Bool (Int32)James Clarke2017-10-161-39/+78
* ghci: Include "Rts.h" before using TABLES_NEXT_TO_CODEBen Gamari2017-10-161-3/+3
* Implement {set,clear,complement}BitBigNat primitivesHerbert Valerio Riedel2017-10-163-14/+97
* 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
* base: Add missing @since annotations in GHC.TypeNatsBen Gamari2017-10-031-0/+14
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-033-0/+17
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-032-0/+5
* Sync base/changelog.mdHerbert Valerio Riedel2017-10-031-3/+3
* Make GHC.IO.Buffer.summaryBuffer strictSimon Peyton Jones2017-10-031-2/+3
* Don't use "character" in haddocks of CharBen Gamari2017-09-301-1/+1
* Document a law for TH's Lift classRyan Scott2017-09-301-0/+3
* Fix #13391 by checking for kind-GADTsRichard Eisenberg2017-09-281-2/+1
* base: fdReady(): Ensure and doc that return values are always -1/0/1Niklas Hambüchen2017-09-271-2/+5
* fdReady(): Fix some C -Wconversion warnings.Niklas Hambüchen2017-09-271-7/+8
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-262-0/+5