summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 8.8.2ghc-8.8.2-releaseBen Gamari2020-01-091-2/+2
* configure.ac: fix '--disable-dwarf-debug'Sergei Trofimovich2020-01-061-5/+6
* SysTools: Only apply Windows-specific workaround on WindowsBen Gamari2020-01-061-1/+7
* Set correct length of DWARF .debug_aranges section (fixes #17428)Szymon Nowicki-Korgol2020-01-061-1/+2
* rts: Fix -hT option with profiling rtsDaniel Gröber2020-01-061-4/+1
* gitlab-ci: Explicitly set bindist tarball nameBen Gamari2019-12-231-6/+6
* relnotes: More fixesBen Gamari2019-12-161-2/+5
* relnotes: Fix typoBen Gamari2019-12-161-1/+1
* Declare filepath as a dependency for ghc-cabalOleg Grenrus2019-12-131-2/+2
* Advance Cabal to 3.0.1.0-rc2 tagOleg Grenrus2019-12-131-0/+0
* users-guide: Fix :ghc-ticket: and :ghc-wiki: linksBen Gamari2019-12-121-2/+2
* rel-notes: More fixesBen Gamari2019-12-121-3/+4
* Add --show-unit-ids flag to ghc-pkgOleg Grenrus2019-12-111-9/+22
* Set RELEASE=NOghc-8.8.2-rc1Ben Gamari2019-12-111-1/+1
* base: Fix incorrect @since in GHC.NaturalBen Gamari2019-12-101-1/+1
* Fix compacting GC bug when chaining tagged and non-tagged fields togetherÖmer Sinan Ağacan2019-12-101-67/+95
* Refactor Compact.c:Ömer Sinan Ağacan2019-12-101-227/+127
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-1018-32/+367
* Add 8.8.2 release notesBen Gamari2019-12-092-0/+86
* Colorize changelog checkBen Gamari2019-12-091-1/+7
* gitlab-ci: Move changelog linting logic to shell scriptBen Gamari2019-12-092-5/+9
* Advance Cabal to 3.0.1.0-rc1 tagOleg Grenrus2019-12-091-0/+0
* Bump array submodule to 0.5.4.0 tagBen Gamari2019-12-061-0/+0
* Bump directory submoduleBen Gamari2019-12-061-0/+0
* rts: Don't use MAP_32BIT on DarwinBen Gamari2019-11-191-2/+3
* Bump process submodule to 1.6.7.0Ben Gamari2019-11-191-0/+0
* Enable USE_PTHREAD_FOR_ITIMER also on FreeBSDViktor Dukhovni2019-11-181-0/+3
* Bump processBen Gamari2019-11-181-0/+0
* testsuite: Introduce concurrent_ways setBen Gamari2019-11-182-7/+12
* Backport fixes from !1953 fixing #17334.wip/andreask/1953_backportAndreas Klebinger2019-11-128-266/+830
* On FreeBSD 12 sys/sysctl.h requires sys/types.hViktor Dukhovni2019-11-101-0/+1
* Improve error recovery in the typecheckerSimon Peyton Jones2019-11-0821-214/+327
* Fix #17112Sebastian Graf2019-11-083-27/+54
* Don't do binder-swap for GlobalIdsSimon Peyton Jones2019-11-071-3/+8
* Parenthesize GADT return types in pprIfaceConDecl (#17384)wip/backport-T17296-and-T17384Ryan Scott2019-11-045-1/+16
* Reify oversaturated data family instances correctly (#17296)Ryan Scott2019-11-036-21/+175
* Fix #14579 by defining tyConAppNeedsKindSig, and using itRyan Scott2019-11-039-205/+421
* configure: Search for LLVM executables with two-number versionsBen Gamari2019-11-031-2/+3
* testsuite: Add tests for #16943Ben Gamari2019-11-035-0/+23
* expose ModuleInfo.minf_rdr_env for tooling authorsSam Halliday2019-11-031-0/+4
* Fix bounds check in ocResolve_PEi386 for relocation values.Andreas Klebinger2019-11-031-2/+2
* configure: Don't depend upon alex in source dist buildBen Gamari2019-11-031-2/+5
* Fix new compact block allocation in allocateForCompactÖmer Sinan Ağacan2019-11-033-2/+32
* Exclude rts.cabal from source distributionsBen Gamari2019-11-032-0/+2
* rules/haddock: Ensure that RTS stats directory existsBen Gamari2019-11-031-0/+2
* rts: Fix CNF dirtying logicBen Gamari2019-11-031-3/+3
* Extend argument of createIOThread to word sizeStefan Schulze Frielinghaus2019-11-031-2/+2
* configure: Determine library versions of template-haskell, et al.Ben Gamari2019-11-032-0/+9
* New fix for #11647. Avoid side effects like #17171Roland Senn2019-11-038-6/+37
* Don't skip validity checks for built-in classes (#17355)Ryan Scott2019-11-035-6/+27