summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: fix T12010 for realThomas Miedema2016-05-223-11/+7
* Fix failing T12010Tamar Christina2016-05-213-5/+6
* Use the correct return type for Windows' send()/recv() (Fix #12010)Tamar Christina2016-05-197-29/+131
* Testsuite: don't skip concio001 and concio001_thrThomas Miedema2016-05-172-4/+4
* Make Generic1 poly-kindedRyanGlScott2016-05-123-48/+73
* base: Export runRW# from GHC.ExtsBen Gamari2016-05-041-0/+3
* Export oneShot from GHC.ExtsJoachim Breitner2016-05-041-1/+1
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-022-9/+20
* Export constructors for IntPtr and WordPtrRyanGlScott2016-05-024-5/+40
* Testsuite: fixup lots of testsThomas Miedema2016-04-264-11/+11
* Testsuite: Delete test for deprecated "packedstring"Thomas Miedema2016-04-263-15/+1
* Mark GHC.Stack.Types TrustworthyHerbert Valerio Riedel2016-04-191-1/+2
* 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-113-34/+109
* 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
* Kill the magic of AnyBen Gamari2016-03-301-0/+3
* Defer inlining of Ord methodsBen Gamari2016-03-302-26/+174
* 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
* 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-244-25/+155
* 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
* Add doc to (<$>) explaining its relationship to ($)Chris Martin2016-03-111-0/+9
* Make `catch` lazy in the actionBen Gamari2016-03-116-1/+52
* Use catchException in a few more placesBen Gamari2016-03-112-4/+4
* Using unsafe foreign import for rtsSupportsBoundThreads (part of #9696)Marcin Mrotek2016-03-053-6/+6
* 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
* Typos in comments, etc.Gabor Greif2016-02-261-1/+1
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-253-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