summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump Cabal submodule to 2.4.1.0wip/ghc-8.6-Cabal-bumpBen Gamari2019-04-091-0/+0
* Move 8.6.5-notes.rst to docs/users_guideBen Gamari2019-04-081-0/+0
* users-guide: Mention fix to #16514Ben Gamari2019-04-071-0/+3
* users-guide: Fix version number referenceBen Gamari2019-04-071-1/+1
* users-guide: Add missing libraries to release notes library listghc-8.6.5-rc1Ben Gamari2019-04-061-0/+5
* Add release notes for 8.6.5Ben Gamari2019-04-062-0/+69
* configure: Always use AC_LINK_ELSEIF when testing against assemblerwip/ghc-8.6-mergesBen Gamari2019-04-041-5/+33
* Restore Xmm registers properly in StgCRun.cklebinger.andreas@gmx.at2019-04-041-9/+9
* gitlab-ci: Build hyperlinked sources for releasesBen Gamari2019-04-041-0/+6
* Fix #16219: TemplateHaskell causes indefinite package build errorEdward Z. Yang2019-03-2911-0/+137
* Don't overwrite the set log_action when using --interactiveMatthew Pickering2019-03-291-4/+8
* Introduce i386-windows jobBen Gamari2019-03-212-3/+45
* gitlab-ci: Don't build Windows in quick flavourBen Gamari2019-03-191-1/+0
* Set RELEASE=NOBen Gamari2019-03-051-1/+1
* Bump to 8.6.4ghc-8.6.4-releaseBen Gamari2019-03-041-1/+1
* gitlab-ci: Drop CircleCI jobsBen Gamari2019-03-021-29/+0
* gitlab-ci: Produce DWARF-enabled binary distributionBen Gamari2019-03-022-1/+30
* gitlab-ci: Pull docker images from ghc/ci-images registryBen Gamari2019-03-021-11/+13
* Fix regression incorrectly advertising TH supportghc-8.6-mergesHerbert Valerio Riedel2019-02-201-0/+8
* Fix two bugs in stg_ap_0_fast in profiling runtimeÖmer Sinan Ağacan2019-02-201-7/+11
* users-guide: Some more release notes for 8.6.4Ben Gamari2019-02-121-0/+12
* Stack: fix name mangling.Tamar Christina2019-02-104-1/+95
* GhcPlugins: Fix lookup of TH namesBen Gamari2019-02-101-2/+3
* testsuite: Add test for #16104Ben Gamari2019-02-109-0/+75
* testsuite: Mark ghci063 as broken on DarwinBen Gamari2019-02-091-1/+1
* Bump transformers to 0.5.6.2Ben Gamari2019-02-021-0/+0
* Bump process submodule to 1.6.4.0Ben Gamari2019-02-021-0/+0
* Fix checkPtrInArenaÖmer Sinan Ağacan2019-01-281-2/+11
* Fix raiseAsync() UNDERFLOW_FRAME handling in profiling runtimeÖmer Sinan Ağacan2019-01-282-8/+8
* Implement a sanity check for CCS fields in profiling buildsÖmer Sinan Ağacan2019-01-285-0/+44
* Fix a MSG_BLACKHOLE sanity check, add some commentsÖmer Sinan Ağacan2019-01-282-3/+12
* rts: Use always-available locking operations in pthread Itimer implementationBen Gamari2019-01-281-6/+6
* itimer: Don't free condvar until we know ticker is stoppedBen Gamari2019-01-281-2/+2
* Fix bogus worker for newtypesSimon Peyton Jones2019-01-281-21/+22
* PPC NCG: Implement simple 64-Bit compare on 32-bitPeter Trommler2019-01-171-161/+181
* gitlab: Collect artifacts on WindowsBen Gamari2019-01-151-0/+10
* Release notes for 8.6.4wip/ghc-8.6-backportsBen Gamari2019-01-102-0/+65
* Fix recompilation bug with default class methods (#15970)Simon Marlow2019-01-077-13/+134
* testsuite: Mark objcpp-hi and T13366 as broken on Darwin due to #16083Ben Gamari2018-12-302-1/+5
* testsuite: Mark heapprof001 as broken in prof_hc_hb way on i386Ben Gamari2018-12-301-1/+3
* gitlab-ci: Allow integer-simple and unregisterised builds to failBen Gamari2018-12-291-0/+3
* testsuite: Skip ffi018_ghci when unregisterisedBen Gamari2018-12-291-0/+2
* gitlab-ci: Skip performance testsBen Gamari2018-12-271-1/+1
* Grab CI configuration from masterBen Gamari2018-12-2723-109/+1457
* Revert "Windows: Use the "big" PE object format on amd64"Ben Gamari2018-12-231-37/+1
* utils/gen-dll: Bump containers upper boundBen Gamari2018-12-151-1/+1
* Release 8.6.3ghc-8.6.3-releaseBen Gamari2018-12-061-2/+2
* users guide: Add release notes for 8.6.3Ben Gamari2018-12-062-0/+72
* Windows: Use the "big" PE object format on amd64Ben Gamari2018-12-061-1/+37
* linker: store entire link map and use it.Tamar Christina2018-12-0610-21/+64