summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump iserv versionsBen Gamari2018-12-062-2/+2
* Remove explicit recursion in retainer profiling (fixes #14758)Alexander Vershilov2018-12-061-77/+146
* Fix #15859 by checking, not assuming, an ArgFlagRichard Eisenberg2018-11-224-6/+24
* base: Mention openFile throwing does-not-exist-errors on FIFOsBen Gamari2018-11-221-2/+4
* Revert "libiserv: Generate cabal file with autoconf"Ben Gamari2018-11-222-2/+2
* rts/MachO: Iterate through N (all) symbols, not M external symbolsDario Bertini2018-11-221-1/+1
* rts/MachO: A bit of refactoring in ocGetNamesDario Bertini2018-11-221-8/+7
* rts/MachO: Add a bit more debugging output to getNamesDario Bertini2018-11-221-4/+7
* circleci: Actually build with in-tree GMP on DarwinDario Bertini2018-11-222-3/+2
* Fix a bug in SRT generation (#15892)Simon Marlow2018-11-223-1/+75
* Load plugins in interactive sessionChristiaan Baaij2018-11-2214-6/+112
* rts/M32Alloc: Abort if m32 linker mmap failsBen Gamari2018-11-221-0/+3
* users guide: We no longer build libraries with -split-objsBen Gamari2018-11-221-1/+1
* Fix heap corruption during stable name allocationÖmer Sinan Ağacan2018-11-221-2/+13
* distrib/configure: Set RanlibCmdBen Gamari2018-11-071-0/+2
* libiserv: Generate cabal file with autoconfBen Gamari2018-11-062-2/+2
* Set RELEASE=NOBen Gamari2018-11-051-1/+1
* integer-gmp: Fix TBA in changelogBen Gamari2018-11-021-1/+1
* Don't lint erroneous programs.ghc-8.6.2-releaseRichard Eisenberg2018-11-024-2/+20
* Fix #15787 by squashing a coercion hole.Richard Eisenberg2018-11-024-1/+29
* users-guide: Fix version numberBen Gamari2018-10-311-1/+1
* users-guide: Note existence of #14251Ben Gamari2018-10-301-0/+10
* Fix #15815 by parenthesizing the arguments to infix ~Ryan Scott2018-10-304-1/+22
* Revert "Multiple fixes / improvements for LLVM backend"Ben Gamari2018-10-305-67/+61
* Revert "Fix for T14251 on ARM"Ben Gamari2018-10-302-90/+39
* users-guide: Fix typoBen Gamari2018-10-301-1/+1
* Report a Wanted error even if there are Given onesSimon Peyton Jones2018-10-309-17/+85
* Fix TcType.anyRewritableTyVarNingning Xie2018-10-281-15/+11
* users-guide: Add release notes for 8.6.2Ben Gamari2018-10-282-0/+71
* plugins: search for .a files if necessarysheaf2018-10-281-40/+38
* Comment out CONSTANT_FOLDED in GHC.NaturalChristiaan Baaij2018-10-282-30/+40
* Fix integer overflow when encoding doubles (Trac #15271)Fangyi Zhou2018-10-283-4/+31
* Fix `:k` command: add validity checkingNingning Xie2018-10-286-1/+13
* includes: Allow headers to be built with C++11 compilersBen Gamari2018-10-281-2/+2
* Fix rare undefined asm temp end label error in x86Zejun Wu2018-10-281-7/+8
* Fix for T14251 on ARMKavon Farvardin2018-10-282-39/+90