summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIP brain dump commitwip/typedrat_cartazio_anfAlexis Williams2019-12-231-0/+508
* WIP brain dump commitAlexis Williams2019-12-234-57/+537
* Add Core to Core pass to force ANFAlexis Williams2019-12-205-9/+116
* Add index-state to hadrian/cabal.projectOleg Grenrus2019-12-161-0/+3
* Having no shake upper bound is irresposibleOleg Grenrus2019-12-161-1/+1
* Add --show-unit-ids flag to ghc-pkgOleg Grenrus2019-12-111-9/+22
* users-guide/relnotes: Mention nonmoving collectorBen Gamari2019-12-111-0/+2
* gitlab-ci: Re-add release-x86_64-deb9 jobBen Gamari2019-12-111-6/+5
* Revert "rts: Drop redundant flags for libffi"ghc-8.10.1-alpha2Ben Gamari2019-12-101-3/+8
* gitlab-ci: Another approach for xz detectionBen Gamari2019-12-102-9/+9
* gitlab-ci: Use xz --threads on AlpineBen Gamari2019-12-101-0/+1
* gitlab-ci: Allow debian 8 build to failBen Gamari2019-12-101-0/+1
* gitlab-ci: Use xz --threads on Debian 10Ben Gamari2019-12-101-0/+2
* gitlab-ci: Fix Windows artifact collectionBen Gamari2019-12-091-1/+3
* Fix compacting GC bug when chaining tagged and non-tagged fields togetherÖmer Sinan Ağacan2019-12-061-67/+95
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-0619-32/+382
* gitlab-ci: Add Debian 10 buildsBen Gamari2019-12-061-1/+34
* gitlab-ci: Consolidate release build configurationBen Gamari2019-12-061-39/+27
* gitlab-ci: Set LANG on CentOS 7Ben Gamari2019-12-061-0/+2
* gitlab-ci: pxz is unavailable on CentOS 7Ben Gamari2019-12-062-0/+3
* Release notes fixesBen Gamari2019-12-061-8/+8
* gitlab-ci: Always build source tarballBen Gamari2019-12-061-0/+1
* gitlab-ci: Add release-x86_64-linux-deb9 jobBen Gamari2019-12-061-0/+14
* On FreeBSD 12 sys/sysctl.h requires sys/types.hViktor Dukhovni2019-11-231-0/+1
* testsuite: Simplify Python <3.5 fallback for TextIOghc-8.10.1-alpha1Ben Gamari2019-11-221-2/+5
* gitlab-ci: Fix Windows bindist collectionBen Gamari2019-11-221-1/+1
* testsuite: Fix location of typing_stubs moduleBen Gamari2019-11-212-13/+23
* gitlab-ci: Detect available xz compressorsBen Gamari2019-11-211-1/+13
* release notes: Mention a few Hadrian changes in release notesBen Gamari2019-11-211-0/+7
* gitlab-ci: Bump Docker imagesBen Gamari2019-11-211-1/+1
* base: Fix <unistd.h> #includeBen Gamari2019-11-211-2/+2
* gitlab-ci: Disable Sphinx build on Debian 8Ben Gamari2019-11-211-0/+6
* win32-init: Drop workaround for #17480Ben Gamari2019-11-211-2/+0
* gitlab-ci: Fix changelog linting logicBen Gamari2019-11-211-1/+1
* Clean up TBDs in changelogBen Gamari2019-11-212-5/+8
* Target the IsList instance for ZipList at base-4.14.0.0 (#17489)Ryan Scott2019-11-211-1/+3
* Bump hsc2hs submoduleBen Gamari2019-11-211-0/+0
* 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