summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-12rts/linker: Use mmapForLinker to map PLTwip/backport-MR1139Ben Gamari
2019-06-12testsuite: Mark threadstatus-T9333 as fragile in ghci waywip/backport-fragileBen Gamari
2019-06-12testsuite: Fix fragile_for test modifierBen Gamari
2019-06-12testsuite: Mark T13167 as fragile in threaded2Ben Gamari
2019-06-12base: Mark CPUTime001 as fragileBen Gamari
2019-06-12testsuite: Mark heapprof001 as fragile on all platformsBen Gamari
2019-06-12testsuite: Mark heapprof001 as fragile on i386Ben Gamari
2019-06-12testsuite: Introduce fragile modifierBen Gamari
2019-06-09Bump binary to 0.8.7.0Ben Gamari
2019-06-09Bump Cabal submoduleBen Gamari
2019-06-05Bump time submodule to 1.9.3Ben Gamari
2019-06-05Bump terminfo to 0.4.1.4Ben Gamari
2019-06-04Haddock for hiefile-headerBen Gamari
2019-06-04Fix ghc-in-ghciBen Gamari
2019-06-04Merge branch '8.8-haddock-release' of gitlab.haskell.org:harpocrates/ghc into...Ben Gamari
2019-06-04Add missing importBen Gamari
2019-06-04Merge branch 'hiefile-header-8.8' of https://gitlab.haskell.org/wz1000/ghc in...Ben Gamari
2019-06-04Merge branch 'wip/8-8-ghci' of gitlab.haskell.org:ghc/ghc into wip/ghc-8.8-me...Ben Gamari
2019-06-04Merge branch 'cherry-pick-e172a6d1' of gitlab.haskell.org:ghc/ghc into wip/gh...Ben Gamari
2019-06-04Merge branch 'wip/backport-ecc9366a0e0db107c286935130837b2222e2dd82' of https...Ben Gamari
2019-06-04Merge branch 'hie-backports-8.8' of https://gitlab.haskell.org/DanielG/ghc in...Ben Gamari
2019-06-04Merge remote-tracking branch 'osa1/port_16449_ghc_8_8' into wip/ghc-8.8-mergesBen Gamari
2019-06-04Merge remote-tracking branch 'origin/cherry-pick-43a43a33' into wip/ghc-8.8-m...Ben Gamari
2019-06-04Merge remote-tracking branch 'osa1/backport_t16066' into wip/ghc-8.8-mergesBen Gamari
2019-06-04testsuite: Mark concprog001 as fragileBen Gamari
2019-06-04Use datatype for unboxed returns when loading ghc into ghciwip/8-8-ghciMichael Sloan
2019-06-04Extract out use of UnboxedTuples from GHCi.LeakMichael Sloan
2019-06-04Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan
2019-06-04Add PlainPanic for throwing exceptions without depending on pprintMichael Sloan
2019-06-04Have GHCi use object code for UnboxedTuples modules #15454Michael Sloan
2019-06-04Bump Haddock submodule to 2.23 releaseAlec Theriault
2019-06-04Make header human readableZubin Duggal
2019-06-04Fix and enforce validation of header for .hie filesZubin Duggal
2019-06-04Handle hs-boot files in -Wmissing-home-modules (#16551)cherry-pick-43a43a33Krzysztof Gogolewski
2019-06-04Fix arity type of coerced types in CoreArityÖmer Sinan Ağacan
2019-06-04Fix rewriting invalid shifts to errorsÖmer Sinan Ağacan
2019-06-04Improve targetContents code docsDaniel Gröber
2019-06-04Add depanalPartial to make getting a partial modgraph easierDaniel Gröber
2019-06-04PartialDownsweep: Add test for import errorsDaniel Gröber
2019-06-04Catch preprocessor errors in downsweepDaniel Gröber
2019-06-04Make downsweep return all errors per-module instead of throwing someDaniel Gröber
2019-06-04Refactor summarise{File,Module} to extract checkSummaryTimestampDaniel Gröber
2019-06-04Refactor summarise{File,Module} to reduce code duplicationDaniel Gröber
2019-06-04Refactor downsweep to allow returning multiple errors per moduleDaniel Gröber
2019-06-04Move throwErrors to HscTypesDaniel Gröber
2019-06-04Add failing test for #10887Daniel Gröber
2019-06-04Export GhcMake.downsweepDaniel Gröber
2019-06-04downsweep: Allow TargetFile not to exist when a buffer is givenDaniel Gröber
2019-06-04Allow using tagetContents for modules needing preprocessingDaniel Gröber
2019-06-04Add hPutStringBuffer utilityDaniel Gröber