| Commit message (Expand) | Author | Age | Files | Lines |
* | Join points | Luke Maurer | 2017-02-01 | 1 | -10/+11 |
* | Fix the right-shift operation for negative big integers (fixes #12136) | Daishi Nakajima | 2017-01-26 | 3 | -0/+21 |
* | Remove clean_cmd and extra_clean usage from .T files | Thomas Miedema | 2017-01-22 | 1 | -4/+1 |
* | Allow top-level string literals in Core (#8472) | Takano Akio | 2017-01-20 | 1 | -7/+23 |
* | Testsuite: delete dead code + cleanup | Thomas Miedema | 2016-06-20 | 1 | -10/+6 |
* | Testsuite: tabs -> spaces [skip ci] | Thomas Miedema | 2016-06-20 | 12 | -164/+164 |
* | CSE code cleanup and improvement | Simon Peyton Jones | 2016-04-06 | 1 | -5/+11 |
* | Core pretty printer: Omit wild case binders | Joachim Breitner | 2016-04-06 | 1 | -10/+6 |
* | Do not print DmdType in Core output | Joachim Breitner | 2016-03-29 | 1 | -7/+7 |
* | Ensure T11702 always runs with optasm | Ben Gamari | 2016-03-20 | 1 | -1/+1 |
* | PrelRules: Fix constant folding for WordRemOp | Ben Gamari | 2016-03-20 | 1 | -1/+1 |
* | Add regression test for #11702 | Ben Gamari | 2016-03-14 | 3 | -0/+12 |
* | Print which flag controls emitted desugaring warnings | Herbert Valerio Riedel | 2016-02-27 | 4 | -10/+16 |
* | Always run test T9407 | Reid Barton | 2016-01-21 | 1 | -5/+1 |
* | Add test T9407 (Windows) | Rik Steenkamp | 2016-01-20 | 3 | -0/+61 |
* | Refactoring on IdInfo and system derived names | Simon Peyton Jones | 2016-01-18 | 1 | -1/+1 |
* | Make demand analysis understand catch | Simon Peyton Jones | 2016-01-07 | 1 | -4/+4 |
* | Narrow scope of special-case for unqualified printing of names in core libraries | Ben Gamari | 2015-12-15 | 1 | -12/+25 |
* | Add subWordC# on x86ish | Nikita Karetnikov | 2015-10-31 | 4 | -0/+21 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-30 | 1 | -1/+28 |
* | Revert "Generate Typeable info at definition sites" | Ben Gamari | 2015-10-29 | 1 | -28/+1 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-29 | 1 | -1/+28 |
* | Make stronglyConnCompFromEdgedVertices deterministic | Bartosz Nitka | 2015-10-22 | 1 | -61/+62 |
* | Enable `Enumeration is empty` warnings for `Integer` | Herbert Valerio Riedel | 2015-10-03 | 3 | -0/+38 |
* | Fix tests | Ben Gamari | 2015-07-16 | 1 | -0/+4 |
* | Testsuite: rename *.stderr-ghc to *.stderr | Thomas Miedema | 2015-07-14 | 2 | -9/+0 |
* | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 1 | -4/+3 |
* | Error msg wibbles from reduced module prefixes | Simon Peyton Jones | 2015-04-07 | 1 | -70/+57 |
* | testsuite: add a regression test for #10011 | Austin Seipp | 2015-03-19 | 3 | -0/+16 |
* | Restore exact old semantics of `decodeFloat` | Herbert Valerio Riedel | 2014-11-19 | 3 | -0/+40 |
* | Testsuite error message changes | Simon Peyton Jones | 2014-11-04 | 1 | -14/+14 |
* | Python 3 support, second attempt (Trac #9184) | Krzysztof Gogolewski | 2014-10-19 | 1 | -4/+4 |
* | Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.6. | Thomas Miedema | 2014-10-07 | 1 | -3/+0 |
* | Revert "Basic Python 3 support for testsuite driver (Trac #9184)" | Krzysztof Gogolewski | 2014-10-03 | 1 | -4/+4 |
* | Basic Python 3 support for testsuite driver (Trac #9184) | Krzysztof Gogolewski | 2014-10-01 | 1 | -4/+4 |
* | Re-export Word from Prelude (re #9531) | Herbert Valerio Riedel | 2014-08-31 | 1 | -1/+5 |
* | Refactor unfoldings | Simon Peyton Jones | 2014-08-28 | 1 | -12/+12 |
* | Add a test for plusWord2#, addIntC#, subIntC# | Reid Barton | 2014-08-09 | 3 | -0/+91 |
* | Simplify .gitignore files | Herbert Valerio Riedel | 2014-06-28 | 1 | -2/+0 |
* | Add .gitignore for autogenerated test files. | Edward Z. Yang | 2014-05-29 | 1 | -0/+2 |
* | Add test-case for #8726 | Herbert Valerio Riedel | 2014-02-02 | 2 | -0/+86 |
* | Adjust output to new oneshotness | Joachim Breitner | 2013-12-12 | 1 | -6/+10 |
* | Improved error messages | Simon Peyton Jones | 2013-11-22 | 2 | -6/+8 |
* | Test #8542 | Krzysztof Gogolewski | 2013-11-22 | 3 | -0/+18 |
* | Trac #T7881 now works for hpc way again | Simon Peyton Jones | 2013-10-03 | 1 | -1/+1 |
* | Mark T7881 as expected failure for WAY=hpc (#8384) | Reid Barton | 2013-09-30 | 1 | -1/+1 |
* | Follow changes in comparison primops (see #6135) | Jan Stolarek | 2013-09-18 | 1 | -9/+10 |
* | Add test for -XNumDecimals | Austin Seipp | 2013-08-28 | 3 | -0/+6 |
* | Rellocate test for T7689 to different directory | Jan Stolarek | 2013-08-19 | 3 | -117/+0 |
* | Fix #7116 failing due to uniques | Jan Stolarek | 2013-08-08 | 2 | -21/+17 |