summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FastString: Reimplement in terms of pointer equalitywip/faststring-allocsMatthew Pickering2019-08-172-70/+41
* Document types of LitNumbers, minor refactoring in Literal.hsÖmer Sinan Ağacan2019-08-151-10/+28
* Cmm: constant folding `quotRem x 2^N`Sylvain Henry2019-08-151-11/+39
* Make add_info attach unfoldings (#16615)Tobias Dammers2019-08-156-40/+121
* Add test cases for #16615Tobias Dammers2019-08-154-0/+43
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-1535-40/+14
* GHCi supports not-necessarily-lifted join pointsRichard Eisenberg2019-08-1410-36/+130
* Use os.devnull instead of '/dev/null' in the testsuite driver.Andreas Klebinger2019-08-141-4/+26
* Rework the Binary Integer instance.Andreas Klebinger2019-08-141-22/+74
* Fix binary distributionTamar Christina2019-08-131-1/+0
* Add Foldable, Traversable instances for Uniq(D)FMSebastian Graf2019-08-132-4/+38
* 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