summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix scoping of implicit parameterswip/T17104Simon Peyton Jones2019-08-294-3/+33
* gitlab-ci: Fix URL of Darwin's cabal-install tarballBen Gamari2019-08-292-1/+2
* Fix LLVM version check yet againÖmer Sinan Ağacan2019-08-294-47/+52
* Remove Unused flag -ddump-shape [skip ci]luca2019-08-281-4/+0
* Balance parentheses in GHC 8.10.1 release notesRyan Scott2019-08-281-3/+3
* Fix #17112Sebastian Graf2019-08-283-27/+54
* Return results of Cmm streams in backendsÖmer Sinan Ağacan2019-08-287-46/+72
* Remove redundant OPTIONS_GHC in BlockLayout.hsAndreas Klebinger2019-08-271-3/+0
* Some tweaks in GHC.Compact haddocksÖmer Sinan Ağacan2019-08-271-14/+17
* Some more documentation for typePrimRep1 stuffÖmer Sinan Ağacan2019-08-273-3/+14
* configure.ac: fix '--disable-dwarf-debug'Sergei Trofimovich2019-08-231-5/+6
* Use variable length encoding for Binary instances.Andreas Klebinger2019-08-231-95/+246
* Make non-streaming LLVM and C backends streamingÖmer Sinan Ağacan2019-08-234-20/+19
* Remove special case in SRT generation with -split-sectionsÖmer Sinan Ağacan2019-08-221-26/+5
* base: Reintroduce fusion for scanrTDecki2019-08-222-1/+46
* Add documentation for Hadrian expressionsJames Foster2019-08-222-0/+334
* Doc: add Haddocks for quotRemWord2 primopSylvain Henry2019-08-221-2/+2
* gitlab-ci: Add Windows full build during the nightly pipelineBen Gamari2019-08-221-0/+13
* gitlab-ci: Update bootstrap compiled used for Darwin buildsBen Gamari2019-08-191-2/+2
* Remove Bag fold specialisations (#16969)Richard Lupton2019-08-1922-75/+50
* Use Foldable instance of Bag for specialised Bag folds (#16969)Richard Lupton2019-08-191-19/+26
* Re-export foldlM and foldrM from Data.Foldable in MonadUtils (#16969)Richard Lupton2019-08-191-9/+1
* Generalized MonadUtils folds to Foldable (#16969)Richard Lupton2019-08-191-6/+5
* Fix COMPACT_NFDATA closure size, more CNF sanity checkingÖmer Sinan Ağacan2019-08-182-20/+30
* expose ModuleInfo.minf_rdr_env for tooling authorsSam Halliday2019-08-181-0/+4
* Fix #17067 by making data family type constructors actually injectiveRyan Scott2019-08-183-2/+15
* Typo fix in CoreToStgÖmer Sinan Ağacan2019-08-181-5/+5
* Faster exactLog2Sylvain Henry2019-08-181-14/+8
* 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