summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts/linker: Fix relocation overflow in PE linkerwip/T18821-8.8Ben Gamari2020-11-142-4/+6
* Add a flag to indicate that gcc supports -no-pieKrzysztof Gogolewski2020-10-192-0/+16
* get-win32-tarballs: Fix incorrect parenthesizationBen Gamari2020-10-081-6/+10
* Fix uninitialized field read in Linker.cÖmer Sinan Ağacan2020-09-291-20/+16
* [macOS] improved runpath handlingwip/angerman/ghc-8.8-backport-rpathMoritz Angermann2020-09-1110-25/+224
* Import qualified Prelude in Cmm/Parser.yKrzysztof Gogolewski2020-08-292-1/+2
* add "ac_cv_func_clock_gettime=no" to darwin CI build flavorsCarter Schonwald2020-07-221-0/+2
* gitlab-ci: Work around PowerShell incompatibilityghc-8.8.4-releaseBen Gamari2020-07-141-1/+1
* gitlab-ci: Fix version of Windows bootstrap compilerBen Gamari2020-07-131-1/+1
* gitlab-ci: Disable fedora27-dwarf jobBen Gamari2020-07-131-1/+1
* gitlab-ci: Bootstrap with 8.8.4-rc1 on Windowsghc-8.8.4-rc1Ben Gamari2020-07-112-3/+18
* Bump to 8.8.4, RELEASE=YESGHC GitLab CI2020-07-081-2/+2
* More release notesBen Gamari2020-07-081-2/+16
* Build a threaded stage 1 if the bootstrapping GHC supports it.Travis Whitaker2020-07-088-6/+78
* HsToCore: Eta expand left sectionsBen Gamari2020-07-082-26/+65
* testsuite: Add test for #18151Ben Gamari2020-07-083-0/+12
* rts/CNF: Fix fixup comparison functionBen Gamari2020-07-084-2/+31
* Add orderingTyCon to wiredInTyCons (#18185)Ryan Scott2020-07-084-6/+38
* base: fix sign confusion in log1mexp implementation (fix #17125)Artem Pelenitsyn2020-07-081-6/+10
* ghc-prim needs to depend on libc and libmMoritz Angermann2020-07-081-0/+5
* Load .lo as well.Moritz Angermann2020-07-081-0/+1
* Range is actually +/-2^32, not +/-2^31Moritz Angermann2020-07-081-5/+7
* Revert "Bump to 8.8.4, RELEASE=YES"Ben Gamari2020-07-081-2/+2
* gitlab-ci: Reintroduce workflow stanzaBen Gamari2020-07-061-0/+9
* Bump to 8.8.4, RELEASE=YESGHC GitLab CI2020-07-041-2/+2
* Bump Cabal submoduleGHC GitLab CI2020-07-041-0/+0
* Bump bytestring submoduleGHC GitLab CI2020-07-041-0/+0
* gitlab-ci: Bump bootstrap compiler versionBen Gamari2020-06-241-3/+3
* hadrian: Widen QuickCheck upper boundBen Gamari2020-06-241-1/+1
* gitlab-ci: Bump docker imagesBen Gamari2020-06-241-1/+1
* Bump Cabal submodule to 3.0.2.0Ben Gamari2020-06-231-0/+0
* gitlab-ci: Introduce DWARF release jobs for Deb10 and Fedora 27Ben Gamari2020-06-201-63/+86
* users-guide: Add 8.8.4 release notesBen Gamari2020-06-202-0/+81
* hsc2hs: Bump submodule to 0.68.7Ben Gamari2020-06-201-0/+0
* configure.ac: add --enable-numa switchSergei Trofimovich2020-05-311-2/+13
* FastString: fix eager reading of string ptr in hashStrÖmer Sinan Ağacan2020-05-301-7/+13
* RTS: workaround a Linux kernel bug in timerfdSylvain Henry2020-05-271-4/+12
* rts: Make non-existent linker search path merely a warningBen Gamari2020-05-271-2/+2
* Rts: show errno on failure (#18033)Sylvain Henry2020-05-271-5/+5
* hadrian: Use --export-dynamic when linking iservBen Gamari2020-05-271-0/+8
* iserv: Don't pass --export-dynamic on FreeBSDBen Gamari2020-05-271-1/+2
* Coverage: Don't produce ModBreaks if not HscInterpretedBen Gamari2020-05-271-6/+10
* Hadrian: track mingw, ship it in bindists, more robust install scriptAlp Mestanogullari2020-05-275-27/+84
* Set RELEASE=NOBen Gamari2020-05-271-1/+1
* Bump process to 1.6.9.0Ben Gamari2020-05-221-0/+0
* Stack: fix name mangling.Tamar Christina2020-04-224-1/+95
* Note platform-specific Foreign.C.Types in contextViktor Dukhovni2020-03-171-4/+29
* Fix global_link of TSOs for threads reachable via dead weaksÖmer Sinan Ağacan2020-03-141-0/+8
* users-guide: Fix typo in 8.8.3 release notesBen Gamari2020-02-281-1/+1
* SysTools: Don't use process jobs if they are brokenBen Gamari2020-02-241-8/+22