summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: Fix erroneous usage of vsnprintfwip/T18658Ben Gamari2020-09-141-1/+1
* rts comment: RTS_TICKY_SYMBOLS moved from rts/Linker.c to rts/RtsSymbols.cDavid Himmelstrup2020-09-091-1/+1
* utils: Bump cabal-version of hp2ps and unlitBen Gamari2020-09-092-2/+2
* hadrian: Fix leakage of GHC in PATH into buildBen Gamari2020-09-091-1/+7
* gitlab-ci: Bump Docker imagesBen Gamari2020-09-095-47/+61
* Remove GENERATED pragma, as it is not being usedAlan Zimmerman2020-09-0918-67/+2
* Add comments about sm_dflags and simpleOptExprSylvain Henry2020-09-092-2/+19
* DynFlags: add sm_pre_inline field into SimplMode (#17957)Sylvain Henry2020-09-0916-59/+61
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-0943-491/+675
* DynFlags: add OptCoercionOptsSylvain Henry2020-09-094-21/+47
* Postpone associated tyfam default checks until after typecheckingRyan Scott2020-09-0917-108/+198
* Use "to" instead of "2" in internal names of conversion opsJohn Ericson2020-09-094-70/+70
* gitlab-ci: Accept Centos 7 C.utf8 localeBen Gamari2020-09-081-0/+3
* gitlab-ci: Handle distributions without localesBen Gamari2020-09-081-0/+6
* Make the forall-or-nothing rule only apply to invisible foralls (#18660)Ryan Scott2020-09-085-28/+70
* testsuite: Output performance test results in tabular formatDaishi Nakajima2020-09-083-35/+98
* rts: Add stg_copyArray_barrier to RtsSymbols listBen Gamari2020-09-081-0/+1
* Move DynFlags test into updateModDetailsIdInfos's caller (#17957)Sylvain Henry2020-09-072-10/+7
* [macOS] improved runpath handlingMoritz Angermann2020-09-0716-23/+245
* gitlab-ci: Use hadrian builds for Windows release artifactsBen Gamari2020-09-071-7/+11
* gitlab-ci: Configure bignum backend in Hadrian buildsBen Gamari2020-09-071-0/+2
* Add clarification regarding poll/kqueue flagsWander Hillen2020-09-071-2/+6
* gitlab-ci: Fix typoBen Gamari2020-09-051-1/+1
* testsuite: Mark T5975[ab] as broken on WindowsBen Gamari2020-09-051-2/+5
* testsuite: Drop Windows-specific output for parseTreeBen Gamari2020-09-051-160/+0
* gitlab-ci: Drop Windows make jobBen Gamari2020-09-051-6/+3
* gitlab-ci: Bump Windows toolchain versionBen Gamari2020-09-051-1/+1
* gitlab-ci: Rename RELEASE variable to RELEASE_JOBBen Gamari2020-09-051-1/+1
* gitlab-ci: More intelligent detection of locale availabilityBen Gamari2020-09-051-3/+26
* configure: Fix whitespaceBen Gamari2020-09-051-68/+68
* rts: Consistently use stgMallocBytes instead of mallocGHC GitLab CI2020-09-055-37/+32
* Move Hadrian's wiki pages in tree (fix #16165)Sylvain Henry2020-09-041-0/+104
* Documented the as of yet undocumented '--print-*' GHC flags,Benjamin Maurer2020-09-044-21/+209
* configure: Avoid hard-coded ld path on WindowsGHC GitLab CI2020-09-047-24/+45
* Introduce isBoxedTupleDataCon and use it to fix #18644Ryan Scott2020-09-0418-28/+40
* DynFlags: don't pass DynFlags to cmmImplementSwitchPlansSylvain Henry2020-09-042-6/+6
* DynFlags: use Platform in foldRegs*Sylvain Henry2020-09-049-152/+138
* Don't rely on CLabel's Outputable instance in CmmToCSylvain Henry2020-09-042-20/+21
* expected-undocumented-flags remove kill flagsKathryn Spiers2020-09-031-2/+0
* configure: Work around Raspbian's silly packaging decisionsBen Gamari2020-09-031-19/+34
* Bignum: add missing compat import/export functionsSylvain Henry2020-09-021-3/+30
* Remove outdated noteSylvain Henry2020-09-021-29/+0
* Remove potential space leak from Data.List.transposeDavid Feuer2020-09-021-1/+7
* Turn on -XMonoLocalBinds by default (#18430)Sebastian Graf2020-09-027-11/+17
* testsuite: Add broken test for #18302Ben Gamari2020-09-013-0/+13
* Remove "Ord FastString" instanceSylvain Henry2020-09-0132-113/+237
* Fix FastString lexicographic ordering (fix #18562)Sylvain Henry2020-09-014-1/+11
* Bignum: add BigNat compat functions (#18613)Sylvain Henry2020-08-311-0/+54
* Limit upper version of Happy for ghc-9.2 (#18620)Takenobu Tani2020-08-312-3/+3
* Limit upper version of Happy for ghc-9.0 and earlier (#18620)Takenobu Tani2020-08-312-1/+3