summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-191-16/+5
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-0/+3
* Drop GHC 8.0 compatibilityRyan Scott2018-03-134-49/+3
* Comment improvements on interpreter breakpoint IO actionÖmer Sinan Ağacan2018-03-131-1/+6
* Bump Cabal submoduleBen Gamari2018-03-121-0/+0
* UNREG: fix implicit declarations from pdep and pextSergei Trofimovich2018-03-092-10/+0
* ghc-prim: Silence -Wsync-nand warning in atomic.cBen Gamari2018-03-081-0/+6
* ghc-prim: Reduce scope of Clang sync_fetch_and_nand workaroundBen Gamari2018-03-081-4/+9
* Make accumArray and accum stricterDavid Feuer2018-03-061-7/+23
* add CCX=$(CXX) to integer-gmpMoritz Angermann2018-03-061-1/+1
* Fixup include of gmp/config.mk to use new locationHerbert Valerio Riedel2018-03-051-1/+1
* Bump Cabal submoduleBen Gamari2018-03-031-0/+0
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-032-2/+2
* Add Applicative, Semigroup, and Monoid instances in GHC.GenericsLysxia2018-03-022-1/+61
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-0262-148/+735
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-021-0/+2
* Move Data.Functor.Contravariant from the contravariant package to base.Andrew Martin2018-03-023-0/+298
* 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