summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use ghc-prim < 0.7, not <= 0.6.1, as upper version boundsRyan Scott2019-04-091-1/+1
* testsuite: Add testcase for #16111Ben Gamari2019-04-043-0/+16
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Inline the definition of 'ap' in the Monad lawsChris Martin2019-04-031-2/+2
* base: Add documentation that liftA2 used to not be a typeclass methodAndrew Martin2019-04-031-0/+3
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* Add support for bitreverse primopAlexandre2019-04-012-0/+38
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-271-1/+1
* Correct duplicate 4.12.0.0 entry in base's changelogRyan Scott2019-03-251-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-254-4/+4
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-2210-31/+11
* Fix typo [skip ci]Alexandre Esteves2019-03-211-1/+1
* base: Depend upon shlwapi on WindowsBen Gamari2019-03-203-1/+9
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1526-39/+39
* base: Allow fusion for zip7 and relatedAlexandre2019-02-243-0/+34
* hWaitForInput-accurate-socket testTom Sydney Kerckhove2019-02-233-0/+25
* Text.ParserCombinators.ReadP: use NonEmpty in FinalVaibhav Sagar2019-02-211-19/+22
* Add comments about how zip fusionSimon Peyton Jones2019-02-202-26/+65