summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GHCi should not filter instances involving cTuplesAlec Theriault2018-10-135-1/+19
* Add -Wstar-is-type to the User's GuideVladislav Zavialov2018-10-121-0/+19
* Fix slop zeroing for AP_STACK eager blackholes in debug buildÖmer Sinan Ağacan2018-10-123-29/+28
* Compiler panic on invalid syntax (unterminated pragma)roland2018-10-123-7/+22
* testsuite: Add test for #15053Ben Gamari2018-10-122-0/+4
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-10-128-5/+59
* users guide: Drop old release notesBen Gamari2018-10-074-1063/+0
* Be mindful of GADT tyvar order when desugaring record updatesRyan Scott2018-10-051-0/+1
* Drop accidental write-attributes requestTamar Christina2018-10-051-4/+2
* Bump array submoduleBen Gamari2018-10-051-0/+0
* Multiple fixes / improvements for LLVM backendKavon Farvardin2018-10-055-62/+67
* testsuite: Don't force run of llvm ways in T14251Ben Gamari2018-10-051-2/+1
* Add testcase for #14251Ben Gamari2018-10-053-0/+34
* circleci: Run cabal update with -vBen Gamari2018-09-211-1/+1
* Set RELEASE=YESghc-8.6.1-releaseBen Gamari2018-09-211-2/+2
* user-guide: Allow build with sphinx < 1.8Ben Gamari2018-09-201-2/+7
* users_guide: fix sphinx error caused by non-explicit overrideZejun Wu2018-09-201-12/+5
* users-guide: Fix build with sphinx 1.8Ben Gamari2018-09-201-2/+10
* users-guide: Fill out release highlightsBen Gamari2018-09-191-2/+13
* Bump stm submoduleBen Gamari2018-09-191-0/+0
* users-guide: Fix code-block layout for QuantifiedConstraintsTakenobu Tani2018-09-191-4/+4
* Don't shortcut SRTs for static functions (#15544)Simon Marlow2018-09-181-22/+130
* Revert "Revert "Disable the SRT offset optimisation on MachO platforms""Ben Gamari2018-09-184-5/+43
* Revert "Revert "Fix a bug in SRT generation""Ben Gamari2018-09-181-48/+51
* Revert "Revert "Fix retainer profiling after SRT overhaul""Ben Gamari2018-09-181-147/+28
* Revert "Revert "Comments and refactoring only""Ben Gamari2018-09-183-13/+31
* Revert "Revert "Merge FUN_STATIC closure with its SRT""Ben Gamari2018-09-1812-122/+184
* Revert "Revert "Save a word in the info table on x86_64""Ben Gamari2018-09-1811-45/+103
* Revert "Revert "An overhaul of the SRT representation""Ben Gamari2018-09-1823-540/+825
* Fix T15502 on 32-bitKrzysztof Gogolewski2018-09-182-0/+4
* Bump deepseq submoduleBen Gamari2018-09-161-0/+0
* Bump Cabal submoduleBen Gamari2018-09-161-0/+0
* Bump text submoduleBen Gamari2018-09-161-0/+0
* Bump stm submoduleBen Gamari2018-09-161-0/+0
* Update hsc2hs submoduleChaitanya Koparkar2018-09-161-0/+0
* base: showEFloat: Handle negative precisions the same of zero precisionBen Gamari2018-09-161-4/+6
* Fix #10859 by using foldr1 while deriving Eq instancesChaitanya Koparkar2018-09-161-1/+3
* Fix #15572 by checking for promoted names in ConTRyan Scott2018-09-164-1/+23
* Fix #15550 by quoting RULE names during TH conversionRyan Scott2018-09-164-2/+22
* canCFunEqCan: use isTcReflexiveCo (not isTcReflCo)Simon Peyton Jones2018-09-164-4/+109
* Fix #15502 by not casting to Int during TH conversionRyan Scott2018-09-164-2/+26
* Revert "An overhaul of the SRT representation"Ben Gamari2018-09-1323-825/+540
* Revert "Save a word in the info table on x86_64"Ben Gamari2018-09-1311-103/+45
* Revert "Merge FUN_STATIC closure with its SRT"Ben Gamari2018-09-1312-184/+122
* Revert "Comments and refactoring only"Ben Gamari2018-09-133-31/+13
* Revert "Fix retainer profiling after SRT overhaul"Ben Gamari2018-09-131-28/+147
* Revert "Fix a bug in SRT generation"Ben Gamari2018-09-131-51/+48