| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #8745 - GND is now -XSafe compatible. | Austin Seipp | 2014-02-17 | 1 | -4/+1 |
* | Fix --enable-unregistered by passing NOSMP to .hc compiler (#8748) | Sergei Trofimovich | 2014-02-17 | 1 | -0/+5 |
* | Fix #8773. | Richard Eisenberg | 2014-02-13 | 1 | -0/+14 |
* | Fix #5682. Now, '(:) parses. | Richard Eisenberg | 2014-02-13 | 1 | -0/+2 |
* | Remove space after ASSERT. | Julian K. Arni | 2014-02-13 | 1 | -1/+1 |
* | Fix some typos in comments | Gabor Greif | 2014-02-13 | 2 | -4/+4 |
* | Fix Manual hlinting patch | Joachim Breitner | 2014-02-13 | 1 | -2/+2 |
* | Manual hlinting: or (map f) = any f | Joachim Breitner | 2014-02-13 | 2 | -3/+3 |
* | Cleaned up Maybes.lhs | Baldur Blöndal | 2014-02-13 | 19 | -68/+42 |
* | Remove eta-expansion in Rules.match | Joachim Breitner | 2014-02-11 | 1 | -8/+0 |
* | Use exprIsLambda_maybe in match | Joachim Breitner | 2014-02-11 | 2 | -36/+85 |
* | Add Case TyConAppCo to match_co | Joachim Breitner | 2014-02-11 | 1 | -3/+22 |
* | In simpleOptExpr, unfold compulsary unfoldings | Joachim Breitner | 2014-02-11 | 1 | -0/+11 |
* | In CoreSubst, optimize Coercible values aggressively | Joachim Breitner | 2014-02-11 | 1 | -2/+2 |
* | Replace forall'ed Coercible by ~R# in RULES | Joachim Breitner | 2014-02-11 | 3 | -6/+54 |
* | Note [Eta expansion in match] | Joachim Breitner | 2014-02-10 | 1 | -0/+19 |
* | Add a unit test for CallArity | Joachim Breitner | 2014-02-10 | 1 | -0/+1 |
* | Implement CallArity analysis | Joachim Breitner | 2014-02-10 | 10 | -11/+509 |
* | Refactor previous commit on fixing #7021. | Richard Eisenberg | 2014-02-09 | 2 | -47/+19 |
* | Apply changes relative to TH.Pred becoming a TH.Type's synonym (issue #7021) | YoEight | 2014-02-09 | 3 | -49/+61 |
* | Fix #8759 by not panicking with TH and patsyns. | Richard Eisenberg | 2014-02-09 | 2 | -1/+4 |
* | Fix #8758 by assuming RankNTypes when checking GND code. | Richard Eisenberg | 2014-02-09 | 1 | -1/+2 |
* | Issue an error for pattern synonyms defined in a local scope (#8757) | Dr. ERDI Gergo | 2014-02-09 | 2 | -1/+13 |
* | Fix #8631. | Richard Eisenberg | 2014-02-08 | 4 | -6/+23 |
* | In deepSplitCprType_maybe, be more forgiving | Joachim Breitner | 2014-02-07 | 1 | -1/+3 |
* | Eliminate duplicate code in Cmm pipeline | Jan Stolarek | 2014-02-03 | 1 | -51/+30 |
* | Document deprecations in Hoopl | Jan Stolarek | 2014-02-03 | 3 | -2/+30 |
* | Remove unused import | Jan Stolarek | 2014-02-02 | 1 | -1/+0 |
* | Remove redundant NoMonoLocalBinds pragma | Jan Stolarek | 2014-02-02 | 1 | -5/+1 |
* | Fix a popular typo in comments | Gabor Greif | 2014-02-01 | 6 | -6/+6 |
* | Nuke dead code | Jan Stolarek | 2014-02-01 | 4 | -681/+5 |
* | Simplify Control Flow Optimisations Cmm pass | Jan Stolarek | 2014-02-01 | 1 | -31/+12 |
* | Remove unnecessary LANGUAGE pragma | Jan Stolarek | 2014-02-01 | 1 | -5/+0 |
* | Loopification jump between stack and heap checks | Jan Stolarek | 2014-02-01 | 3 | -18/+53 |
* | Remove Coercible documentation from compiler/prelude/primops.txt.pp | Joachim Breitner | 2014-01-30 | 1 | -41/+0 |
* | Fix inplace dynamic linking on OS X (#8266) | Christiaan Baaj | 2014-01-28 | 3 | -11/+18 |
* | Fix ./validate failure due to unused result. | Austin Seipp | 2014-01-27 | 1 | -2/+5 |
* | Abort when binutils ld is used with dynamic linking on ARM | Ben Gamari | 2014-01-27 | 1 | -0/+31 |
* | Squash some spelling issues | Gabor Greif | 2014-01-26 | 13 | -18/+18 |
* | Some typos in comments | Gabor Greif | 2014-01-23 | 1 | -1/+1 |
* | Some polishing of the demand analyser. | Joachim Breitner | 2014-01-23 | 2 | -51/+102 |
* | Fix #8677 (fallout from #8180) | Austin Seipp | 2014-01-21 | 1 | -1/+2 |
* | Implement pattern synonyms | Dr. ERDI Gergo | 2014-01-20 | 67 | -475/+2088 |
* | Explain why TcAxiomInstCo carries [TcCoercion], and not [TcType] | Joachim Breitner | 2014-01-20 | 1 | -0/+6 |
* | Simplify doCorePass | Joachim Breitner | 2014-01-20 | 2 | -32/+33 |
* | Make worker-wrapper unbox data families | Joachim Breitner | 2014-01-20 | 7 | -74/+118 |
* | Fix #8451 | Gabor Pali | 2014-01-18 | 1 | -0/+4 |
* | Enable LLVM-based code generation for FreeBSD/amd64. | Gabor Pali | 2014-01-17 | 1 | -1/+1 |
* | Don't print roles for data instances | Simon Peyton Jones | 2014-01-17 | 1 | -1/+3 |
* | Eta expand data family instances before printing them | Simon Peyton Jones | 2014-01-17 | 1 | -5/+17 |