summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Packages: Add timing for package database initializationwip/pkgdb-timingBen Gamari2019-07-301-2/+7
* hadrian: relink to the flavours doc in the ghc repoDale Wijnand2019-07-281-1/+1
* base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge...Fumiaki Kinoshita2019-07-282-0/+46
* Add regression test for #16946nineonine2019-07-262-0/+13
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-267-0/+92
* reifyTypeOfThing: panic on impossible casesVladislav Zavialov2019-07-261-1/+4
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-2613-1/+104
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-269-13/+58
* Banish reportFloatingViaTvs to the shadow realm (#15831, #16181)Ryan Scott2019-07-2616-159/+374
* Printer: add an empty line between bindings in Rec STG binding groupsÖmer Sinan Ağacan2019-07-251-1/+1
* Make DefUses = OrdList DefUseRyan Scott2019-07-253-7/+10
* Drop unused helpers 'mkTyClGroup' and 'emptyTyClGroup'Vladislav Zavialov2019-07-241-13/+1
* ASSERT(vis_flag==ForallInvis) in hsScopedTvsVladislav Zavialov2019-07-241-8/+53
* gitlab-ci: Fix source tarball jobBen Gamari2019-07-241-3/+5
* Make stage 1 GHC target independentJohn Ericson2019-07-244-45/+7
* Simon and I like to work in hsSyn, too.Richard Eisenberg2019-07-231-0/+1
* Hadrian: run the testsuite in Windows CI jobAlp Mestanogullari2019-07-233-11/+20
* Remove fix-submodules.pyÖmer Sinan Ağacan2019-07-232-60/+0
* Make sure to load interfaces when running :instancesXavier Denis2019-07-235-1/+32
* ghc-cabal: Use fromFlagOrDefault instead of fromFlagBen Gamari2019-07-211-2/+2
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-217-13/+79
* Do not ignore events deletion when events to be added are provided (#16916)Ivan Kasatenko2019-07-214-4/+51
* Expose the GhcPrelude module.Andreas Klebinger2019-07-211-3/+1
* hadrian: Remove RTS -Waggregate-return warningMatthew Pickering2019-07-201-1/+0
* Bump nofib submodule.Andreas Klebinger2019-07-201-0/+0
* Line wrap when pp long expressions (fixes #16874)Alfredo Di Napoli2019-07-205-2/+27
* Added do-notation examples for Functor, Applicative and Monad combinators.Baldur Blöndal2019-07-204-0/+179
* Add module doc for Plugins.Richard Eisenberg2019-07-191-0/+5
* Don't maintainer-clean libraries/ghc-boot/ghc.mk (#16953)Ryan Scott2019-07-191-1/+5
* users-guide: corrected -fmax-relevant-binds reverse to be -fno-max-relevant-b...James Foster2019-07-191-3/+3
* Make generated ghc-stage<n> scripts executableSebastian Graf2019-07-191-3/+4
* Fix #16870 by improving documentation (only)Richard Eisenberg2019-07-192-6/+4
* Drop the orphan roles check (#16941)Vladislav Zavialov2019-07-192-38/+13
* Hide "Loading package environment" message with -v0 (fix #16879)Artem Pelenitsyn2019-07-192-169/+170
* testsuite: Mark T4808 as broken in threaded2 wayBen Gamari2019-07-181-1/+1
* testsuite: Unmark recomp007 as brokenBen Gamari2019-07-181-1/+0
* testsuite: Mark test-hole-plugin as req_thBen Gamari2019-07-181-1/+2
* testsuite: Skip forking tests in profiled waysBen Gamari2019-07-182-0/+0
* testsuite: Fix some ints used as boolsBen Gamari2019-07-181-10/+10
* testsuite: Print output from hp2psBen Gamari2019-07-181-1/+1
* testsuite: Mark hWaitForInput-accurate-stdin as broken in all threaded waysBen Gamari2019-07-181-1/+1
* Fix formatting of --info's "Debug on" fieldBen Gamari2019-07-182-4/+2
* testsuite: Fix req_thBen Gamari2019-07-182-1/+4
* testsuite: Set -dinitial-unique when reversing uniquesBen Gamari2019-07-183-3/+3
* testsuite: Mark static-plugins as broken in profiled waysBen Gamari2019-07-181-0/+1
* Add HasDebugCallStack to unionListsBen Gamari2019-07-181-1/+1
* testsuite: More type checking fixesBen Gamari2019-07-186-98/+174
* gitlab-ci: Run slow validate in -debug jobBen Gamari2019-07-181-0/+2
* Make GHC-in-GHCi work on WindowsSebastian Graf2019-07-174-6/+12
* Create {Int,Word}32RepJohn Ericson2019-07-1712-45/+81