summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move `iserv` into `utils` and change package nameBen Gamari2018-02-2010-681/+0
* Add ghc-prim.buildinfo to .gitignoreRyan Scott2018-02-201-1/+2
* Bump text submodule to 1.2.3.0Ben Gamari2018-02-191-0/+0
* Bump haskeline submodule to 0.7.4.2Ben Gamari2018-02-191-0/+0
* Bump parsec submodule to 0.3.13.0Ben Gamari2018-02-191-0/+0
* Bump primitive submodule to 0.6.3.0Ben Gamari2018-02-191-0/+0
* Bump stm submodule to 2.4.5.0Ben Gamari2018-02-191-0/+0
* Bump pretty submoduleBen Gamari2018-02-191-0/+0
* Bump filepath submoduleBen Gamari2018-02-191-0/+0
* Bump process submoduleBen Gamari2018-02-191-0/+0
* base: Fix changelog entry for openTempFileBen Gamari2018-02-181-3/+2
* Move `iserv` into `utils` and change package name from `iserv-bin` to `iserv`Moritz Angermann2018-02-1510-0/+681
* Get eqTypeRep to inlineDavid Feuer2018-02-151-3/+11
* adds -latomic to. ghc-primMoritz Angermann2018-02-154-1/+38
* 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
* Bump Cabal submoduleBen Gamari2018-02-051-0/+0
* base: Deprecate STM invariant checking primitivesBen Gamari2018-02-032-0/+15
* ghc-prim: Emulate C11 atomics when not availableBen Gamari2018-02-031-0/+36
* Upgrade containers submoduleDavid Feuer2018-02-021-0/+0
* integer-gmp: Simplify gmp/configure invocationBen Gamari2018-02-021-4/+1
* Implement BlockArguments (#10843)Takano Akio2018-01-311-0/+1
* 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