summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-29Move pattern match checker modules to GHC.HsToCore.PmCheckwip/pmcheck-moveSebastian Graf
2019-09-28`exprOkForSpeculation` for Note [IO hack in the demand analyser]Sebastian Graf
2019-09-28PmCheck: No ConLike instantiation in pmcheckSebastian Graf
2019-09-28testsuite: Mark TH tests as fragile in LLVM built external-interpreterBen Gamari
2019-09-28testsuite: Mark T3389 as broken in profiled ways on i386Ben Gamari
2019-09-28testsuite: Mark hs_try_putmvar003 as fragile in threaded1Ben Gamari
2019-09-28testsuite: Mark compact_gc as fragile in the ghci wayBen Gamari
2019-09-28Raise minimum GHC version to 8.6Daniel Gröber
2019-09-28testsuite: Mark cgrun071 as broken on i386Ben Gamari
2019-09-28Add test for expected dependencies of 'Parser'Shayne Fletcher
2019-09-28PmCheck: Look at precendence to give type signatures to some wildcardsSebastian Graf
2019-09-28Expand description of DataKinds to mention data constructors, and include men...chris-martin
2019-09-28Clarify the purpose and status of the GHC.TypeLits modulechris-martin
2019-09-28ghc-prim: Fix documentation of TypeBen Gamari
2019-09-28Just get RTS libs from its package confJohn Ericson
2019-09-28configure: Don't depend upon alex in source dist buildBen Gamari
2019-09-28Allow users to disable Unicode with an env varRon Mordechai
2019-09-28PmCheck: Elaborate what 'model' means in the user guide [skip ci]Sebastian Graf
2019-09-26Make -fbyte-code prevent unboxed tuples/sums from implying object code (#16876)Ryan Scott
2019-09-25Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov
2019-09-25Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott
2019-09-25base: Move Ix typeclass to GHC.IxBen Gamari
2019-09-25PmCheck: Only ever check constantly many models against a single patternSebastian Graf
2019-09-25includes/CodeGen.Platform.hs don't include ghcautoconf.hJohn Ericson
2019-09-25Add -Wderiving-defaults (#15839)Kari Pahula
2019-09-25Add ghcide configuration filesMatthew Pickering
2019-09-25Fix bounds check in ocResolve_PEi386 for relocation values.Andreas Klebinger
2019-09-24testsuite: Mark threadstatus-9333 as fragile in profthreadedBen Gamari
2019-09-24hadrian: Update source-repositoryBen Gamari
2019-09-24gitlab-ci: Bump ci-imagesBen Gamari
2019-09-24base: Add link to "A reflection on types"Ben Gamari
2019-09-24Fix some duplication in the parserSebastian Graf
2019-09-24Hadrian: Add -haddock option for GHCi's :doc commandTakenobu Tani
2019-09-24Some leftovers from !1732. Comments only [skip ci]Sebastian Graf
2019-09-23Add -fkeep-going to make compiler continue despite errors (#15424)Kari Pahula
2019-09-23[hadrian] Rebuild programs on dynamicGhcPrograms/ghcProfiled changeArtem Pyanykh
2019-09-23sort-paragraphs in runBuilderWithBjörn Gohla
2019-09-23alphabetical orderingBjörn Gohla
2019-09-23explicit dependence on makeinfoBjörn Gohla
2019-09-23detect makeinfo in configure(.ac)Björn Gohla
2019-09-23use the Make builder instead of raw cmd_Björn Gohla
2019-09-23add Hadrian rule to build user guide as Info bookBjörn Gohla
2019-09-23base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568Adam Sandberg Eriksson
2019-09-23users-guide: Fix links and formats for GHC 8.10Takenobu Tani
2019-09-23gitlab-ci: Fix URL of Windows cabal-install tarballBen Gamari
2019-09-22rts: TraverseHeap: Add doc comment for getTraverseStackMaxSizeDaniel Gröber
2019-09-22rts: RetainerProfile: Explain retainVisitClosure return valuesDaniel Gröber
2019-09-22rts: TraverseHeap: Move stackElement.cp back into nextPos unionDaniel Gröber
2019-09-22rts: TraverseHeap: Make pushStackElement argument constDaniel Gröber
2019-09-22rts: TraverseHeap: Make comment style consistentDaniel Gröber