summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Do not unify representational equalitiesSimon Peyton Jones2018-05-182-3/+22
* Debug tracing onlySimon Peyton Jones2018-05-183-5/+10
* Orient TyVar/TyVar equalities with deepest on the leftSimon Peyton Jones2018-05-1811-273/+342
* Tiny refactorSimon Peyton Jones2018-05-181-2/+2
* Comments onlySimon Peyton Jones2018-05-181-2/+2
* Fix GHCi space leaks (#15111)Simon Marlow2018-05-174-8/+66
* Comments and refactoring onlySimon Marlow2018-05-173-13/+31
* Fix #15073 by suggesting UnboxedTuples in an error messageRyan Scott2018-05-161-1/+4
* Fix #15039 by pretty-printing equalities more systematicallyRyan Scott2018-05-163-40/+97
* Add pprTraceM to Outputable as analog to traceM.klebinger.andreas@gmx.at2018-05-161-1/+4
* Merge FUN_STATIC closure with its SRTSimon Marlow2018-05-166-113/+174
* Save a word in the info table on x86_64Simon Marlow2018-05-163-25/+54
* Allow CmmLabelDiffOff with different widthsSimon Marlow2018-05-1620-46/+61
* An overhaul of the SRT representationSimon Marlow2018-05-1612-395/+693
* 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