summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Fix haddocks for marker events in Debug.TraceAlp Mestanogullari2019-09-211-1/+1
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-0/+0
* Add predicates for testing if IOError is ResourceVanished.Andrew Martin2019-09-132-0/+29
* Bump Cabal submodule to 3.1Sebastian Graf2019-09-121-0/+0
* Windows: make openTempFile fully atomic.Tamar Christina2019-09-112-29/+47
* Make sure all boolean settings entries use `YES` / `NO`John Ericson2019-09-051-3/+3
* Use C99 Fixed width types to avoid hack in base's configureJohn Ericson2019-09-013-27/+22
* Some tweaks in GHC.Compact haddocksÖmer Sinan Ağacan2019-08-271-14/+17
* base: Reintroduce fusion for scanrTDecki2019-08-222-1/+46
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-153-3/+1
* Fix binary distributionTamar Christina2019-08-131-1/+0
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-0/+3
* Revert "Make scanr a good producer and consumer"Ben Gamari2019-08-072-18/+2
* testsuite: Add tests for #16943Ben Gamari2019-08-075-0/+23
* Introduce a type for "platform word size", use it instead of IntÖmer Sinan Ağacan2019-08-061-3/+35
* Add Note [RuntimeRep and PrimRep] in RepTypeRichard Eisenberg2019-07-291-0/+2
* base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge...Fumiaki Kinoshita2019-07-282-0/+46
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-266-0/+84
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-265-1/+22
* Make stage 1 GHC target independentJohn Ericson2019-07-241-2/+2
* 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: Skip forking tests in profiled waysBen Gamari2019-07-182-0/+0
* testsuite: Mark hWaitForInput-accurate-stdin as broken in all threaded waysBen Gamari2019-07-181-1/+1
* Create {Int,Word}32RepJohn Ericson2019-07-173-0/+4
* rename type parameter in `instance Applicative ((->) a)`, fixing #16928xplorld2019-07-141-1/+1
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-143-8/+8
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-141-0/+1
* Remove purely external primopsJohn Ericson2019-07-145-1/+111
* base: Data.Fixed: make HasResolution poly-kinded (#10055, #15622)Ashley Yakeley2019-07-132-6/+17
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-093-0/+74
* Fix #16895 by checking whether infix expression operator is a variablenineonine2019-07-052-6/+13
* Bump parsec submodule to 3.1.14.0Ben Gamari2019-07-041-0/+0
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-032-2/+2
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-025-21/+66
* No atomics on arm32; this will just yield stubs.Moritz Angermann2019-07-021-0/+2
* getExecutablePath: get path from sysctl on FreeBSDFraser Tweedale2019-06-271-0/+47
* Bump Cabal submodule to what will become 3.0.0.0Ben Gamari2019-06-251-0/+0
* Bump containers submodule to v0.6.2.1Ben Gamari2019-06-251-0/+0
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-222-0/+37
* 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