summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nonmoving: Don't traverse filled segment list in pauseBen Gamari2020-03-142-18/+26
* Use AC_ARG_VAR for LD_STAGE0 and AR_STAGE0.Judah Jacobson2020-03-141-1/+4
* Allow overriding LD_STAGE0 and AR_STAGE0 in the configure script.Judah Jacobson2020-03-141-3/+7
* Use correct option name (-opti) (fix #17314)Sylvain Henry2020-03-143-10/+6
* Make: refactor GMP rulesSylvain Henry2020-03-141-7/+8
* Hadrian: fix absolute buildroot support (#17822)Sylvain Henry2020-03-145-24/+24
* Fix LintSimon Peyton Jones2020-03-143-56/+147
* gitlab-ci: Distinguish integer-simple test envsBen Gamari2020-03-131-1/+1
* gitlab-ci: Rework triggering of release buildsBen Gamari2020-03-131-1/+2
* Update documentation for closureSizePaavo2020-03-131-1/+2
* Rename isDllNameSylvain Henry2020-03-133-12/+9
* hadrian: improve dependency tracking for the check-* programsAlp Mestanogullari2020-03-133-34/+36
* Expose compulsory unfoldings alwaysSimon Peyton Jones2020-03-126-33/+68
* pretty-printer: Do not print ApplicativeDo joinKirill Elagin2020-03-124-4/+46
* pretty-printer: Properly parenthesise LastStmtKirill Elagin2020-03-127-14/+40
* Make DeriveFunctor-generated code require fewer beta reductionsRyan Scott2020-03-119-125/+310
* Use a Set to represent WaysSylvain Henry2020-03-1112-52/+61
* Refactor interpreterDynamic and interpreterProfiledSylvain Henry2020-03-1110-80/+95
* Refactor GHC.Driver.Session (Ways and Flags)Sylvain Henry2020-03-1112-710/+759
* Zero any slop after compaction in compacting GCÖmer Sinan Ağacan2020-03-111-4/+21
* Deepen call stack for isInSimon Peyton Jones2020-03-111-2/+2
* testsuite: Mark ghci056 and ghcilink004 as fragile in unregBen Gamari2020-03-113-1/+3
* Re-quantify when generalising over rewrite rule typesRyan Scott2020-03-115-24/+67
* Fixed a minor typo in codegen.rstGreg Steuck2020-03-111-1/+1
* Split GHC.Iface.Utils moduleSylvain Henry2020-03-1117-1408/+1429
* rts: Prefer darwin-specific getCurrentThreadCPUTimeBen Gamari2020-03-111-15/+25
* Typos in comments [skip ci]Krzysztof Gogolewski2020-03-1023-37/+37
* Misc cleanupKrzysztof Gogolewski2020-03-106-58/+9
* Comments onlySimon Peyton Jones2020-03-101-0/+6
* Clarify a Lint messageBen Price2020-03-101-3/+2
* anyRewritableTyVar now looks in RuntimeRepsRichard Eisenberg2020-03-104-1/+36
* Add regression test for T17904Ömer Sinan Ağacan2020-03-102-0/+64
* Hadrian: track missing configure resultsSylvain Henry2020-03-101-2/+21
* testsuite: Add test for #17786Ben Gamari2020-03-103-0/+11
* SysTools: Ensure that error parser can handle absolute paths on WindowsBen Gamari2020-03-101-3/+14
* Use InstanceSigs in GND/DerivingVia-generated code (#17899)Ryan Scott2020-03-099-132/+157
* rts: refactor and comment profile localesJean-Baptiste Mazon2020-03-091-15/+52
* rts: ensure C numerics in heap profiles using Windows locales if neededJean-Baptiste Mazon2020-03-091-19/+32
* Fix Windows breakage by not touching locales on WindowsJean-Baptiste Mazon2020-03-091-0/+19
* gitlab-ci: Disable Sphinx documentation in Alpine buildBen Gamari2020-03-091-1/+1
* nonmoving: Fix collection of sparksBen Gamari2020-03-094-6/+53
* rts: Report nonmoving collector statistics in machine-readable outputBen Gamari2020-03-051-0/+20
* Stats: Add sync pauses to +RTS -S outputBen Gamari2020-03-051-0/+3
* nonmoving-gc: Track time usage of nonmoving markingBen Gamari2020-03-0510-24/+286
* rts: Add getCurrentThreadCPUTime helperBen Gamari2020-03-053-21/+71
* Be explicit about how stack usage of mvar primops are covered.Andreas Klebinger2020-03-041-0/+1
* Use configure script to detect that we should use in-tree GMP on WindowsSylvain Henry2020-03-024-15/+11
* Set `ImpredicativeTypes` during :print command. (#14828)Roland Senn2020-03-023-15/+59
* Do not define hs_atomic{read,write}64() on non-64bitIlias Tsitsimpis2020-03-021-0/+5
* Remove dead codeKrzysztof Gogolewski2020-03-023-52/+4