summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings-silencing flags for code generated by AlexSimon Jakobi2018-11-225-71/+11
* Calling gcc: Pass optc flags as last options (#14452)Roland Senn2018-11-225-1/+15
* Fix #15852 by eta expanding data family instance RHSes, tooRyan Scott2018-11-2214-47/+115
* Refactor TcRnMonad.mapAndRecoverMSimon Jakobi2018-11-222-1/+6
* Fix uninformative hp2ps error when the cmdline contains double quotesZejun Wu2018-11-226-76/+112
* Load plugins in interactive sessionChristiaan Baaij2018-11-2214-6/+112
* Fix deadlock bug when mkFastStringWith is duplicatedZejun Wu2018-11-222-3/+5
* plugins10 no longer brokenChristiaan Baaij2018-11-222-4/+6
* rts.cabal.in: force inclusion of findPtr/_findPtr symbol only with debug flagAlp Mestanogullari2018-11-223-13/+18
* Hadrian: work around Cabal's/GHC's different Arch/OS stringsAlec Theriault2018-11-222-4/+22
* rts: fix Windows megablock allocatorTamar Christina2018-11-221-5/+14
* Don't reverse explicit export lists during renamingSimon Jakobi2018-11-222-24/+33
* Fixup the new code layout patch for SplitObjs.klebinger.andreas@gmx.at2018-11-221-3/+7
* testuite: update more windows tests outputsTamar Christina2018-11-226-4/+53
* rts: Fix bss initialization on WindowsTamar Christina2018-11-221-7/+6
* rts/M32Alloc: Abort if m32 linker mmap failsBen Gamari2018-11-221-0/+3
* Add test for #15437Matthew Pickering2018-11-223-0/+21
* base: Mention openFile throwing does-not-exist-errors on FIFOsBen Gamari2018-11-221-1/+3
* Fix GhostScript detection (Trac #15856)Krzysztof Gogolewski2018-11-223-12/+3
* Rename literal constructorsSylvain Henry2018-11-2240-427/+442
* users guide: We no longer build libraries with -split-objsBen Gamari2018-11-221-1/+1
* Minor performance optimisationGabor Greif2018-11-221-5/+5
* another minor refactoringGabor Greif2018-11-221-4/+4
* Fix heap corruption during stable name allocationÖmer Sinan Ağacan2018-11-211-2/+13
* Remove redundant check in cgCaseÖmer Sinan Ağacan2018-11-201-7/+4
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-1916-376/+408
* hadrian: make it possible to run the testsuite with quickest and quickAlp Mestanogullari2018-11-191-2/+6
* eventlog: Log the current stack size when stack overflowsMatthew Pickering2018-11-192-1/+10
* Tiny refactor in exitSchedulerÖmer Sinan Ağacan2018-11-191-3/+1
* Fix typo in docsChris Done2018-11-181-1/+1
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-1734-77/+952
* Fix trac #15702, as a followon to fix for #13704.Chris Smith2018-11-176-14/+44
* Minor refactoringGabor Greif2018-11-171-13/+13
* Remove -Wamp flag (#11477)roland2018-11-171-0/+2
* More compact Outputable instance for `Uniq(D)Set`Sebastian Graf2018-11-172-2/+4
* Speed up MonadUtils.mapMaybeMSimon Jakobi2018-11-171-5/+4
* Fix #12906: GHC fails to typecheck Main module without mainRoland Senn2018-11-174-6/+23
* Fix #12525: Remove derived bindings from the TyThings from getBindingsRoland Senn2018-11-174-2/+35
* Building GHC with hadrian on FreeBSDKrzysztof Gogolewski2018-11-171-2/+2
* fix T15898Alp Mestanogullari2018-11-171-1/+0
* NCG: New code layout algorithm.Andreas Klebinger2018-11-1734-334/+2374
* Fix a typo in the description of -fabstract-refinement-hole-fitsDmitry Ivanov2018-11-171-1/+1
* user's guide: typo in ViewPatterns exampleBen Price2018-11-171-1/+1
* Some assertions and comments in schedulerÖmer Sinan Ağacan2018-11-173-3/+10
* Add missing stderr file for Trac #15898Simon Peyton Jones2018-11-161-0/+52
* More efficient, non-allocating unsafeLookupStaticPtrÖmer Sinan Ağacan2018-11-163-6/+6
* bump haddock submoduleAlp Mestanogullari2018-11-161-0/+0
* Smarter HsType pretty-print for promoted dataconsSimon Peyton Jones2018-11-1523-95/+162
* Comments adding to the fix for Trac #15859Simon Peyton Jones2018-11-152-5/+28
* Comments only, about polykinded TyConAppsSimon Peyton Jones2018-11-151-1/+13