summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into wip/impredicativityAlejandro Serrano2015-07-2790-1201/+2676
|\
| * Comment tweaks onlyReid Barton2015-07-251-2/+2
| * renamer: fix module-level deprecation messageSergei Trofimovich2015-07-251-2/+2
| * Improve instanceCantMatchSimon Peyton Jones2015-07-241-2/+6
| * Refactoring around FunDepsSimon Peyton Jones2015-07-243-86/+100
| * Comments about stricteness of catch#Simon Peyton Jones2015-07-241-15/+28
| * Comments onlySimon Peyton Jones2015-07-241-4/+2
| * Library names, with Cabal submodule updateEdward Z. Yang2015-07-235-4/+349
| * Add a few comments from SPJ on fixity declarationsBen Gamari2015-07-232-2/+20
| * ghci: fixity declarations for infix data constructors (#10018)Thomas Miedema2015-07-232-3/+8
| * Slight refactoring to the fix for #4012Simon Peyton Jones2015-07-233-20/+22
| * DataCon: Fix redundant importBen Gamari2015-07-231-1/+0
| * Parenthesise TypeOperator in import hintsThomas Winant2015-07-231-4/+5
| * Accept next-docstrings on GADT constructors.Ben Gamari2015-07-232-7/+15
| * Generate .dyn_o files for .hsig files with -dynamic-tooMichael Smith2015-07-231-1/+12
| * Lexer: support consecutive references to Haddock chunks (#10398)Thomas Miedema2015-07-231-1/+1
| * Comments onlySimon Peyton Jones2015-07-231-1/+7
| * Fix Trac #10670Simon Peyton Jones2015-07-232-19/+30
| * Use lookupIfaceTop for loading IfaceDecls.Edward Z. Yang2015-07-223-9/+10
| * Some utility functions for testing IfaceType equality.Edward Z. Yang2015-07-222-2/+140
| * Export alwaysQualifyPackages and neverQualifyPackages.Edward Z. Yang2015-07-221-0/+1
| * Give more informative panic for checkFamInstConsistency.Edward Z. Yang2015-07-221-1/+3
| * Add ExceptionMonad instance for IOEnv.Edward Z. Yang2015-07-221-0/+10
| * Switch from recording IsBootInterface to recording full HscSource.Edward Z. Yang2015-07-227-20/+38
| * Eliminate zero_static_objects_list()Simon Marlow2015-07-221-2/+3
| * Add utility function isHoleName.Edward Z. Yang2015-07-211-0/+4
| * Make seq-of-cast rule generate a caseSimon Peyton Jones2015-07-212-17/+22
| * Do occurrence analysis on result of BuiltInRuleSimon Peyton Jones2015-07-211-2/+3
| * Comments onlySimon Peyton Jones2015-07-211-2/+3
| * Avoid out-of-scope top-level IdsSimon Peyton Jones2015-07-211-16/+15
| * Comments and white space onlySimon Peyton Jones2015-07-211-3/+5
| * Implement -dsuppress-unfoldingsSimon Peyton Jones2015-07-212-18/+17
| * Add NOINLINE for hs-boot functionsSimon Peyton Jones2015-07-215-80/+154
| * Refactor self-boot infoSimon Peyton Jones2015-07-218-153/+184
| * Comments and white space onlySimon Peyton Jones2015-07-211-18/+18
| * Improve strictness analysis for exceptionsSimon Peyton Jones2015-07-213-37/+85
| * Refactor newSCWorkFromFlavouredSimon Peyton Jones2015-07-211-18/+22
| * Comments only (superclasses and improvement)Simon Peyton Jones2015-07-212-52/+22
| * Use varToCoreExpr in mkWWcpr_helpSimon Peyton Jones2015-07-211-1/+3
| * Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-214-68/+1
| * primops: Fix spelling mistakeBen Gamari2015-07-211-1/+1
| * Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-2011-136/+350
| * Revert "Revert "Change loadSrcInterface to return a list of ModIface""Edward Z. Yang2015-07-204-38/+96
| * Fix primops documentation syntaxBen Gamari2015-07-201-8/+8
| * Do not treat prim and javascript imports as C imports in TH and QQLuite Stegeman2015-07-202-7/+18
| * primops: Add haddocks to BCO primopsBen Gamari2015-07-201-1/+11
| * Support wild cards in TH splicesThomas Winant2015-07-206-50/+161
| * LlvmCodeGen: add support for MO_U_Mul2 CallishMachOpMichal Terepeta2015-07-202-1/+36
| * Update assert to fix retc001 and retc002 (#9243)Thomas Miedema2015-07-181-1/+1
| * Reduce non-determinism in ABI hashes with RULES and instance declsBartosz Nitka2015-07-172-6/+19