summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* base: Document the fact that Typeable is automatically "derived"Ben Gamari2019-10-081-0/+4
* Switch to cabal-version=3.0 in base.cabal and rts.cabalAndrey Mokhov2019-10-071-1/+1
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-043-0/+31
* docs String, hyperlink to Data.ListJames Brock2019-10-031-0/+1
* Do not rely on CUSKs in 'base'Vladislav Zavialov2019-09-302-3/+8
* Expand description of DataKinds to mention data constructors, and include men...chris-martin2019-09-271-3/+8
* Clarify the purpose and status of the GHC.TypeLits modulechris-martin2019-09-271-3/+9
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-2510-332/+357
* base: Add link to "A reflection on types"Ben Gamari2019-09-241-0/+1
* base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568Adam Sandberg Eriksson2019-09-235-6/+33
* Fix haddocks for marker events in Debug.TraceAlp Mestanogullari2019-09-211-1/+1
* Add predicates for testing if IOError is ResourceVanished.Andrew Martin2019-09-132-0/+29
* Windows: make openTempFile fully atomic.Tamar Christina2019-09-112-29/+47
* Use C99 Fixed width types to avoid hack in base's configureJohn Ericson2019-09-013-27/+22
* base: Reintroduce fusion for scanrTDecki2019-08-222-1/+46
* 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