summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-12Debugwip/debug-windows-hadrianBen Gamari
2019-04-12CODEOWNERS: Add simonmar as owner of rts/linkerBen Gamari
2019-04-11Update a panic messageÖmer Sinan Ağacan
2019-04-11Remove unused remilestoning scriptÖmer Sinan Ağacan
2019-04-11Hadrian: fix binary-dir with --docs=noneSylvain Henry
2019-04-11removing x87 register support from native code genCarter Schonwald
2019-04-10Use ghc-prim < 0.7, not <= 0.6.1, as upper version boundsRyan Scott
2019-04-10GHC no longer ever defines TABLES_NEXT_TO_CODE on its ownJoachim Breitner
2019-04-09gitlab: Bump cabal-install version used by Windows builds to 2.4Ben Gamari
2019-04-09Hadrian: fix library install paths in bindist Makefile (#16498)Sylvain Henry
2019-04-09docs: add a note about changes in memset unrolling to 8.10.1-notesArtem Pyanykh
2019-04-09codegen: use newtype for Alignment in BasicTypesArtem Pyanykh
2019-04-09codegen: fix memset unroll for small bytearrays, add 64-bit setsArtem Pyanykh
2019-04-09users-guide: Document how to disable package environmentsBen Gamari
2019-04-08Bump hpc submoduleRyan Scott
2019-04-08settings.in: ReformatJohn Ericson
2019-04-08testsuite: Show exit code of GHCi tests on failureÖmer Sinan Ağacan
2019-04-08Skip test ArithInt16 and ArithWord16 in GHCi wayÖmer Sinan Ağacan
2019-04-08Make `singleConstructor` cope with pattern synonymsSebastian Graf
2019-04-08Use ./hadrian/ghci.sh in .ghcidMatthew Pickering
2019-04-08Fix whitespace styleYuriy Syrovetskiy
2019-04-08testsuite: Unmark T16190 as brokenBen Gamari
2019-04-08Add `-optcxx` option (#16477)Yuriy Syrovetskiy
2019-04-08Fix #16500: look for interface files in -hidir flag in OneShot modePhuong Trinh
2019-04-08Generate straightline code for inline array allocationMichal Terepeta
2019-04-07Fix #16282.Eric Crockett
2019-04-04Tweak error messages for narrowly-kinded assoc default declsRyan Scott
2019-04-04Restore Xmm registers properly in StgCRun.cklebinger.andreas@gmx.at
2019-04-04testsuite: Add testcase for #16111Ben Gamari
2019-04-04Use funPrec, not topPrec, to parenthesize GADT argument typesRyan Scott
2019-04-04Fix #16518 with some more kind-splitting smartsRyan Scott
2019-04-04Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy
2019-04-03gitlab: Fix label names in issue templatesBen Gamari
2019-04-03gitlab-ci: Build hyperlinked sources for releasesBen Gamari
2019-04-03Fix Uncovered set of literal patternsSebastian Graf
2019-04-03configure: Always use AC_LINK_ELSEIF when testing against assemblerBen Gamari
2019-04-03Inline the definition of 'ap' in the Monad lawsChris Martin
2019-04-03Correct two misspellings of "separately"Chris Martin
2019-04-03integer-simple: Add documentation for Integer typeBen Gamari
2019-04-03integer-gmp: Write friendlier documentation for IntegerBen Gamari
2019-04-03users-guide: Typo in Users Guide, Glasgow ExtsFrank Steffahn
2019-04-03base: Add documentation that liftA2 used to not be a typeclass methodAndrew Martin
2019-04-03users-guide: Fix typoNathan Collins
2019-04-03Fix faulty substitutions in StgCse (#11532).klebinger.andreas@gmx.at
2019-04-02Add myself to libraries/ghciSimon Marlow
2019-04-02Hadrian: lint ignore autom4te and ghc-pkg cache files.David Eichmann
2019-04-02Hadrian: traceAllow deep dependencies when compilling haskell object files.David Eichmann
2019-04-02Fix formatting issue in ghc-prim's changelog [skip ci]Alexandre Baldé
2019-04-02Hadrian: correct deps for ghc builder.David Eichmann
2019-04-02Improve performance of newSmallArray#Michal Terepeta