summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove old/broken(?) .ghci scriptwip/hadrian-remove-old-ghci-scriptMatthew Pickering2019-08-051-11/+0
* Hadrian: make settings, platformConstants, etc dependencies of lib:ghcAlp Mestanogullari2019-08-024-18/+19
* Packages: Add timing for package database initializationBen Gamari2019-08-021-2/+7
* rts: Always truncate output filesBen Gamari2019-08-025-6/+6
* Add Note [withTiming] in compiler/main/ErrUtils.hsAlp Mestanogullari2019-08-021-0/+95
* compiler: emit finer grained codegen events to eventlogAlp Mestanogullari2019-08-025-48/+64
* docs: fixs -prof links in rts-flags sectionAdam Sandberg Eriksson2019-08-021-7/+6
* Remove build.nix.shKrzysztof Gogolewski2019-08-021-34/+0
* Use injectiveVarsOfType to catch dodgy type family instance binders (#17008)Ryan Scott2019-08-028-90/+216
* Rip out 9-year-old pattern variable hack (#17007)Ryan Scott2019-08-024-37/+23
* Add StandaloneDeriving example for DerivingVia.Andreas Klebinger2019-08-021-0/+6
* Fix T16916 CI failures (#16966)Ivan Kasatenko2019-08-011-4/+8
* gitlab-ci: Fix it after upgradeBen Gamari2019-07-311-2/+2
* Work around redundant import issueBen Gamari2019-07-311-1/+1
* Move tyConAppNeedsKindSig to TypeBen Gamari2019-07-314-276/+270
* gitignore: Add .mypy_cacheBen Gamari2019-07-311-0/+1
* Break up TyCoRepBen Gamari2019-07-3129-2522/+2658
* Apply a missing substitution in mkEtaWW (#16979)Simon Peyton Jones2019-07-304-8/+287
* Expand the preallocated Int range to [-16,255]Andreas Klebinger2019-07-302-2/+242
* hadrian: Drop a stale limitation tracking issueDale Wijnand2019-07-291-2/+0
* Add Note [RuntimeRep and PrimRep] in RepTypeRichard Eisenberg2019-07-295-3/+177
* 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