summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add Data.Functor.Classes instances for Proxy (trac issue #11756)Andrew Martin2016-03-292-0/+21
* base: Document caveats about Control.Concurrent.ChanErik de Castro Lopo2016-03-291-0/+5
* Update bytestring submodule to latest snapshotHerbert Valerio Riedel2016-03-281-0/+0
* Scrap IRIX supportHerbert Valerio Riedel2016-03-282-2/+2
* base: Fix GHC.Word and GHC.Int on 32-bit platformsBen Gamari2016-03-252-4/+4
* Defer inlining of Eq for primitive typesBen Gamari2016-03-245-34/+233
* base: Fix ClockGetTime on OS XBen Gamari2016-03-242-2/+2
* base: Fix CPUTime on WindowsBen Gamari2016-03-201-14/+11
* base: Rework System.CPUTimeBen Gamari2016-03-208-121/+276
* Fix duplicate T11334 testBen Gamari2016-03-203-1/+1
* Mark GHC.Real.even and odd as INLINEABLEBen Gamari2016-03-201-4/+2
* Document TypeInType (#11614)Richard Eisenberg2016-03-141-1/+5
* Add doc to (<$>) explaining its relationship to ($)Chris Martin2016-03-111-0/+9
* Make integer-gmp operations more strictHerbert Valerio Riedel2016-03-111-9/+9
* Make `catch` lazy in the actionBen Gamari2016-03-116-1/+52
* Use catchException in a few more placesBen Gamari2016-03-112-4/+4
* Update Cabal submodule to latest HEAD snapshotHerbert Valerio Riedel2016-03-091-0/+0
* template-haskell: define `MonadFail Q` instanceHerbert Valerio Riedel2016-03-083-0/+25
* template-haskell: remove redundant CPP useHerbert Valerio Riedel2016-03-081-9/+0
* template-haskell: Drop use of Rank2Types/PolymorphicComponentsHerbert Valerio Riedel2016-03-082-7/+8
* Revert "Mark tests for #11643, #11644, #11645 and #9406 expect_broken"Ben Gamari2016-03-071-0/+0
* Using unsafe foreign import for rtsSupportsBoundThreads (part of #9696)Marcin Mrotek2016-03-053-6/+6
* Build system: Correctly pass `TARGETPLATFORM` as hostNicolas Trangez2016-02-291-1/+4
* base: Mark Data.Type.Equality as TrustworthyBen Gamari2016-02-291-0/+1
* Missing Proxy instances, make U1 instance more Proxy-likeRyanGlScott2016-02-296-12/+69
* GHC.Generics: Ensure some, many for U1 don't bottomBen Gamari2016-02-261-0/+3
* Update transformer submodule to v0.5.2.0 releaseHerbert Valerio Riedel2016-02-261-0/+0
* Fix and refactor strict pattern bindingsSimon Peyton Jones2016-02-261-0/+5
* Typos in comments, etc.Gabor Greif2016-02-261-1/+1
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-253-0/+0
* Mark tests for #11643, #11644, #11645 and #9406 expect_brokenThomas Miedema2016-02-251-0/+0
* Handle multiline named haddock comments properlyThomas Miedema2016-02-251-1/+1
* Add more type class instances for GHC.GenericsRyanGlScott2016-02-258-26/+497
* base: A selection of fixes to the comments in GHC.StatsDavid Turner2016-02-251-17/+31
* Overload the static form to reduce verbosity.Facundo Domínguez2016-02-251-0/+8
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-246-39/+80
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-234-121/+121
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-236-405/+405
* Fix GHC.Stats documentation markup (#11619)Thomas Miedema2016-02-211-0/+5
* Fix a double-free bug in -fexternal-interpreterSimon Marlow2016-02-201-1/+0
* A few more typos in non-codeGabor Greif2016-02-191-1/+1
* Unwire Typeable representation typesBen Gamari2016-02-181-1/+1
* Remove extraneous fundeps on (~)Richard Eisenberg2016-02-171-1/+5
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-173-0/+0
* Testsuite: delete only_compiler_types, assume ghcThomas Miedema2016-02-163-0/+0
* Update directory submodule to v1.2.5.1 releaseHerbert Valerio Riedel2016-02-141-0/+0
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-126-6/+32
* Restore derived Eq instance for SrcLocRyanGlScott2016-02-091-1/+2
* Fix haddocks for TypeErrorBen Gamari2016-02-071-4/+4
* Add a derived `Show SrcLoc` instanceEric Seidel2016-02-061-0/+3