summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reifyTypeOfThing: panic on impossible caseswip/reify-typeVladislav Zavialov2019-07-251-1/+4
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-2513-1/+104
* 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
* rts: Rename the nondescript initProfiling2 to refreshProfilingCCSsDaniel Gröber2019-07-163-6/+5
* rts: Divorce init of Heap profiler from CCS profilerDaniel Gröber2019-07-164-79/+52
* Revert "Add support for SIMD operations in the NCG"Ben Gamari2019-07-1645-1512/+246
* Sort out Hadrian colored output flags (fix #16397)Artem Pelenitsyn2019-07-164-38/+20
* PV is not P (#16611)Vladislav Zavialov2019-07-152-42/+133
* Decouple AddAnn from PVladislav Zavialov2019-07-153-14/+13
* Add a note in the simplifier about in-scope set as a substitutionArnaud Spiwack2019-07-153-5/+45
* gitlab-ci: Disable submodule linter for nowBen Gamari2019-07-151-1/+2
* primops: haddock: Fix typo in referenced function.Niklas Hambüchen2019-07-141-1/+1
* rename type parameter in `instance Applicative ((->) a)`, fixing #16928xplorld2019-07-144-4/+4
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-1459-108/+108