summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use captureTopConstraints in TcRnDriver callswip/T16376Simon Peyton Jones2019-03-077-10/+47
* Test Trac #16263Simon Peyton Jones2019-03-063-0/+10
* Add tests for Trac #16221 and #16342Simon Peyton Jones2019-03-065-0/+42
* gitlab-ci: Don't allow i386-deb9 to failBen Gamari2019-03-061-1/+0
* testsuite: Use fragile modifier for more testsBen Gamari2019-03-065-18/+9
* testsuite: Mark heapprof001 as fragile on i386Ben Gamari2019-03-061-1/+1
* testsuite: Introduce fragile modifierBen Gamari2019-03-061-0/+24
* Move reifyGHCi function into GhciMonad type classZejun Wu2019-03-061-13/+3
* Fix #16385 by appending _maybe to a use of lookupGlobalOccRyan Scott2019-03-064-8/+38
* Fix itBen Gamari2019-03-063-6/+10
* rts: Unglobalize dead_weak_ptr_list and resurrected_threadsÖmer Sinan Ağacan2019-03-065-24/+23
* Handle absolute paths to build roots in Hadrian.P.C. Shyamshankar2019-03-066-10/+29
* Add regression test for #15918Ryan Scott2019-03-053-0/+27
* rts/Printer: Print forwarding pointersÖmer Sinan Ağacan2019-03-051-3/+8
* rts/Printer: Introduce a few more printing utilitiesÖmer Sinan Ağacan2019-03-052-0/+74
* Rip out object splittingBen Gamari2019-03-0572-989/+79
* Fix map/coerce rule for newtypes with wrappersKrzysztof Gogolewski2019-03-056-29/+51
* Test Runner: don't show missing baseline warning for performance tests with e...David Eichmann2019-03-051-15/+18
* Be more careful when naming TyCon bindersSimon Peyton Jones2019-03-0513-368/+607
* Revert "compiler: Write .o files atomically. See #14533"Ben Gamari2019-03-041-6/+1
* Revert "compiler: Refactor: extract `withAtomicRename`"Ben Gamari2019-03-042-29/+8
* Hadrian: track mingw, ship it in bindists, more robust install scriptAlp Mestanogullari2019-03-046-29/+84
* Don't leave .hi files after running Haddock testsAlec Theriault2019-03-041-0/+4
* detect 'autoreconf' path during configure, and use it in hadrianAlp Mestanogullari2019-03-033-2/+17
* gitlab-ci: A bit of reorganizationBen Gamari2019-03-021-78/+84
* gitlab-ci: Give deb9-unreg job a distinct cache keyBen Gamari2019-03-011-1/+1
* testsuite: Suppress ticks when comparing -ddump-simpl outputBen Gamari2019-03-013-26/+26
* gitlab-ci: Produce DWARF-enabled binary distributionBen Gamari2019-03-012-1/+30
* Drop Docker imagesBen Gamari2019-03-0111-545/+0
* gitlab-ci: Pull docker images from ghc/ci-images registryBen Gamari2019-03-011-12/+14
* Fix parsing of expected performance changes for tests with non-alpha characters.David Eichmann2019-03-011-1/+1
* use --docs=no-sphinx in both Hadrian CI jobsAlp Mestanogullari2019-03-011-1/+2
* Hadrian: introduce ways to skip some documentation targetsAlp Mestanogullari2019-03-016-9/+159
* Lexer: turn some fatal errors into non-fatal onesAlec Theriault2019-03-014-21/+42
* Visible dependent quantificationRyan Scott2019-03-0164-148/+813
* Cleanup iserv/iserv-proxyMoritz Angermann2019-02-2825-37/+415
* Fix intermittent hie002 failureVladislav Zavialov2019-02-271-1/+2
* RTS: Add missing memory barrierPeter Trommler2019-02-272-6/+12
* Treat kind/type variables identically, demolish FKTVVladislav Zavialov2019-02-2759-682/+400
* Skip T3424 when fast()wip/test-t3424Vladislav Zavialov2019-02-261-0/+1
* Fix the ghci063 test on Darwin (Trac #16201)wip/trac-16201Vladislav Zavialov2019-02-252-1/+13
* Disable fragile test cases: T14697 T5559 T3424Vladislav Zavialov2019-02-243-6/+15
* base: Allow fusion for zip7 and relatedAlexandre2019-02-244-35/+109
* testsuite: Fix whitespace in hp2ps error messageBen Gamari2019-02-231-1/+1
* User's Guide: forall is a keyword nowadaysVladislav Zavialov2019-02-232-6/+11
* User's Guide: update info on kind inferenceVladislav Zavialov2019-02-231-18/+18
* Include closure header size in StgLamLift's estimationsSebastian Graf2019-02-231-4/+3
* gitlab-ci: Only build x86_64-deb8 and fedora27 for releasesBen Gamari2019-02-231-2/+6
* Exit with exit code 1 when tests unexpectedly passMatthew Pickering2019-02-233-2/+10
* Fix regression incorrectly advertising TH supportHerbert Valerio Riedel2019-02-231-0/+8