summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compiler: Refactor: extract `withAtomicRename`wip/reapply-atomic-writesNiklas Hambüchen2019-03-052-8/+29
* compiler: Write .o files atomically. See #14533Niklas Hambüchen2019-03-051-1/+6
* 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
* Expression/command ambiguity resolutionVladislav Zavialov2019-02-2311-349/+881
* Add AnonArgFlag to FunTySimon Peyton Jones2019-02-2383-879/+1045
* Remove bogus assertionSimon Peyton Jones2019-02-231-1/+3
* hWaitForInput-accurate-socket testTom Sydney Kerckhove2019-02-233-0/+25
* ghc-in-ghci: Fix capitalization of hieFileBen Gamari2019-02-221-1/+1
* Drop support for i386 and PowerPC in MachO linkerArtem Pyanykh2019-02-224-231/+8
* Update CI images to GHC-8.4.4 & cabal-install-2.4.1.0Oleg Grenrus2019-02-227-59/+69
* Build and copy libffi shared libraries correctly and enable dynamically linki...David Eichmann2019-02-229-64/+164
* Use validate flavour rather than devel2 for DEBUG CI jobMatthew Pickering2019-02-221-1/+1
* Fix exprIsConApp_maybeSimon Peyton Jones2019-02-226-55/+81
* Don't do binder-swap for GlobalIdsSimon Peyton Jones2019-02-221-3/+8
* Remove tcTyConUserTyVarsSimon Peyton Jones2019-02-223-15/+10
* Bump nofib submodule.klebinger.andreas@gmx.at2019-02-211-0/+0
* compiler: Refactor: extract `withAtomicRename`Niklas Hambüchen2019-02-212-8/+29