summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump hsc2hs submoduleBen Gamari2018-10-241-0/+0
* Bump version to 8.6.2Ben Gamari2018-10-171-1/+1
* circleci: Build with in-tree GMP on DarwinBen Gamari2018-10-171-1/+3
* Fix #15761 by adding parensRichard Eisenberg2018-10-174-7/+20
* Bump haddock submoduleBen Gamari2018-10-171-0/+0
* Fail fast on pattern synonymsSimon Peyton Jones2018-10-1712-98/+165
* base: Fill in TBAs in changelogBen Gamari2018-10-151-1/+1
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-1318-164/+105
* Do not mark CoVars as dead in the occur-analSimon Peyton Jones2018-10-134-0/+117
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-10-138-22/+81