summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix binary distributionwip/ghc-fix-bin-distTamar Christina2019-08-101-1/+0
* Reformat comments in StgSynÖmer Sinan Ağacan2019-08-101-158/+141
* Add test for #16893Ömer Sinan Ağacan2019-08-103-0/+93
* Add timing on loadInterfaceBen Gamari2019-08-101-1/+2
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-1013-43/+78
* Revert "Make scanr a good producer and consumer"Ben Gamari2019-08-072-18/+2
* testsuite: Add tests for #16943Ben Gamari2019-08-075-0/+23
* Fix bug preventing information about patterns from being serialized in .hie f...Zubin Duggal2019-08-0711-18/+159
* Fix testmniip2019-08-071-1/+1
* Fix documentationmniip2019-08-071-2/+2
* Explicitly number equations when printing axiom incompatibilitiesmniip2019-08-073-26/+32
* Fix testmniip2019-08-071-9/+7
* Add a -fprint-axiom-incomps option (#15546)mniip2019-08-078-25/+103
* Introduce a type for "platform word size", use it instead of IntÖmer Sinan Ağacan2019-08-0611-60/+86
* Remove old/broken(?) .ghci scriptMatthew Pickering2019-08-061-11/+0
* hadrian: Refactor file patterns for future Shake changes (fixes #17005)James Foster2019-08-0616-120/+120
* Remove dead parameter from coreToStgAppSimon Peyton Jones2019-08-061-15/+8
* testsuite: Rework tracking of fragile testsBen Gamari2019-08-043-7/+18
* configure: Search for LLVM executables with two-number versionsBen Gamari2019-08-041-2/+3
* testsuite: Add testsuite for #16978Ben Gamari2019-08-042-0/+30
* Don't float unlifted join points to top levelSimon Peyton Jones2019-08-041-2/+11
* Update .gitignoreMatthew Pickering2019-08-041-1/+11
* gitlab-ci: Manually set SPHINXBUILD on WindowsBen Gamari2019-08-041-0/+1
* 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