summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Bump Cabal submoduleBen Gamari2017-12-221-0/+0
* Sync `ghc-prim` changelog from GHC 8.2Herbert Valerio Riedel2017-12-221-1/+29
* Sync up ghc-prim changelog from GHC 8.2 branchHerbert Valerio Riedel2017-12-201-1/+7
* Stop runRW# being magicSimon Peyton Jones2017-12-191-3/+2
* Get rid of some stuttering in comments and docsGabor Greif2017-12-195-5/+5
* Typos in commentsGabor Greif2017-12-181-1/+1
* Tidy up of wired-in namesSimon Peyton Jones2017-12-132-2/+11
* 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-074-7/+28
* Bump version to 8.5ghc-8.5-startBen Gamari2017-12-041-1/+1
* template-haskell: Rip out FamFlavourBen Gamari2017-12-047-62/+7
* 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
* Bump unix submoduleBen Gamari2017-11-291-0/+0
* 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
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-223-140/+0
* Bump stm submoduleBen Gamari2017-11-211-0/+0
* 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
* GHC.Prim use virtual-modulesMoritz Angermann2017-11-182-8/+4
* StaticPointers: Clarify documentationFacundo Domínguez2017-11-151-0/+5
* 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