summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deepen call stack for isInwip/T17908Simon Peyton Jones2020-03-101-2/+2
* 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
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-2912-21/+137
* Simplify IfaceIdInfo typeÖmer Sinan Ağacan2020-02-297-48/+16
* Fix Hadrian's ``--configure`` (fix #17883)Sylvain Henry2020-02-291-8/+9
* rts: enforce POSIX numeric locale for heap profilesJean-Baptiste Mazon2020-02-291-0/+30
* docs: correct link to th haddocks from users guideAdam Sandberg Ericsson2020-02-291-1/+1
* docs: correct relative links to haddocks from users guide (fixes #17866)Adam Sandberg Ericsson2020-02-291-2/+29
* Refactor runtime interpreter codeSylvain Henry2020-02-2913-259/+409
* Document and refactor a few things around bitmap scavengingÖmer Sinan Ağacan2020-02-293-36/+17
* Rename ghci.sh and build.sh to ghci and build respectivelyXavier Denis2020-02-2926-51/+51
* plugins: Ensure that loadInterface plugins can see annotationsBen Gamari2020-02-291-2/+3
* Monotonic locations (#17632)Vladislav Zavialov2020-02-2934-214/+341
* llvm-targets: Add arm-unknown-linux-gnueabiIlias Tsitsimpis2020-02-282-0/+2
* Improve error handling for VTA + deferred type errorsSimon Peyton Jones2020-02-285-22/+35
* base: use an explicit import list in System.Environment.ExecutablePathAlp Mestanogullari2020-02-281-1/+1
* nonmoving: Fix marking in compact regionsBen Gamari2020-02-281-11/+13
* boot: Remove remote origin checkKrzysztof Gogolewski2020-02-281-36/+0
* configure: correctly generate LIBRARY_template_haskell_VERSIONAdam Sandberg Ericsson2020-02-272-5/+7
* PmCheck: Implement Long-distance information with Covered setsSebastian Graf2020-02-2717-157/+194
* Modules: Core (#13009)Sylvain Henry2020-02-26151-723/+726
* testsuite: Make hasMetricsFile RHS more descriptiveBen Gamari2020-02-261-1/+1
* Bump hsc2hs submoduleBen Gamari2020-02-261-0/+0
* SysTools: Don't use process jobs if they are brokenBen Gamari2020-02-261-8/+22
* gitlab-ci: Mark some tests as broken on AlpineBen Gamari2020-02-261-4/+7
* hadrian: Add --broken-test flagBen Gamari2020-02-264-0/+25
* testsuite: Allow tests to be marked as broken on the command lineBen Gamari2020-02-263-1/+13
* gitlab-ci: Add run_hadrian subcommandBen Gamari2020-02-261-9/+11
* testsuite: Flush stdout buffers in InitEventLoggingBen Gamari2020-02-263-2/+7
* gitlab-ci: Fix colors on DarwinBen Gamari2020-02-261-1/+1
* gitlab-ci: Add shell subcommand for debugging within CI environmentBen Gamari2020-02-261-0/+10
* testsuite: Fix symlink testBen Gamari2020-02-261-1/+1