Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert recent submodule bumps | Ben Gamari | 2017-02-22 | 13 | -16/+14 | |
* | Bump time submodule | Ben Gamari | 2017-02-22 | 1 | -0/+0 | |
* | A much nicer solution for typechecking ApplicativeDo | Simon Peyton Jones | 2017-02-22 | 1 | -35/+32 | |
* | Test Trac #13244 | Simon Peyton Jones | 2017-02-22 | 2 | -0/+35 | |
* | Fix ApplicativeDo constraint scoping | Simon Peyton Jones | 2017-02-22 | 3 | -22/+70 | |
* | Test Trac #13271 | Simon Peyton Jones | 2017-02-22 | 3 | -0/+18 | |
* | Bump Cabal and containers submodules | Ben Gamari | 2017-02-21 | 9 | -12/+14 | |
* | Fix all broken perf tests on x64 Windows | Tamar Christina | 2017-02-21 | 5 | -6/+29 | |
* | Test Trac #13300 | Simon Peyton Jones | 2017-02-21 | 3 | -0/+17 | |
* | Gather constraints locally in checkMain | Simon Peyton Jones | 2017-02-21 | 5 | -7/+45 | |
* | Disallow class instances for synonyms | Simon Peyton Jones | 2017-02-21 | 4 | -6/+60 | |
* | A bit more tc-tracing in TcTyClsDecls | Simon Peyton Jones | 2017-02-21 | 1 | -0/+2 | |
* | Remove panics for TcTyCon | Simon Peyton Jones | 2017-02-21 | 2 | -50/+57 | |
* | A little refactoring of the simplifier around join points | Simon Peyton Jones | 2017-02-21 | 2 | -38/+45 | |
* | Replace some pushTcLevelM's with pushTcLevelM_ | Ryan Scott | 2017-02-21 | 1 | -3/+3 | |
* | Minor spelling, grammar, and formatting fixes | Ryan Scott | 2017-02-21 | 1 | -6/+7 | |
* | Fix SetLevels for join points | Simon Peyton Jones | 2017-02-21 | 1 | -18/+14 | |
* | Improve Core Lint, mainly for join points | Simon Peyton Jones | 2017-02-21 | 1 | -38/+69 | |
* | testsuite: Fix allocations of T10547 | Ben Gamari | 2017-02-21 | 1 | -1/+1 | |
* | Refactor inferConstraints not to use CPS | Simon Peyton Jones | 2017-02-21 | 2 | -22/+21 | |
* | Fix computation of dfun_tvs in mkNewTypeEqn | Simon Peyton Jones | 2017-02-21 | 3 | -4/+13 | |
* | Fix DeriveAnyClass (again) | Simon Peyton Jones | 2017-02-21 | 4 | -118/+172 | |
* | Spelling in comments only | Simon Peyton Jones | 2017-02-21 | 1 | -1/+1 | |
* | build.mk: Add option for debug symbols | Ben Gamari | 2017-02-20 | 1 | -0/+7 | |
* | Bump time submodule to 1.8 | Ben Gamari | 2017-02-20 | 7 | -2/+2 | |
* | Bump Win32 submodule to 2.5.1.0 | Ben Gamari | 2017-02-20 | 1 | -0/+0 | |
* | 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 |