summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Fix binary distributionTamar Christina2019-08-131-1/+0
* Revert "Make scanr a good producer and consumer"Ben Gamari2019-08-072-18/+2
* testsuite: Add tests for #16943Ben Gamari2019-08-075-0/+23
* base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge...Fumiaki Kinoshita2019-07-282-0/+46
* Do not ignore events deletion when events to be added are provided (#16916)Ivan Kasatenko2019-07-211-4/+4
* Added do-notation examples for Functor, Applicative and Monad combinators.Baldur Blöndal2019-07-204-0/+179
* testsuite: Mark T4808 as broken in threaded2 wayBen Gamari2019-07-181-1/+1
* testsuite: Mark hWaitForInput-accurate-stdin as broken in all threaded waysBen Gamari2019-07-181-1/+1
* Create {Int,Word}32RepJohn Ericson2019-07-171-0/+2
* rename type parameter in `instance Applicative ((->) a)`, fixing #16928xplorld2019-07-141-1/+1
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-142-6/+6
* Remove purely external primopsJohn Ericson2019-07-143-1/+5
* base: Data.Fixed: make HasResolution poly-kinded (#10055, #15622)Ashley Yakeley2019-07-132-6/+17
* getExecutablePath: get path from sysctl on FreeBSDFraser Tweedale2019-06-271-0/+47
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-222-0/+37
* Add more newtype-derived instances to Data.Ord.DownFumiaki Kinoshita2019-06-182-4/+26
* Data.Ord: give a field name getDown to DownFumiaki Kinoshita2019-06-183-4/+21
* base/Event/Poll: Drop POLLRDHUP enum itemBen Gamari2019-06-161-12/+0
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-152-2/+2
* testsuite: Skip hDuplicateTo001 in concurrent waysBen Gamari2019-06-151-1/+2
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-145-4/+13
* testsuite: A more portable solution to #9399Ben Gamari2019-06-136-25/+23
* testsuite: Mark T13167 as fragile in threaded2Ben Gamari2019-06-121-1/+1
* testsuite: Mark hWaitForInput-accurate-stdin as broken in threaded waysBen Gamari2019-06-121-1/+1
* base: Mark CPUTime001 as fragileBen Gamari2019-06-101-1/+1
* Introduce log1p and expm1 primopschessai2019-06-091-13/+9
* Explain that 'mappend' and '(<>)' should be the same [skip ci]Alexandre Baldé2019-06-091-0/+3
* base: Export FinalizersBen Gamari2019-06-071-0/+1
* remove backticks from markup - it doesn't mean what I think it meanscode5hot2019-06-071-1/+1
* Used terminology from a paper. Added it as a reference.code5hot2019-06-071-3/+4
* Update Traversable.hs with a note about an intuitive lawcode5hot2019-06-071-1/+7
* Fix isValidNatural: The BigNat in NatJ# must have at least 2 limbsSimon Jakobi2019-06-075-1/+18
* Improve ThreadId Show instanceNathan Collins2019-05-311-2/+2
* Implement (Functor.<$) for Data.Functor.{Compose,Product,Sum}Simon Jakobi2019-05-313-0/+5
* Implement (Functor.<$) for ArraySimon Jakobi2019-05-311-0/+9
* Don't lose parentheses in show SomeAsyncExceptionNathan Collins2019-05-291-1/+1
* base: Include (<$) in all exports of FunctorSimon Jakobi2019-05-272-3/+2
* Add a `NOINLINE` pragma on `someNatVal` (#16586)Iavor Diatchki2019-05-232-0/+62
* Revert "Add Generic tuple instances up to 15-tuple" #16688David Eichmann2019-05-231-48/+0
* Fix doc for Data.Function.fix.Javran Cheng2019-05-211-1/+1
* Add Generic tuple instances up to 15-tupleOleg Grenrus2019-05-101-0/+48
* stg_floatToWord32zh: zero-extend the Word32 (#16617)Kevin Buhr2019-05-081-1/+2
* Fix #16603 by documenting some important changes in changelogsRyan Scott2019-05-081-0/+8
* [ typo ] 'castFloatToWord32' -> 'castFloatToWord64'gallais2019-05-041-1/+1
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-05-032-4/+4
* Update autoconf scriptsBen Gamari2019-04-252-1598/+1732
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-04-177-68/+69
* base: Better document implementation implications of Data.TimeoutBen Gamari2019-04-131-16/+25
* removing x87 register support from native code genCarter Schonwald2019-04-102-17/+4