summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump text submodule to 1.2.4.0-rcwip/bump-text-8.8Ben Gamari2019-08-041-0/+0
* gitlab-ci: Fix i386 buildsBen Gamari2019-07-222-7/+24
* gitlab-ci: Fix source tarball jobghc-8.8.1-rc1Ben Gamari2019-07-211-1/+3
* Bump Cabal submodule to 3.0.0.0-rc3Ben Gamari2019-07-214-3/+3
* ghc-cabal: Use fromFlagOrDefault instead of fromFlagBen Gamari2019-07-201-2/+2
* llvm-targets: Synchronize against masterBen Gamari2019-07-201-4/+6
* integer-simple: Add changelogBen Gamari2019-07-202-0/+7
* Bump Cabal submodule to 3.0.0.0-rc2Ben Gamari2019-07-202-0/+6
* Bump bytestring submodule to 0.10.10.0Ben Gamari2019-07-151-0/+0
* Bump bytestring submoduleBen Gamari2019-07-131-0/+0
* Merge branch 'wip/ghc-8.8-merges' into ghc-8.8Ben Gamari2019-07-04208-982/+2029
|\
| * Bump parsec submodule to 3.1.14.0wip/ghc-8.8-mergesBen Gamari2019-07-041-0/+0
| * Disable fragile test cases: T14697 T5559 T3424Vladislav Zavialov2019-07-013-6/+15
| * Initial commit of dump-interfacesBen Gamari2019-07-011-0/+68
| * Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker2019-06-3031-56/+361
| * Fix GCC warnings with __clear_cache builtin (#16867)Sylvain Henry2019-06-301-6/+8
| * Fix Happy deps for Stack (#16825)Sylvain Henry2019-06-301-10/+5
| * getExecutablePath: get path from sysctl on FreeBSDFraser Tweedale2019-06-301-0/+47
| * typo in the docs for DynFlags.hsArtem Pelenitsyn2019-06-301-1/+1
| * Disable automatic use of -fobject-code due to #16876Ben Gamari2019-06-273-1/+3
| * testsuite: Unbreak T16608 testsBen Gamari2019-06-261-0/+2
| * testsuite: Add testcase for #16111Ben Gamari2019-06-263-0/+16
| * rts: Reset STATIC_LINK field of reverted CAFsBen Gamari2019-06-261-6/+11
| * Don't eta-expand unsaturated primopsBen Gamari2019-06-2610-35/+134
| * CoreToStg: Enable CAFfyness checking with -dstg-lintBen Gamari2019-06-261-2/+11
| * testsuite: Add test for #16846Ben Gamari2019-06-263-0/+42
| * Bump containers submodule to v0.6.2.1Ben Gamari2019-06-2610-14/+21
| * Bump Cabal submodule to what will become 3.0.0.0Ben Gamari2019-06-261-0/+0
| * Add MonadFail instance for ParserMErik de Castro Lopo2019-06-251-0/+11
| * Fixes for LLVM 7Erik de Castro Lopo2019-06-255-12/+26
| * ghci: Load static objects in batchesBen Gamari2019-06-251-13/+31
| * testsuite: Test for #13786Ben Gamari2019-06-257-0/+51
| * testsuite: Add test for #16563Ben Gamari2019-06-253-0/+4
| * ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-2512-29/+78
| * GHCi support for levity-polymorphic join pointsRichard Eisenberg2019-06-257-33/+114
| * Fix the ghci063 test on Darwin (Trac #16201)Vladislav Zavialov2019-06-242-1/+13
| * testsuite: Drop constraint in kind from T15862Ben Gamari2019-06-242-12/+0
| * Properly trim IdInfos of DFunIds and PatSyns in TidyPgmÖmer Sinan Ağacan2019-06-2412-140/+194
| * Synchronize ClsInst.doTyConApp with TcTypeable validity checks (#15862)Ryan Scott2019-06-247-32/+115
| * SafeHaskell: Don't throw -Wsafe warning if module is declared SafeBen Gamari2019-06-241-1/+3
| * Fix #16525: ObjectCode freed wrongly because of lack of info header checkPhuong Trinh2019-06-248-1/+34
| * Fix typo in error messageAiken Cairncross2019-06-241-1/+1
| * Fix missing unboxed tuple RuntimeReps (#16565)Krzysztof Gogolewski2019-06-244-34/+47
| * powerpc32: fix stack allocation code generationSergei Trofimovich2019-06-241-1/+1
| * powerpc32: fix 64-bit comparison (#16465)Sergei Trofimovich2019-06-241-0/+1
| * llvm-targets: Add x86_64 android layoutMoritz Angermann2019-06-242-1/+2
| * Fix T16737Ben Gamari2019-06-243-3/+6
| * Pass preprocessor options to C compiler when building foreign C files (#16737)Zejun Wu2019-06-235-4/+54
| * testsuite: Add test for #16514Ben Gamari2019-06-234-0/+68
| * Add a `NOINLINE` pragma on `someNatVal` (#16586)Iavor Diatchki2019-06-235-0/+91