summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* base: Refactor Show ErrorCall instance into proper ShowS styleBen Gamari2018-01-261-1/+2
* Bump terminfo submoduleBen Gamari2018-01-261-0/+0
* Bump transformers submodule to 0.5.5.0Ben Gamari2018-01-211-0/+0
* Update Cabal submoduleOleg Grenrus2018-01-213-2/+2
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-0/+1
* tentative improvement to callstack docsAlp Mestanogullari2018-01-211-10/+13
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-213-0/+94
* 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-022-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
* 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