| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a -fprint-axiom-incomps option (#15546)wip/D5097 | mniip | 2019-03-08 | 8 | -25/+103 |
* | Fix #16391 by using occCheckExpand in TcValidity | Ryan Scott | 2019-03-07 | 12 | -34/+131 |
* | Fix #16392: revertCAFs in external interpreter when necessary | Phuong Trinh | 2019-03-07 | 8 | -4/+35 |
* | Test Trac #16263 | Simon Peyton Jones | 2019-03-06 | 3 | -0/+10 |
* | Add tests for Trac #16221 and #16342 | Simon Peyton Jones | 2019-03-06 | 5 | -0/+42 |
* | gitlab-ci: Don't allow i386-deb9 to fail | Ben Gamari | 2019-03-06 | 1 | -1/+0 |
* | testsuite: Use fragile modifier for more tests | Ben Gamari | 2019-03-06 | 5 | -18/+9 |
* | testsuite: Mark heapprof001 as fragile on i386 | Ben Gamari | 2019-03-06 | 1 | -1/+1 |
* | testsuite: Introduce fragile modifier | Ben Gamari | 2019-03-06 | 1 | -0/+24 |
* | Move reifyGHCi function into GhciMonad type class | Zejun Wu | 2019-03-06 | 1 | -13/+3 |
* | Fix #16385 by appending _maybe to a use of lookupGlobalOcc | Ryan Scott | 2019-03-06 | 4 | -8/+38 |
* | Fix it | Ben Gamari | 2019-03-06 | 3 | -6/+10 |
* | rts: Unglobalize dead_weak_ptr_list and resurrected_threads | Ömer Sinan Ağacan | 2019-03-06 | 5 | -24/+23 |
* | Handle absolute paths to build roots in Hadrian. | P.C. Shyamshankar | 2019-03-06 | 6 | -10/+29 |
* | Add regression test for #15918 | Ryan Scott | 2019-03-05 | 3 | -0/+27 |
* | rts/Printer: Print forwarding pointers | Ömer Sinan Ağacan | 2019-03-05 | 1 | -3/+8 |
* | rts/Printer: Introduce a few more printing utilities | Ömer Sinan Ağacan | 2019-03-05 | 2 | -0/+74 |
* | Rip out object splitting | Ben Gamari | 2019-03-05 | 72 | -989/+79 |
* | Fix map/coerce rule for newtypes with wrappers | Krzysztof Gogolewski | 2019-03-05 | 6 | -29/+51 |
* | Test Runner: don't show missing baseline warning for performance tests with e... | David Eichmann | 2019-03-05 | 1 | -15/+18 |
* | Be more careful when naming TyCon binders | Simon Peyton Jones | 2019-03-05 | 13 | -368/+607 |
* | Revert "compiler: Write .o files atomically. See #14533" | Ben Gamari | 2019-03-04 | 1 | -6/+1 |
* | Revert "compiler: Refactor: extract `withAtomicRename`" | Ben Gamari | 2019-03-04 | 2 | -29/+8 |
* | Hadrian: track mingw, ship it in bindists, more robust install script | Alp Mestanogullari | 2019-03-04 | 6 | -29/+84 |
* | Don't leave .hi files after running Haddock tests | Alec Theriault | 2019-03-04 | 1 | -0/+4 |
* | detect 'autoreconf' path during configure, and use it in hadrian | Alp Mestanogullari | 2019-03-03 | 3 | -2/+17 |
* | gitlab-ci: A bit of reorganization | Ben Gamari | 2019-03-02 | 1 | -78/+84 |
* | gitlab-ci: Give deb9-unreg job a distinct cache key | Ben Gamari | 2019-03-01 | 1 | -1/+1 |
* | testsuite: Suppress ticks when comparing -ddump-simpl output | Ben Gamari | 2019-03-01 | 3 | -26/+26 |
* | gitlab-ci: Produce DWARF-enabled binary distribution | Ben Gamari | 2019-03-01 | 2 | -1/+30 |
* | Drop Docker images | Ben Gamari | 2019-03-01 | 11 | -545/+0 |
* | gitlab-ci: Pull docker images from ghc/ci-images registry | Ben Gamari | 2019-03-01 | 1 | -12/+14 |
* | Fix parsing of expected performance changes for tests with non-alpha characters. | David Eichmann | 2019-03-01 | 1 | -1/+1 |
* | use --docs=no-sphinx in both Hadrian CI jobs | Alp Mestanogullari | 2019-03-01 | 1 | -1/+2 |
* | Hadrian: introduce ways to skip some documentation targets | Alp Mestanogullari | 2019-03-01 | 6 | -9/+159 |
* | Lexer: turn some fatal errors into non-fatal ones | Alec Theriault | 2019-03-01 | 4 | -21/+42 |
* | Visible dependent quantification | Ryan Scott | 2019-03-01 | 64 | -148/+813 |
* | Cleanup iserv/iserv-proxy | Moritz Angermann | 2019-02-28 | 25 | -37/+415 |
* | Fix intermittent hie002 failure | Vladislav Zavialov | 2019-02-27 | 1 | -1/+2 |
* | RTS: Add missing memory barrier | Peter Trommler | 2019-02-27 | 2 | -6/+12 |
* | Treat kind/type variables identically, demolish FKTV | Vladislav Zavialov | 2019-02-27 | 59 | -682/+400 |
* | Skip T3424 when fast()wip/test-t3424 | Vladislav Zavialov | 2019-02-26 | 1 | -0/+1 |
* | Fix the ghci063 test on Darwin (Trac #16201)wip/trac-16201 | Vladislav Zavialov | 2019-02-25 | 2 | -1/+13 |
* | Disable fragile test cases: T14697 T5559 T3424 | Vladislav Zavialov | 2019-02-24 | 3 | -6/+15 |
* | base: Allow fusion for zip7 and related | Alexandre | 2019-02-24 | 4 | -35/+109 |
* | testsuite: Fix whitespace in hp2ps error message | Ben Gamari | 2019-02-23 | 1 | -1/+1 |
* | User's Guide: forall is a keyword nowadays | Vladislav Zavialov | 2019-02-23 | 2 | -6/+11 |
* | User's Guide: update info on kind inference | Vladislav Zavialov | 2019-02-23 | 1 | -18/+18 |
* | Include closure header size in StgLamLift's estimations | Sebastian Graf | 2019-02-23 | 1 | -4/+3 |
* | gitlab-ci: Only build x86_64-deb8 and fedora27 for releases | Ben Gamari | 2019-02-23 | 1 | -2/+6 |