| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Implement shortcuts for slow calls that would require PAPs (#6084)" | Austin Seipp | 2013-10-26 | 3 | -69/+7 |
* | Revert "comments" | Austin Seipp | 2013-10-26 | 1 | -27/+0 |
* | Change type of `errMsgSpans` field of `ErrMsg` to `SrcSpan` | Joachim Breitner | 2013-10-26 | 1 | -9/+6 |
* | Update documentation regarding SpecConstr. | Austin Seipp | 2013-10-25 | 1 | -25/+31 |
* | Make SpecConstr also check for GHC.Types.SPEC | Austin Seipp | 2013-10-25 | 2 | -10/+20 |
* | Placate clang (#8444, #8445) | Austin Seipp | 2013-10-25 | 2 | -3/+3 |
* | Correctly set relative rpath for OS X (#8266) | Austin Seipp | 2013-10-25 | 1 | -0/+7 |
* | Untabify and remove trailing whitespace | Simon Peyton Jones | 2013-10-25 | 5 | -1284/+1255 |
* | Remove canSolve in favour of canRewrite | Simon Peyton Jones | 2013-10-25 | 4 | -19/+22 |
* | Be more careful when iterating the constraint-simpifier loop (fixes Trac #8474) | Simon Peyton Jones | 2013-10-25 | 2 | -29/+96 |
* | Add a tiny bit more tracing | Simon Peyton Jones | 2013-10-25 | 1 | -1/+2 |
* | comments | Simon Marlow | 2013-10-25 | 1 | -0/+27 |
* | Discard dead assignments in tryToInline | Simon Marlow | 2013-10-25 | 1 | -4/+26 |
* | Implement shortcuts for slow calls that would require PAPs (#6084) | Simon Marlow | 2013-10-25 | 3 | -7/+69 |
* | 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 |