summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Packages: Don't use expectJustwip/no-expectJustBen Gamari2019-11-191-5/+8
* nonmoving: Drop redundant write barrier on stack underflowBen Gamari2019-11-191-10/+0
* testsuite: Increase width of stack003 testBen Gamari2019-11-191-5/+11
* nonmoving: Fix handling on large object marking on 32-bitBen Gamari2019-11-191-4/+7
* nonmoving: Rework mark queue representationBen Gamari2019-11-192-23/+18
* nonmoving: Fix incorrect masking in mark queue type testBen Gamari2019-11-191-2/+2
* nonmoving: Use correct info table pointer accessorBen Gamari2019-11-192-19/+7
* rts: Add missing include of SymbolExtras.hBen Gamari2019-11-191-0/+1
* Properly account for libdw paths in make build systemBen Gamari2019-11-194-3/+14
* Packages.hs: use O(n*log(n)) ordNub instead of O(n*n) nubÖmer Sinan Ağacan2019-11-191-6/+6
* Enable USE_PTHREAD_FOR_ITIMER also on FreeBSDViktor Dukhovni2019-11-191-0/+3
* Give seq a more precise type and remove magicBen Gamari2019-11-1911-170/+142
* desugar: Drop stale Note [Matching seqId]Ben Gamari2019-11-191-6/+0
* Optimize MonadUnique instances based on IO (#16843)nineonine2019-11-1911-121/+79
* testsuite: Skip T17414 on LinuxBen Gamari2019-11-171-0/+4
* Turn some comments into GHC.Hs.Utils into haddocksAndreas Klebinger2019-11-171-37/+46
* Fixed issue #17435, missing Data instancesMario Blažević2019-11-172-0/+16
* Fix random typos [skip ci]nineonine2019-11-178-9/+9
* exceptions: Bump submodule back to masterBen Gamari2019-11-171-0/+0
* users-guide: Address #17329Ben Gamari2019-11-171-7/+7
* Make test 16916 more stable across runsIvan Kasatenko2019-11-171-2/+2
* testsuite: Don't collect residency for T4801Ben Gamari2019-11-171-1/+0
* Bump version to 8.10.0Ben Gamari2019-11-173-1/+1
* gitlab-ci: Fix submodule linterBen Gamari2019-11-171-2/+2
* users-guide: Drop 8.6.1 release notesBen Gamari2019-11-152-293/+0
* testsuite: Increase acceptance window of T4801Ben Gamari2019-11-151-1/+1
* llvm-targets: Update with Clang 9wip/llvm9Ben Gamari2019-11-151-23/+23
* Bump supported LLVM version to 9.0Ben Gamari2019-11-152-2/+2
* gitlab-ci: Install process to global pkgdb before starting buildBen Gamari2019-11-151-0/+2
* gitlab-ci: Allow Windows to fail againBen Gamari2019-11-141-0/+1
* base: Bump version to 4.14.0.0Ben Gamari2019-11-1431-25/+22
* Bump Haskeline and add exceptions as boot libraryBen Gamari2019-11-139-21/+61
* Only pass mod_location with HscRecomp instead of the entire ModSummaryÖmer Sinan Ağacan2019-11-133-15/+12
* Print name prefixly in the Outputable instance for StandaloneKindSigRyan Scott2019-11-134-1/+20
* users guide: Fix broken linkBen Gamari2019-11-131-1/+5
* testsuite: Add test for #17458Ben Gamari2019-11-133-0/+59
* hadrian: fix Windows CI scriptAlp Mestanogullari2019-11-131-3/+2
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-1340-246/+224
* Document CmmTopInfo typeÖmer Sinan Ağacan2019-11-131-0/+2
* testsuite: don't collect compiler stats in collect_runtime_residencyAlp Mestanogullari2019-11-121-1/+1
* ci: push perf test metrics even when the testsuite doesn't passAlp Mestanogullari2019-11-111-1/+1
* testsuite: Disable T4334 in nonmoving_thr waywip/alp/hadrian-ci-metricsfileBen Gamari2019-11-111-2/+3
* hadrian: export METRICS_FILE to make it accessible to perf notes scriptAlp Mestanogullari2019-11-112-5/+4
* testsuite: Don't check_stats at runtime if not requestedwip/T17387Ben Gamari2019-11-101-4/+9
* testsuite: Use small allocation area when measuring residencyBen Gamari2019-11-105-83/+67
* testsuite: Mark tests fragile in threaded2 as fragile in all concurrent waysBen Gamari2019-11-106-4/+4
* Fix #17405 by not checking imported equationsRichard Eisenberg2019-11-1017-177/+241
* Update release notes about #16512 / #17405.Richard Eisenberg2019-11-101-0/+12
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-106-8/+10
* Fix incorrect pluralsBrian Wignall2019-11-091-1/+1