summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: fixup lots of testsThomas Miedema2016-04-265-11/+11
* Testsuite: Delete test for deprecated "packedstring"Thomas Miedema2016-04-263-15/+1
* Update unix submodule to v2.7.2.0 releaseHerbert Valerio Riedel2016-04-191-0/+0
* Update `pretty` submodule to v1.1.3.3 releaseHerbert Valerio Riedel2016-04-191-0/+0
* Update binary submodule to 0.8.3.0 releaseHerbert Valerio Riedel2016-04-191-0/+0
* Update deepseq submodule to latest 1.4.2.0 snapshotHerbert Valerio Riedel2016-04-191-0/+0
* Mark GHC.Stack.Types TrustworthyHerbert Valerio Riedel2016-04-191-1/+2
* Update `directory` submodule to v1.2.6.2 releaseHerbert Valerio Riedel2016-04-191-0/+0
* Update haskeline submodule to 0.7.2.3 releaseHerbert Valerio Riedel2016-04-171-0/+0
* Update `directory` submodule to v1.2.6.1 releaseHerbert Valerio Riedel2016-04-171-0/+0
* TH: Tweak Haddock languageBen Gamari2016-04-171-2/+2
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-176-6/+36
* Update array submodule to v0.5.1.1 release tagHerbert Valerio Riedel2016-04-171-0/+0
* Update `directory` submodule to v1.2.6.0 releaseHerbert Valerio Riedel2016-04-161-0/+0
* Use `@since` annotation in GHC.ExecutionStackHerbert Valerio Riedel2016-04-112-2/+2
* Deriving Functor-like classes should unify kind variablesRyanGlScott2016-04-111-6/+1
* Added (more) missing instances for Identity and ConstShane O'Brien2016-04-114-8/+19
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-114-34/+123
* Typos in NoteJoachim Breitner2016-04-101-8/+5
* base: Fix "since" annotation on GHC.ExecutionStackBen Gamari2016-04-102-2/+2
* Add doc to (<=<) comparing its type to (.)Chris Martin2016-04-101-1/+6
* Provide an optimized replicateM_ implementation #11795Michael Snoyman2016-04-101-5/+38
* Remove obsolete comment about the implementation of foldlJoachim Breitner2016-04-081-4/+0
* GHC.Base: Use thenIO in instance Applicative IOJoachim Breitner2016-04-081-3/+3
* Don't infer CallStacksEric Seidel2016-04-042-11/+11
* Bump binary submoduleBen Gamari2016-04-041-0/+0
* Kill the magic of AnyBen Gamari2016-03-302-1/+23
* ghc-prim: Mark unpackCStringUtf8# and unpackNBytes# as NOINLINEBen Gamari2016-03-301-5/+33
* Defer inlining of Ord methodsBen Gamari2016-03-303-31/+207
* ghc-prim: Delay inlining of {gt,ge,lt,le}Int to phase 1Ben Gamari2016-03-301-6/+12
* base: Fix haddock typoBen Gamari2016-03-291-1/+1
* base: Add comment noting import loopBen Gamari2016-03-291-0/+2
* 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