summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-04gitlab-ci: Manually set SPHINXBUILD on WindowsBen Gamari
2019-08-03Hadrian: make settings, platformConstants, etc dependencies of lib:ghcAlp Mestanogullari
2019-08-03Packages: Add timing for package database initializationBen Gamari
2019-08-03rts: Always truncate output filesBen Gamari
2019-08-03Add Note [withTiming] in compiler/main/ErrUtils.hsAlp Mestanogullari
2019-08-03compiler: emit finer grained codegen events to eventlogAlp Mestanogullari
2019-08-02docs: fixs -prof links in rts-flags sectionAdam Sandberg Eriksson
2019-08-02Remove build.nix.shKrzysztof Gogolewski
2019-08-02Use injectiveVarsOfType to catch dodgy type family instance binders (#17008)Ryan Scott
2019-08-02Rip out 9-year-old pattern variable hack (#17007)Ryan Scott
2019-08-02Add StandaloneDeriving example for DerivingVia.Andreas Klebinger
2019-08-01Fix T16916 CI failures (#16966)Ivan Kasatenko
2019-07-31gitlab-ci: Fix it after upgradeBen Gamari
2019-07-31Work around redundant import issueBen Gamari
2019-07-31Move tyConAppNeedsKindSig to TypeBen Gamari
2019-07-31gitignore: Add .mypy_cacheBen Gamari
2019-07-31Break up TyCoRepBen Gamari
2019-07-30Apply a missing substitution in mkEtaWW (#16979)Simon Peyton Jones
2019-07-30Expand the preallocated Int range to [-16,255]Andreas Klebinger
2019-07-29hadrian: Drop a stale limitation tracking issueDale Wijnand
2019-07-29Add Note [RuntimeRep and PrimRep] in RepTypeRichard Eisenberg
2019-07-28hadrian: relink to the flavours doc in the ghc repoDale Wijnand
2019-07-28base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge...Fumiaki Kinoshita
2019-07-26Add regression test for #16946nineonine
2019-07-26ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson
2019-07-26reifyTypeOfThing: panic on impossible casesVladislav Zavialov
2019-07-26TemplateHaskell: reifyType (#16976)Vladislav Zavialov
2019-07-26Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine
2019-07-26Banish reportFloatingViaTvs to the shadow realm (#15831, #16181)Ryan Scott
2019-07-25Printer: add an empty line between bindings in Rec STG binding groupsÖmer Sinan Ağacan
2019-07-25Make DefUses = OrdList DefUseRyan Scott
2019-07-25Drop unused helpers 'mkTyClGroup' and 'emptyTyClGroup'Vladislav Zavialov
2019-07-25ASSERT(vis_flag==ForallInvis) in hsScopedTvsVladislav Zavialov
2019-07-24gitlab-ci: Fix source tarball jobBen Gamari
2019-07-24Make stage 1 GHC target independentJohn Ericson
2019-07-24Simon and I like to work in hsSyn, too.Richard Eisenberg
2019-07-24Hadrian: run the testsuite in Windows CI jobAlp Mestanogullari
2019-07-23Remove fix-submodules.pyÖmer Sinan Ağacan
2019-07-23Make sure to load interfaces when running :instancesXavier Denis
2019-07-21ghc-cabal: Use fromFlagOrDefault instead of fromFlagBen Gamari
2019-07-21Fix #8487: Debugger confuses variablesRoland Senn
2019-07-21Do not ignore events deletion when events to be added are provided (#16916)Ivan Kasatenko
2019-07-21Expose the GhcPrelude module.Andreas Klebinger
2019-07-20hadrian: Remove RTS -Waggregate-return warningMatthew Pickering
2019-07-20Bump nofib submodule.Andreas Klebinger
2019-07-20Line wrap when pp long expressions (fixes #16874)Alfredo Di Napoli
2019-07-20Added do-notation examples for Functor, Applicative and Monad combinators.Baldur Blöndal
2019-07-19Add module doc for Plugins.Richard Eisenberg
2019-07-19Don't maintainer-clean libraries/ghc-boot/ghc.mk (#16953)Ryan Scott
2019-07-19users-guide: corrected -fmax-relevant-binds reverse to be -fno-max-relevant-b...James Foster