| Commit message (Expand) | Author | Age | Files | Lines |
* | Tidy up IfaceEqualityTyCon | Simon Peyton Jones | 2017-10-31 | 2 | -45/+44 |
* | Fix #14390 by making toIfaceTyCon aware of equality | Ryan Scott | 2017-10-29 | 1 | -0/+6 |
* | Fix space leak in BinIface.getSymbolTable | Douglas Wilson | 2017-10-25 | 1 | -10/+23 |
* | Include usg_file_hash in ghc --show-iface output | Simon Marlow | 2017-10-24 | 1 | -1/+2 |
* | Levity polymorphic Backpack. | Edward Z. Yang | 2017-10-16 | 1 | -3/+6 |
* | Track the order of user-written tyvars in DataCon | Ryan Scott | 2017-10-03 | 5 | -45/+99 |
* | A bunch of typofixes | Gabor Greif | 2017-09-26 | 1 | -1/+1 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 12 | -0/+23 |
* | Fix #13963. | Richard Eisenberg | 2017-09-14 | 1 | -1/+3 |
* | Fix #13407 by suppressing invisibles better. | Richard Eisenberg | 2017-09-14 | 1 | -3/+3 |
* | Fix #14167 by using isGadtSyntaxTyCon in more places | Ryan Scott | 2017-09-02 | 2 | -28/+30 |
* | Add missing Semigroup instances to compiler | Herbert Valerio Riedel | 2017-08-31 | 1 | -3/+7 |
* | Add debugPprType | Simon Peyton Jones | 2017-08-31 | 3 | -3/+3 |
* | Small refactor of getRuntimeRep | Simon Peyton Jones | 2017-08-29 | 1 | -1/+1 |
* | Fix #14060 by more conservatively annotating TH-reified types | Ryan Scott | 2017-08-14 | 1 | -1/+1 |
* | Fix hs-boot knot-tying with record wild cards. | Edward Z. Yang | 2017-07-28 | 1 | -1/+8 |
* | Remove old coercion pretty-printer | Richard Eisenberg | 2017-07-27 | 3 | -4/+5 |
* | Preserve CoVar uniques during pretty printing | Richard Eisenberg | 2017-07-27 | 4 | -4/+15 |
* | Fix binder visiblity for default methods | Simon Peyton Jones | 2017-07-26 | 2 | -68/+4 |
* | Make IfaceAxiom typechecking lazier. | Edward Z. Yang | 2017-07-20 | 1 | -1/+8 |
* | Implement recompilation checking for -fignore-asserts | Ömer Sinan Ağacan | 2017-07-03 | 1 | -1/+5 |
* | Typos in comments | Ryan Scott | 2017-06-29 | 1 | -1/+1 |
* | Refactor temp files cleanup | Douglas Wilson | 2017-06-08 | 1 | -2/+2 |
* | Fix build after 'Shrink a couple of hs-boot files' | Bartosz Nitka | 2017-05-27 | 2 | -3/+1 |
* | Some tidying up of type pretty-printing | Simon Peyton Jones | 2017-05-26 | 1 | -38/+49 |
* | Shrink a couple of hs-boot files | Simon Peyton Jones | 2017-05-26 | 2 | -26/+8 |
* | Pretty-print strict record fields from ifaces correctly | Ryan Scott | 2017-05-20 | 1 | -1/+9 |
* | Account for IfUnpackCo in freeNamesIfDecl | Simon Peyton Jones | 2017-05-19 | 1 | -2/+8 |
* | Refactor freeNamesIfDecl | Simon Peyton Jones | 2017-05-19 | 1 | -44/+68 |
* | Comments and white space only | Simon Peyton Jones | 2017-05-19 | 1 | -3/+2 |
* | Kill off unused IfaceType.eqIfaceType | Simon Peyton Jones | 2017-05-16 | 2 | -120/+21 |
* | Revert "Use a deterministic map for imp_dep_mods" | Bartosz Nitka | 2017-05-15 | 1 | -3/+2 |
* | Revert "Stress test for nested module hierarchies" | Bartosz Nitka | 2017-05-15 | 1 | -2/+3 |
* | Stress test for nested module hierarchies | Bartosz Nitka | 2017-05-15 | 1 | -3/+2 |
* | Parenthesize pretty-printed equalities when necessary | Ryan Scott | 2017-05-11 | 1 | -1/+1 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
* | Only pretty-print binders in closed type families with -fprint-explicit-foralls | Ryan Scott | 2017-04-25 | 1 | -1/+5 |
* | Replace Digraph's Node type synonym with a data type | Matthew Pickering | 2017-04-04 | 1 | -2/+2 |
* | Fix recompilation avoidance bug for implementor of hsig. | Edward Z. Yang | 2017-04-02 | 1 | -2/+8 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-03-30 | 1 | -1/+1 |
* | Recompile if -fhpc is added or removed (#11798) | Reid Barton | 2017-03-26 | 1 | -2/+8 |
* | Introduce putLogMsg | Ben Gamari | 2017-03-15 | 2 | -8/+7 |
* | Introduce and use EnumSet in DynFlags | Ben Gamari | 2017-03-15 | 1 | -2/+2 |
* | Comments only [ci skip] | Gabor Greif | 2017-03-09 | 1 | -1/+1 |
* | Comments only [ci skip] | Reid Barton | 2017-03-08 | 1 | -0/+27 |
* | Read COMPLETE sets from external packages | Ben Gamari | 2017-03-06 | 4 | -33/+31 |
* | Deserialize IfaceId more lazily | Reid Barton | 2017-03-03 | 1 | -6/+2 |
* | Revert "Read COMPLETE sets from external packages" | Ben Gamari | 2017-03-03 | 4 | -31/+33 |
* | Read COMPLETE sets from external packages | Ryan Scott | 2017-03-02 | 4 | -33/+31 |
* | Fix roles merging to apply only to non-rep-injective types. | Edward Z. Yang | 2017-03-02 | 1 | -2/+47 |