summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-211-0/+2
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-193-1/+123
* Add 'stringEncodeArch' and 'stringEncodeOS' to GHC.PlatformJohn Ericson2019-06-191-0/+61
* Move 'Platform' to ghc-bootJohn Ericson2019-06-192-0/+191
* 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
* Bump unix submoduleBen Gamari2019-06-151-0/+0
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-147-5/+15
* testsuite: A more portable solution to #9399Ben Gamari2019-06-136-25/+23
* process: Bump submoduleBen Gamari2019-06-121-0/+0
* Bump unix submoduleBen Gamari2019-06-121-0/+0
* 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
* Bump terminfo to 0.4.1.4Ben Gamari2019-06-121-0/+0
* Bump time submodule to 1.9.3Ben Gamari2019-06-121-0/+0
* Bump Cabal submoduleBen Gamari2019-06-121-0/+0
* Bump binary to 0.8.7.0Ben Gamari2019-06-121-0/+0
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-113-8/+19
* ghc-heap: Add closure_size_noopt testBen Gamari2019-06-104-56/+77
* testsuite: Fix and extend closure_size testBen Gamari2019-06-102-12/+84
* 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-076-1/+20
* Factor out 'getLibDir' / 'getBaseDir' into a new GHC.BaseDir ghc-boot moduleJohn Ericson2019-06-072-0/+62
* 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
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-312-0/+16
* 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 Template Haskell cross compilation on 64 bit compiler with 32 bit targetLuite Stegeman2019-05-222-7/+8
* Fix doc for Data.Function.fix.Javran Cheng2019-05-211-1/+1
* Guard CUSKs behind a language pragmaVladislav Zavialov2019-05-141-0/+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
* Implement ImportQualifiedPostShayne Fletcher2019-05-081-0/+1
* Fix #16603 by documenting some important changes in changelogsRyan Scott2019-05-081-0/+8
* [ typo ] 'castFloatToWord32' -> 'castFloatToWord64'gallais2019-05-041-1/+1
* Make Extension derive BoundedShayne Fletcher2019-05-031-1/+1
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-05-032-4/+4