| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | testsuite: Bump compiler allocations of T5837 | Ben Gamari | 2017-01-24 | 1 | -1/+3 |
* | Bump Win32 version. | Ben Gamari | 2017-01-24 | 2 | -5/+4 |
* | Don't put foralls in front of TH-spliced GADT constructors that don't need them | Ryan Scott | 2017-01-24 | 1 | -0/+7 |
* | Skip path_with_commas when dyn unavailable | Bartosz Nitka | 2017-01-24 | 1 | -1/+2 |
* | Remove unused LOCAL_GHC_PKG definition from a test Makefile | Reid Barton | 2017-01-23 | 1 | -2/+0 |
* | Add a failing test for #13102 | Reid Barton | 2017-01-23 | 9 | -0/+60 |
* | Re-sort case alternatives after scrutinee constant folding (#13170) | Reid Barton | 2017-01-23 | 2 | -0/+5 |
* | Ensure that scrutinee constant folding wraps numbers | Sylvain Henry | 2017-01-23 | 3 | -0/+15 |
* | Record evaluated-ness on workers and wrappers | Simon Peyton Jones | 2017-01-23 | 4 | -2/+42 |
* | Don't quantify implicit type variables when quoting type signatures in TH | Ryan Scott | 2017-01-23 | 11 | -18/+60 |
* | Make checkFamInstConsistency faster | Bartosz Nitka | 2017-01-23 | 1 | -2/+2 |
* | Typos and grammar in manual/comments | Gabor Greif | 2017-01-23 | 5 | -5/+5 |
* | Apply the right substitution in ty-fam improvement | Simon Peyton Jones | 2017-01-23 | 3 | -0/+133 |
* | Failing test for #13149. | Edward Z. Yang | 2017-01-22 | 2 | -0/+18 |
* | Preserve coercion axioms when thinning. | Edward Z. Yang | 2017-01-22 | 3 | -0/+13 |
* | Remove clean_cmd and extra_clean usage from .T files | Thomas Miedema | 2017-01-22 | 203 | -2505/+810 |
* | testsuite: Bump allocations on T5321Fun and T12707 | Ben Gamari | 2017-01-22 | 1 | -2/+9 |
* | Revert "Remove unnecessary isTyVar tests in TcType" | Ryan Scott | 2017-01-22 | 5 | -0/+77 |
* | Always use -Xlinker for -rpath | Bartosz Nitka | 2017-01-21 | 7 | -0/+64 |
* | Warn on missing home modules | Yuras Shumovich | 2017-01-20 | 4 | -0/+13 |
* | testsuite: Don't fail if "target has RTS linker" field is missing | Reid Barton | 2017-01-20 | 1 | -1/+4 |
* | Add a failing test for #13099 | Reid Barton | 2017-01-20 | 8 | -0/+65 |
* | Show explicit quantifiers in conflicting definitions error | Phil de Joux | 2017-01-20 | 10 | -42/+40 |
* | Allow top-level string literals in Core (#8472) | Takano Akio | 2017-01-20 | 24 | -132/+439 |
* | Add 'type family (m :: Symbol) <> (n :: Symbol)' | Oleg Grenrus | 2017-01-20 | 8 | -3/+67 |
* | Test Trac #11444 | Simon Peyton Jones | 2017-01-20 | 2 | -0/+10 |
* | Simplify and improve CSE | Simon Peyton Jones | 2017-01-20 | 4 | -1/+50 |
* | Fix a nasty bug in exprIsExpandable | Simon Peyton Jones | 2017-01-20 | 4 | -0/+24 |
* | Update levity polymorphism | Richard Eisenberg | 2017-01-19 | 62 | -154/+487 |
* | Fix get_op in the case of an unambiguous record selector (#13132) | Reid Barton | 2017-01-18 | 2 | -0/+6 |
* | Improve suggestion for misspelled flag including '=' (fixes #11789) | Daishi Nakajima | 2017-01-18 | 5 | -0/+17 |
* | testsuite: Really fix recomp001 | Ben Gamari | 2017-01-18 | 1 | -1/+1 |
* | Spelling fixes in comments [ci skip] | Gabor Greif | 2017-01-18 | 2 | -2/+2 |
* | Typos in comments only [ci skip] | Gabor Greif | 2017-01-18 | 1 | -4/+4 |
* | Unquote ‘import’ in bad import error message | Phil Ruffwind | 2017-01-17 | 3 | -8/+8 |
* | testsuite: Bump allocations for T12234 | Ben Gamari | 2017-01-17 | 1 | -3/+4 |
* | testsuite/recomp001: Sleep to ensure that GHC notices file change | Ben Gamari | 2017-01-17 | 1 | -0/+3 |
* | Fix API Annotations for unboxed sums | Alan Zimmerman | 2017-01-17 | 5 | -0/+93 |
* | Add missing test files for T13082. | Tamar Christina | 2017-01-16 | 2 | -0/+10 |
* | Add dump-parsed-ast flag and functionality | Alan Zimmerman | 2017-01-15 | 3 | -0/+343 |
* | Improve access violation reporting on Windows | Ryan Scott | 2017-01-15 | 3 | -5/+11 |
* | Fix abort and import lib search on Windows | Tamar Christina | 2017-01-15 | 5 | -0/+35 |
* | Use latin1 code page on Windows for response files. | Tamar Christina | 2017-01-15 | 2 | -2/+2 |
* | Desugar static forms to makeStatic calls. | Facundo Domínguez | 2017-01-13 | 4 | -0/+36 |
* | Typos in comments | Gabor Greif | 2017-01-13 | 2 | -2/+2 |
* | Fix top-level constraint handling (Trac #12921) | Simon Peyton Jones | 2017-01-12 | 3 | -0/+42 |
* | Typos in manual, comments and tests | Gabor Greif | 2017-01-12 | 6 | -6/+6 |
* | Fix handling of closed type families in Backpack. | Edward Z. Yang | 2017-01-11 | 8 | -0/+81 |
* | Revamp Backpack/hs-boot handling of type class signatures. | Edward Z. Yang | 2017-01-11 | 14 | -30/+141 |
* | Improve Backpack support for fixities. | Edward Z. Yang | 2017-01-11 | 9 | -0/+78 |