summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Use fragile modifier for more testswip/fix-i386Ben Gamari2019-02-265-17/+9
* gitlab-ci: Don't allow i386-deb9 to failBen Gamari2019-02-261-1/+0
* testsuite: Mark heapprof001 as fragile on i386Ben Gamari2019-02-261-1/+1
* testsuite: Introduce fragile modifierBen Gamari2019-02-261-0/+24
* 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
* compiler: Write .o files atomically. See #14533Niklas Hambüchen2019-02-211-1/+6
* Set builder envTamar Christina2019-02-211-0/+2
* Testsuite: opt-in to symlinks on WindowsTamar Christina2019-02-211-1/+1
* Handle the (~) type operator in 'tyconsym'Vladislav Zavialov2019-02-212-8/+8
* Dot/bang operators in export lists (Trac #16339)Vladislav Zavialov2019-02-214-5/+29
* Fix test runner crash when not in a git repoDavid Eichmann2019-02-213-14/+18
* Text.ParserCombinators.ReadP: use NonEmpty in FinalVaibhav Sagar2019-02-211-19/+22
* Comments only, in GhcPreludeSimon Peyton Jones2019-02-201-1/+5
* Improve the very simple optimiser slightlySimon Peyton Jones2019-02-205-0/+21
* Tiny refactor in isUnliftedRuntimeRepSimon Peyton Jones2019-02-201-11/+17
* Add comments about how zip fusionSimon Peyton Jones2019-02-202-26/+65
* Test bit-manipulating primops under respective arch flags like -msse4.2Dmitry Ivanov2019-02-204-4/+122
* Bump ghc version to 8.9Ryan Scott2019-02-205-7/+12
* CI: Run `cabal update` before trying to build HadrianMatthew Pickering2019-02-201-0/+1
* Hadrian: Fix untracked dependenciesAndrey Mokhov2019-02-2025-335/+369
* Fix two bugs in stg_ap_0_fast in profiling runtimeÖmer Sinan Ağacan2019-02-201-7/+11
* Remove arc scriptsÖmer Sinan Ağacan2019-02-197-276/+0
* base: Document errno behaviour in haddocks.Niklas Hambüchen2019-02-191-1/+5
* Look through newtype wrappers (Trac #16254)Krzysztof Gogolewski2019-02-197-8/+81
* Make constructor wrappers inline only during the final phaseArnaud Spiwack2019-02-1914-61/+289
* Disable binder swap in OccurAnal (Trac #16288)Krzysztof Gogolewski2019-02-196-7/+78
* Fix Haddock comment for Integer datatypeAlexandre Baldé2019-02-181-2/+6
* Uphold AvailTC Invariant for associated data famsAlec Theriault2019-02-182-26/+68