summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Less Tc inside simplCore (Phase 1 for #14391)Artem Pelenitsyn2018-05-159-79/+164
* Algebraically simplify add/sub with carry/overflowSebastian Graf2018-05-152-13/+114
* Revert "Simplify callSiteInline a little"Ben Gamari2018-05-151-16/+17
* Tidy up error suppressionSimon Peyton Jones2018-05-151-23/+33
* Fix performance regressions from #14737Tobias Dammers2018-05-142-21/+55
* Add support for opting out of package environmentsHerbert Valerio Riedel2018-05-131-2/+11
* ghc-pkg: Configure handle encodingsBen Gamari2018-05-131-15/+0
* Fix #14875 by introducing PprPrec, and using itRyan Scott2018-05-1313-349/+363
* Add note documenting refineDefaultAltMatthew Pickering2018-05-131-0/+88
* GHCi: Include a note in the hint to expose a hidden packageChaitanya Koparkar2018-05-131-1/+2
* Remove unused things from utils/DigraphDavid Feuer2018-05-131-89/+2
* Refactor LitStringSylvain Henry2018-05-135-81/+83
* TcInteract: Ensure that tycons have representations before solving for TypeableBen Gamari2018-05-133-1/+9
* Simplify -ddump-json implementationMatthew Pickering2018-05-133-73/+25
* Emit info-level log message when package envs are loadedHerbert Valerio Riedel2018-05-131-0/+3
* Use correct source spans for EmptyCaseRyan Scott2018-05-121-2/+3
* Expand $tooldir in ghc --info outputAlp Mestanogullari2018-05-122-6/+13
* Revert "Add -fghci-leak-check to check for space leaks"Simon Marlow2018-05-101-2/+0
* Fix #15038Ömer Sinan Ağacan2018-05-103-8/+40
* Add -fghci-leak-check to check for space leaksSimon Marlow2018-05-091-0/+2
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-081-13/+27
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-081-4/+1
* Normalize the element type of ListPat, fix #14547Ben Gamari2018-05-081-1/+4
* Revert "Normalize the element type of ListPat, fix #14547"Ben Gamari2018-05-081-4/+1
* Simplify the kind checking for type/class declsSimon Peyton Jones2018-05-081-103/+129
* Used named fields for DataDeclRnSimon Peyton Jones2018-05-081-3/+6
* Small refactoring in ExitifySimon Peyton Jones2018-05-081-60/+73
* Add 'addWordC#' PrimOpSebastian Graf2018-05-058-14/+96
* Do not supply `-mcpu` if `-optlc` provides `-mcpu` already.Moritz Angermann2018-05-051-2/+3
* Normalize the element type of ListPat, fix #14547HE, Tao2018-05-051-1/+4
* Split TrieMap into a general (TrieMap) and core specific (CoreTrieMap) module.klebinger.andreas@gmx.at2018-05-058-370/+438
* Simplify callSiteInline a littleSimon Peyton Jones2018-05-041-17/+16
* GHCi: Improve the error message for hidden packagesChaitanya Koparkar2018-05-031-3/+7
* Correctly add unwinding info in manifestSp and makeFixupBlocksBartosz Nitka2018-05-033-37/+122
* Compute DW_FORM_block length correctly; also fixes #15068Bertram Felgenhauer2018-05-031-2/+4
* Set arity for absentErrorDavid Feuer2018-05-021-20/+23
* Exitify: Do not trip over shadowing (fixes #15110)Joachim Breitner2018-05-011-4/+19
* Preserve join-point arity in CoreOptSimon Peyton Jones2018-05-011-2/+21
* Don't crash when pretty-printing bad joinsSimon Peyton Jones2018-05-011-1/+9
* Better linting for typesSimon Peyton Jones2018-04-272-74/+99
* Make out-of-scope errors more prominentSimon Peyton Jones2018-04-271-3/+15
* Refactor tcExtendLocalFamInst a bitSimon Peyton Jones2018-04-272-30/+47
* Comments only: the FVAnn invariantSimon Peyton Jones2018-04-271-6/+19
* Minor refactoring in ExitifySimon Peyton Jones2018-04-271-32/+39
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-2758-1739/+2863
* Rename a local variableSimon Peyton Jones2018-04-271-2/+2
* Refactor in OccurAnalSimon Peyton Jones2018-04-271-28/+29
* Comments onlySimon Peyton Jones2018-04-272-2/+3
* Do not unpack class dictionaries with INLINABLESimon Peyton Jones2018-04-262-28/+46
* coercion: Improve debugging outputSimon Peyton Jones2018-04-231-36/+46