summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-245-24/+22
* 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
* Remove extraneous fundeps on (~)Richard Eisenberg2016-02-171-1/+5
* 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