summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [macOS] improved runpath handlingwip/angerman/ghc-8.10-backport-rpathMoritz Angermann2020-10-1417-23/+245
* Fix Windows buildBen Gamari2020-10-081-1/+1
* configure: Avoid hard-coded ld path on WindowsGHC GitLab CI2020-10-067-24/+45
* Fix uninitialized field read in Linker.cÖmer Sinan Ağacan2020-10-061-20/+16
* Bump text submodule to 1.2.4.0+Ben Gamari2020-10-063-6/+6
* rts linker: teach the linker about GLIBC's special handling of *stat, mknod a...Adam Sandberg Ericsson2020-09-126-3/+102
* Import qualified Prelude in Cmm/Parser.yVladislav Zavialov2020-08-292-1/+2
* Fix typos in Template Haskell section of ghc 8.10.1 notestoonn2020-08-221-2/+2
* Fix typos in Runtime system section of 8.10.1 notestoonn2020-08-221-6/+6
* rts: Fix unused variable warning on DarwinBen Gamari2020-08-091-1/+0
* Revert "[linker/rtsSymbols] More linker symbols"Ben Gamari2020-08-091-207/+17
* Set RELEASE=NOBen Gamari2020-08-091-1/+1
* configure: Fix double-negation in ld merge-objects checkghc-8.10.2-releaseBen Gamari2020-08-071-1/+1
* testsuite: Add test for #18527Ben Gamari2020-08-064-0/+38
* nativeGen: One approach to fix #18527Ben Gamari2020-08-062-8/+94
* Refactor handling of object mergingBen Gamari2020-08-0422-54/+252
* Revert "iserv: Don't pass --export-dynamic on FreeBSD"Ben Gamari2020-08-031-2/+1
* Fix GHC_STAGE definition generated by makeLeon Schoorl2020-08-011-1/+1
* gitlab-ci: Build ARMv7 and AArch64 on Debian 10, not Debian 9Ben Gamari2020-07-311-20/+20
* Release GHC 8.10.2ghc-8.10.2-rc2Ben Gamari2020-07-301-2/+2
* Use ld.gold to link on deb10Ben Gamari2020-07-301-0/+1
* users-guide: Mention LLVM version requirementBen Gamari2020-07-301-0/+2
* Restore haskeline submodule to v0.8.0.0Ben Gamari2020-07-301-0/+0
* Bump hsc2hs submodule to 0.68.7Ben Gamari2020-07-291-0/+0
* Bump Cabal submoduleBen Gamari2020-07-291-0/+0
* users-guide: Release notes for 8.10.2Ben Gamari2020-07-291-24/+47
* base: Bump version for log1mexp fixBen Gamari2020-07-2911-19/+26
* Require SMP support in order to build a threaded stage1Stefan Schulze Frielinghaus2020-07-281-1/+5
* [linker] Fix out of range relocations.Moritz Angermann2020-07-268-28/+122
* testsuite: Accept wibbles in specialiser test outputBen Gamari2020-07-264-46/+51
* Fix specialisation for DFunsSimon Peyton Jones2020-07-266-56/+111
* Major improvements to the specialiserSimon Peyton Jones2020-07-2615-408/+731
* Refactoring in TcSMonadSimon Peyton Jones2020-07-263-89/+78
* Wrap an implication around class-sig kind errorsSimon Peyton Jones2020-07-268-18/+37
* Make `identifier` parse unparenthesized `->` (#18060)Joshua Price2020-07-264-0/+16
* Build a threaded stage 1 if the bootstrapping GHC supports it.Travis Whitaker2020-07-228-24/+99
* Fix GhcThreaded settingBen Gamari2020-07-226-2/+15
* Add tests for #17920Sylvain Henry2020-07-2210-9/+75
* LLVM: refactor and comment register padding code (#17920)Sylvain Henry2020-07-222-29/+123
* CmmToC: don't add extern decl to parsed Cmm dataSylvain Henry2020-07-225-76/+106
* Cmm: introduce SAVE_REGS/RESTORE_REGSSylvain Henry2020-07-226-86/+57
* Disable DLL loading if without system linkerMoritz Angermann2020-07-222-3/+24
* rts: Add --copying-gc flag to reverse effect of --nonmoving-gcBen Gamari2020-07-222-0/+21
* HsToCore: Eta expand left sectionsBen Gamari2020-07-152-26/+65
* testsuite: Add test for desugaring of PostfixOperatorsBen Gamari2020-07-153-0/+8
* testsuite: Add test for #18151Ben Gamari2020-07-153-0/+12
* Range is actually +/-2^32, not +/-2^31Moritz Angermann2020-07-151-5/+7
* Load .lo as well.Moritz Angermann2020-07-151-0/+1
* ghc-prim needs to depend on libc and libmMoritz Angermann2020-07-151-0/+5
* base: fix sign confusion in log1mexp implementation (fix #17125)Artem Pelenitsyn2020-07-151-6/+10