Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix copy/pasto | Simon Marlow | 2014-03-01 | 1 | -1/+1 |
* | add missing files (#8124) | Simon Marlow | 2014-03-01 | 2 | -0/+48 |
* | Bump T6048 tests. | Austin Seipp | 2014-02-28 | 1 | -0/+1 |
* | Add hs_thread_done() (#8124) | Simon Marlow | 2014-02-27 | 2 | -0/+11 |
* | Fix #8807. | Richard Eisenberg | 2014-02-26 | 2 | -1/+10 |
* | Use U+2018 instead of U+201B quote mark in compiler messages | Herbert Valerio Riedel | 2014-02-25 | 874 | -2730/+2730 |
* | Make Outputable instance for HsDocString useful | Mateusz Kowalczyk | 2014-02-25 | 18 | -94/+119 |
* | Fix #8696 - don't generate static intra-package references. | Austin Seipp | 2014-02-24 | 5 | -0/+15 |
* | Add a test for d3af980 (#5682) | Austin Seipp | 2014-02-20 | 1 | -2/+3 |
* | Add test case for #8806. | Erik de Castro Lopo | 2014-02-20 | 3 | -0/+18 |
* | Really fix #5682 (parsing of promoted datacons) | Austin Seipp | 2014-02-20 | 1 | -1/+1 |
* | Call Arity: Update compiler perf number changes | Joachim Breitner | 2014-02-18 | 1 | -9/+11 |
* | Call arity testcase for #3924 | Joachim Breitner | 2014-02-18 | 4 | -0/+25 |
* | Support mutual recursion | Joachim Breitner | 2014-02-18 | 2 | -4/+13 |
* | Move unit call arity unittests into subdirectory | Joachim Breitner | 2014-02-18 | 3 | -0/+0 |
* | Make CallArity make more use of many-calls | Joachim Breitner | 2014-02-18 | 2 | -4/+60 |
* | Keep kind-inconsistent Given type equalities (fixes Trac #8705) | Simon Peyton Jones | 2014-02-18 | 2 | -1/+25 |
* | Allow ($) to return an unlifted type (Trac #8739) | Simon Peyton Jones | 2014-02-18 | 5 | -1/+23 |
* | Use NoGen plan for unboxed-tuple bindings | Simon Peyton Jones | 2014-02-18 | 2 | -0/+11 |
* | Fix #8745 - GND is now -XSafe compatible. | Austin Seipp | 2014-02-17 | 10 | -97/+7 |
* | Fix #8773. | Richard Eisenberg | 2014-02-13 | 8 | -10/+35 |
* | Fix #5682. Now, '(:) parses. | Richard Eisenberg | 2014-02-13 | 2 | -0/+13 |
* | Test case: Looking through unfoldings when matching lambdas | Joachim Breitner | 2014-02-11 | 3 | -0/+44 |
* | Use exprIsLambda_maybe in match | Joachim Breitner | 2014-02-11 | 1 | -1/+1 |
* | Test case for RULE map coerce = coerce | Joachim Breitner | 2014-02-11 | 3 | -0/+32 |
* | In CoreSubst, optimize Coercible values aggressively | Joachim Breitner | 2014-02-11 | 2 | -5/+6 |
* | Update test cases due to call arity | Joachim Breitner | 2014-02-10 | 6 | -20/+19 |
* | Add a unit test for CallArity | Joachim Breitner | 2014-02-10 | 4 | -0/+202 |
* | Refactor previous commit on fixing #7021. | Richard Eisenberg | 2014-02-09 | 2 | -3/+5 |
* | Fix tests due to issue #7021 | YoEight | 2014-02-09 | 3 | -2/+40 |
* | Fix #8759 by not panicking with TH and patsyns. | Richard Eisenberg | 2014-02-09 | 5 | -0/+25 |
* | Test #7481, which had already been fixed. | Richard Eisenberg | 2014-02-09 | 3 | -0/+17 |
* | Test #6147, which was fixed with the roles commit. | Richard Eisenberg | 2014-02-09 | 3 | -0/+25 |
* | Fix #8758 by assuming RankNTypes when checking GND code. | Richard Eisenberg | 2014-02-09 | 3 | -1/+19 |
* | Move test case for #8631 to the correct directory. | Richard Eisenberg | 2014-02-09 | 3 | -1/+2 |
* | Add test suite for #8757 | Dr. ERDI Gergo | 2014-02-09 | 2 | -0/+11 |
* | Issue an error for pattern synonyms defined in a local scope (#8757) | Dr. ERDI Gergo | 2014-02-09 | 1 | -0/+1 |
* | Fix #8631. | Richard Eisenberg | 2014-02-08 | 2 | -1/+23 |
* | T8256 needs vector | Joachim Breitner | 2014-02-08 | 1 | -1/+1 |
* | In deepSplitCprType_maybe, be more forgiving | Joachim Breitner | 2014-02-07 | 1 | -1/+1 |
* | Add test case for #8743 | Joachim Breitner | 2014-02-07 | 3 | -0/+16 |
* | Add test-case for #8726 | Herbert Valerio Riedel | 2014-02-02 | 2 | -0/+86 |
* | Update some mingw32 perf numbers. | Austin Seipp | 2014-01-28 | 3 | -10/+16 |
* | Some typos in comments | Gabor Greif | 2014-01-23 | 2 | -2/+2 |
* | More demand analyser test cases | Joachim Breitner | 2014-01-23 | 7 | -3/+84 |
* | One more fix (T3064) | Austin Seipp | 2014-01-22 | 1 | -2/+2 |
* | Fix 32bit numbers (again) | Austin Seipp | 2014-01-22 | 2 | -25/+29 |
* | Revert "Fix more 32 bit performance fallout." | Austin Seipp | 2014-01-22 | 1 | -17/+9 |
* | Fix more 32 bit performance fallout. | Austin Seipp | 2014-01-22 | 1 | -9/+17 |
* | Fix another failure. | Austin Seipp | 2014-01-22 | 1 | -0/+0 |