summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DmdAnal: No need to attach a StrictSig to DataCon workerswip/dmdanal-datacon-sigSebastian Graf2020-04-085-33/+28
* Modules: type-checker (#13009)Sylvain Henry2020-04-07243-1811/+1850
* simplifier: Kill off ufKeenessFactorBen Gamari2020-04-0711-85/+43
* Re-export GHC.Magic.noinline from baseSebastian Graf2020-04-071-1/+1
* rts: ProfHeap: Fix memory leak when not compiled with profilingDaniel Gröber2020-04-071-1/+1
* Refactoring onlySimon Peyton Jones2020-04-061-25/+36
* Fix an tricky specialiser loopSimon Peyton Jones2020-04-065-123/+432
* Don't override proc CafInfos in ticky buildsÖmer Sinan Ağacan2020-04-062-5/+37
* Enable ImpredicativeTypes internally when typechecking selector bindingsRyan Scott2020-04-043-0/+59
* Revert accidental change in 9462452Ömer Sinan Ağacan2020-04-031-2/+0
* Major improvements to the specialiserSimon Peyton Jones2020-04-0315-391/+715
* Turn newlines into spaces for hadrian/ghci.Andreas Klebinger2020-04-032-2/+4
* Fix haddock formatting in Control.Monad.ST.Lazy.Imp.hsMaxim Koltsov2020-04-031-3/+3
* Refactor CmmStaticsSylvain Henry2020-04-0326-127/+101
* Move blob handling into StgToCmmSylvain Henry2020-04-0311-39/+59
* Testsuite: measure compiler stats for T16190Sylvain Henry2020-04-031-1/+1
* Add singleton to NonEmpty in libraries/baseMoritz Bruder2020-04-032-0/+10
* Improve and refactor StgToCmm codegen for DataCons.Andreas Klebinger2020-04-033-79/+172
* Add outputable instances for the types in GHC.Iface.Ext.Types, add -ddump-hieZubin Duggal2020-04-036-47/+107
* Fix two ASSERT buglets in reifyDataConRyan Scott2020-04-024-2/+22
* Update Stack resolver for hadrian/build-stackSylvain Henry2020-04-022-6/+2
* Make Hadrian build with Cabal-3.2Ryan Scott2020-04-023-3/+18
* Session: Memoize stderrSupportsAnsiColorsBen Gamari2020-04-022-4/+11
* Remove unused closure stg_IND_directÖmer Sinan Ağacan2020-04-022-10/+0
* Fix a pointer format string in RTSÖmer Sinan Ağacan2020-04-021-1/+1
* Preserve precise exceptions in strictness analysisSebastian Graf2020-04-025-22/+77
* Re-engineer the binder-swap transformationSimon Peyton Jones2020-04-0219-659/+657
* Make hadrian pass on the no-colour setting to GHC.Andreas Klebinger2020-04-011-0/+3
* PmCheck: Adjust recursion depth for inhabitation testSebastian Graf2020-04-015-9/+98
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-0114-97/+114
* Fix the changelog/@since information for hGetContents'/getContents'/readFile'Ryan Scott2020-04-013-6/+6
* Clean up "Eta reduction for data families" NotesRyan Scott2020-04-017-21/+31
* integer-gmp: Bump version and add changelog entryBen Gamari2020-03-312-1/+7
* Update hadrian index revision.Andreas Klebinger2020-03-311-1/+1
* base: Ensure that encoding global variables aren't inlinedBen Gamari2020-03-311-0/+10
* Simplify stderrSupportsAnsiColorsÖmer Sinan Ağacan2020-03-311-13/+6
* Add regression test for #17963Ryan Scott2020-03-313-0/+29
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-3121-81/+28
* Expect T4267 to passSylvain Henry2020-03-301-2/+1
* Minor cleanupKrzysztof Gogolewski2020-03-2910-53/+53
* Run checkNewDataCon before constraint-solving newtype constructorsRyan Scott2020-03-294-4/+21
* gitlab-ci: Add FreeBSD release jobBen Gamari2020-03-291-0/+5
* Apply suggestion to libraries/base/Data/Bits.hsAndreas Klebinger2020-03-291-1/+1
* Correct haddocks for testBit in Data.BitsAndreas Klebinger2020-03-291-4/+8
* testsuite: Remove test that dlopens a PIE object.Marius Bakke2020-03-294-21/+1
* Store ComponentId detailsSylvain Henry2020-03-2915-95/+173
* testsuite: Mark T12971 as broken on WindowsBen Gamari2020-03-291-1/+1
* testsuite: Fix T17786Ben Gamari2020-03-292-2/+2
* testsuite: Fix T17786 on WindowsBen Gamari2020-03-291-2/+2
* Demand analysis: simplify the demand for a RHSSimon Peyton Jones2020-03-2913-434/+445