Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a nasty bug in CoreSubst.collectBindersPushingCowip/spj-early-inline2 | Simon Peyton Jones | 2017-02-24 | 3 | -10/+47 |
* | Tidy up Coercion.mkRuntimeRepCo | Simon Peyton Jones | 2017-02-24 | 2 | -20/+28 |
* | Move isJoinId, isJoinId_maybe to Id | Simon Peyton Jones | 2017-02-24 | 7 | -29/+32 |
* | Simon's early-inline patch, take 2 | David Feuer | 2017-02-21 | 5 | -4/+8 |
* | Error message wibbles | Simon Peyton Jones | 2017-02-20 | 5 | -42/+128 |
* | Error message wibbles accumulated from the preceding patches | Simon Peyton Jones | 2017-02-20 | 11 | -277/+87 |
* | Improve SetLevels for join points | Simon Peyton Jones | 2017-02-20 | 1 | -166/+149 |
* | Change -ddump-tc-trace output in TcErrors, slightly | Simon Peyton Jones | 2017-02-20 | 1 | -5/+5 |
* | Improve pretty-printing of types | Simon Peyton Jones | 2017-02-20 | 10 | -104/+136 |
* | Add VarSet.anyDVarSet, allDVarSet | Simon Peyton Jones | 2017-02-20 | 4 | -10/+16 |
* | The Early Inline Patch | Simon Peyton Jones | 2017-02-20 | 23 | -149/+208 |
* | Small changes to expression sizing in CoreUnfold | Simon Peyton Jones | 2017-02-20 | 1 | -2/+10 |
* | Fix SetLevels for makeStaticPtr | Simon Peyton Jones | 2017-02-20 | 1 | -7/+10 |
* | Extend CSE to handle recursive bindings | Simon Peyton Jones | 2017-02-20 | 1 | -16/+76 |
* | Combine identical case alterantives in CSE | Simon Peyton Jones | 2017-02-20 | 1 | -2/+39 |
* | Inline data constructor wrappers in phase 2 only | Simon Peyton Jones | 2017-02-20 | 1 | -2/+20 |
* | Make Specialise work with casts | Simon Peyton Jones | 2017-02-20 | 2 | -11/+73 |
* | Stop uniques ending up in SPEC rule names | Simon Peyton Jones | 2017-02-20 | 1 | -4/+5 |
* | Occurrence-analyse the result of rule firings | Simon Peyton Jones | 2017-02-20 | 2 | -9/+68 |
* | Add -fspec-constr-keen | Simon Peyton Jones | 2017-02-20 | 4 | -9/+66 |
* | Refactor floating of bindings (fiBind) | Simon Peyton Jones | 2017-02-20 | 2 | -105/+125 |
* | More tracing in SpecConstr | Simon Peyton Jones | 2017-02-20 | 1 | -4/+10 |
* | Bump a few more performance regressions from Type-indexed Typeable | Ben Gamari | 2017-02-20 | 1 | -2/+4 |
* | Bump Cabal submodule | Ben Gamari | 2017-02-20 | 10 | -16/+18 |
* | A number of Typeable wibbles from review | Ben Gamari | 2017-02-20 | 4 | -13/+11 |
* | Remove redundant import | Simon Peyton Jones | 2017-02-20 | 1 | -1/+0 |
* | Fix Core pretty printer | Simon Peyton Jones | 2017-02-20 | 1 | -2/+3 |
* | Kill off the remaining Rec [] | Simon Peyton Jones | 2017-02-20 | 3 | -34/+39 |
* | Change -dppr-ticks to -dsuppress-ticks | Simon Peyton Jones | 2017-02-20 | 6 | -18/+21 |
* | Typos in manual, tests and comments | Gabor Greif | 2017-02-20 | 12 | -13/+13 |
* | Remove ghc-api/landmine tests | Alan Zimmerman | 2017-02-19 | 9 | -206/+0 |
* | Improve Haddock documentation for compact. | Edward Z. Yang | 2017-02-18 | 3 | -35/+110 |
* | Disable Typeable binding generation for unboxed sums | Ben Gamari | 2017-02-18 | 4 | -10/+14 |
* | Type-indexed Typeable | Ben Gamari | 2017-02-18 | 79 | -1026/+3111 |
* | Generalize kind of the (->) tycon | Ben Gamari | 2017-02-18 | 31 | -115/+480 |
* | Bump nofib submodule | Ben Gamari | 2017-02-18 | 1 | -0/+0 |
* | Bump libraries/array submodule | Ben Gamari | 2017-02-18 | 1 | -0/+0 |
* | Say 'data' explicitly in IfAbstractTyCon output. | Edward Z. Yang | 2017-02-17 | 11 | -13/+13 |
* | Improvements/bugfixes to signature reexport handling. | Edward Z. Yang | 2017-02-17 | 15 | -47/+156 |
* | Fix recompilation tracking on signatures. | Edward Z. Yang | 2017-02-17 | 12 | -5/+76 |
* | Fix a Backpack recompilation avoidance bug when signatures change. | Edward Z. Yang | 2017-02-17 | 17 | -38/+151 |
* | Simplify OutputableBndr | Simon Peyton Jones | 2017-02-17 | 8 | -78/+76 |
* | Fix a substitution bug in cseCase | Simon Peyton Jones | 2017-02-17 | 1 | -1/+2 |
* | Honour -dsuppress-uniques more thoroughly | Simon Peyton Jones | 2017-02-17 | 12 | -85/+96 |
* | Comments only, about inl_inline and inl_act | Simon Peyton Jones | 2017-02-17 | 1 | -4/+21 |
* | Better perf for haddock.base, haddock.Cabal | Simon Peyton Jones | 2017-02-16 | 1 | -2/+4 |
* | Use the correct origin in SectionL and Section R | Simon Peyton Jones | 2017-02-16 | 9 | -23/+51 |
* | Improve checking of joins in Core Lint | Simon Peyton Jones | 2017-02-16 | 1 | -123/+130 |
* | Comments and tiny refactor only | Simon Peyton Jones | 2017-02-16 | 1 | -11/+17 |
* | Typos [ci skip] | Gabor Greif | 2017-02-15 | 12 | -14/+14 |