| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary check in CmmContFlowOpt | Jan Stolarek | 2013-10-24 | 1 | -8/+6 |
* | Untabify (sorry didn't fully do it first time) | Simon Peyton Jones | 2013-10-24 | 1 | -55/+55 |
* | Trailing whitespace only | Simon Peyton Jones | 2013-10-24 | 1 | -27/+27 |
* | Untabify and trailing whitespace | Simon Peyton Jones | 2013-10-24 | 1 | -70/+63 |
* | Untabify and remove trailing spaces | Simon Peyton Jones | 2013-10-24 | 1 | -206/+199 |
* | Refactor the topNormaliseNewType story, fixing Trac #8467 | Simon Peyton Jones | 2013-10-24 | 5 | -145/+157 |
* | oprhNamesOfFamInst should include the type family itself (fix Trac #8469) | Simon Peyton Jones | 2013-10-24 | 1 | -6/+9 |
* | Suppress AMP warnings with -XNoImplicitPrelude (fixed Trac #8320) | Simon Peyton Jones | 2013-10-24 | 2 | -7/+38 |
* | Revert "Fix Trac #7667.", restoring the refined fix. | Richard Eisenberg | 2013-10-23 | 1 | -1/+0 |
* | Remove debugging printouts -- sorry! | Richard Eisenberg | 2013-10-23 | 3 | -13/+3 |
* | Be more selective about when to print out roles with :info | Richard Eisenberg | 2013-10-23 | 1 | -8/+12 |
* | Change default roles for classes to be *nominal*. | Richard Eisenberg | 2013-10-23 | 1 | -12/+15 |
* | Change GeneralizedNewtypeDeriving safety check. | Richard Eisenberg | 2013-10-23 | 3 | -22/+112 |
* | Comments & typos only | Richard Eisenberg | 2013-10-23 | 2 | -5/+5 |
* | Refine fix for #7667. | Richard Eisenberg | 2013-10-23 | 1 | -12/+16 |
* | Fix Trac #8455. | Richard Eisenberg | 2013-10-23 | 1 | -2/+2 |
* | Normalise the type when generating do-bind warnings (Trac #8470) | Simon Peyton Jones | 2013-10-23 | 5 | -59/+77 |
* | Fix Trac #8448 | Simon Peyton Jones | 2013-10-23 | 1 | -3/+11 |
* | Rename topNormaliseType to topNormaliseType_maybe | Simon Peyton Jones | 2013-10-23 | 3 | -11/+15 |
* | More comments about stack layout | Simon Peyton Jones | 2013-10-18 | 2 | -14/+43 |
* | Comments only | Jan Stolarek | 2013-10-18 | 1 | -1/+2 |
* | Improve control flow optimisation algorithm | Jan Stolarek | 2013-10-18 | 1 | -164/+271 |
* | Trailing whitespaces | Jan Stolarek | 2013-10-18 | 1 | -13/+14 |
* | Clarify comments and liberalise stack-check optimisation slightly | Simon Peyton Jones | 2013-10-18 | 2 | -10/+15 |
* | Comments about control-flow optimisation | Simon Peyton Jones | 2013-10-18 | 1 | -8/+9 |
* | Comments (about the stack overflow check) only | Simon Peyton Jones | 2013-10-18 | 1 | -15/+23 |
* | Trailing whitespace only | Simon Peyton Jones | 2013-10-18 | 1 | -108/+108 |
* | When de-serialising interfaces, need to distinguish types from kinds | Simon Peyton Jones | 2013-10-18 | 1 | -10/+37 |
* | Comments only | Simon Peyton Jones | 2013-10-18 | 1 | -25/+38 |
* | Comments only | Simon Peyton Jones | 2013-10-18 | 1 | -0/+3 |
* | Optimise stack checks that are always false | Jan Stolarek | 2013-10-17 | 1 | -12/+12 |
* | Support the syntax [e||...||] for typed expression brackets. | Geoffrey Mainland | 2013-10-17 | 1 | -0/+1 |
* | Minor code refactoring in HscMain | Jan Stolarek | 2013-10-16 | 1 | -6/+2 |
* | Trailing whitespaces | Jan Stolarek | 2013-10-16 | 1 | -5/+4 |
* | Remove unused code | Jan Stolarek | 2013-10-16 | 1 | -48/+0 |
* | Trailing whitespaces | Jan Stolarek | 2013-10-16 | 1 | -5/+4 |
* | Generate (old + 0) instead of Sp in stack checks | Jan Stolarek | 2013-10-16 | 2 | -12/+27 |
* | Improve documentation (Related to #8447) | Iavor S. Diatchki | 2013-10-16 | 1 | -13/+16 |
* | Added comments to BooleanFormula to explain the expression simplifier. (#7633) | Twan van Laarhoven | 2013-10-15 | 1 | -3/+47 |
* | Fix Trac #7667. | Richard Eisenberg | 2013-10-15 | 1 | -13/+13 |
* | Weaken the improvement for subtraction. | Iavor S. Diatchki | 2013-10-15 | 1 | -6/+35 |
* | Reject negative type-level integers created via TH (#8412) | Krzysztof Gogolewski | 2013-10-12 | 2 | -19/+15 |
* | Typos | Krzysztof Gogolewski | 2013-10-12 | 14 | -14/+14 |
* | Add machinery to reify annotations (#8397) | Austin Seipp | 2013-10-11 | 4 | -11/+35 |
* | Remove outdated comment (#8434) | Austin Seipp | 2013-10-11 | 1 | -9/+1 |
* | Fix freezing on bare ')' with alternative layout rule (#8431) | Krzysztof Gogolewski | 2013-10-12 | 1 | -1/+1 |
* | Make MO_Prefetch_Data a no-op in the C backend (#8437). | Reid Barton | 2013-10-12 | 1 | -0/+1 |
* | Relax build-deps to allow upcoming `array-0.5.0.0` | Herbert Valerio Riedel | 2013-10-11 | 1 | -1/+1 |
* | Future-proof code for upcoming `array-0.5.0.0` | Herbert Valerio Riedel | 2013-10-11 | 2 | -8/+8 |
* | Fix a bug in the canned selector code when profiling. | Simon Marlow | 2013-10-11 | 1 | -1/+6 |