summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix testwip/safer-haskellMatthew Pickering2018-11-201-1/+1
* Add -fno-safe-haskell flagMatthew Pickering2018-11-207-5/+47
* 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
* Fix a bug in SRT generation (#15892)Simon Marlow2018-11-153-1/+75
* hadrian: build ghc-iserv-dynDavid Eichmann2018-11-143-15/+22
* Make `UniqDSet` a newtypeSebastian Graf2018-11-137-46/+79
* circleci: Disable pushing of test metrics if not validating upstreamBen Gamari2018-11-121-0/+4
* Correct link to GHC API in docs index.Shao Cheng2018-11-121-1/+1
* compareByPreference: handle the integer-gmp vs -simple caseAlp Mestanogullari2018-11-121-3/+22
* Remove StgBinderInfo and related computation in CoreToStgÖmer Sinan Ağacan2018-11-1210-248/+61
* Fix #15594 (--abi-hash with Backpack sometimes fails)Edward Z. Yang2018-11-118-3/+99
* Respect naming conventions in module RnUnbound.hs in fix for #15611Roland Senn2018-11-111-11/+11
* Ignore .gdb_history filesBen Gamari2018-11-111-0/+1
* iserv: Fix typo in cabal fileMatthew Pickering2018-11-111-1/+1
* GHCi does not need a main functionroland2018-11-115-3/+13
* Fix #15845 by defining etaExpandFamInstLHS and using itRyan Scott2018-11-089-34/+86
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-0721-1737/+1020
* Revert "CircleCI: Build DWARF-enabled Linux bindists"Ben Gamari2018-11-072-30/+0
* Revert "Multiple fixes / improvements for LLVM backend"Ben Gamari2018-11-075-67/+62
* Revert "Fix for T14251 on ARM"Ben Gamari2018-11-072-90/+39
* [LlvmCodeGen] Fixes for Int8#/Word8#Michal Terepeta2018-11-072-4/+4
* CircleCI: Build DWARF-enabled Linux bindistsBen Gamari2018-11-072-0/+30
* Bump directory submodule to 1.3.3.1Ben Gamari2018-11-071-0/+0
* integer-gmp: Fix TBA in changelogBen Gamari2018-11-071-1/+1
* Actually add test for #15859.Richard Eisenberg2018-11-051-0/+13
* Fix #15859 by checking, not assuming, an ArgFlagRichard Eisenberg2018-11-053-6/+11