| Commit message (Expand) | Author | Age | Files | Lines |
* | Testsuite: mark qq007 and qq008 expect_broken(#10047) | Thomas Miedema | 2015-07-18 | 2 | -2/+2 |
* | Testsuite: mark qq007 and qq008 expect_broken(#10181) | Thomas Miedema | 2015-07-18 | 2 | -0/+2 |
* | Testsuite: mark 3 tests expect_broken_for(#10181, ['optasm', 'optllvm']) | Thomas Miedema | 2015-07-18 | 3 | -3/+3 |
* | Testsuite: mark T7919 expect_broken_for(#7919, ['optasm','dyn','optllvm']) | Thomas Miedema | 2015-07-18 | 1 | -0/+1 |
* | Testsuite: mark T2497 expect_broken_for(#10657, ['optasm', 'optllvm']) | Thomas Miedema | 2015-07-18 | 1 | -1/+1 |
* | Testsuite: accept new stderr for T9497{a,b,c}-run (#10224) | Thomas Miedema | 2015-07-18 | 3 | -6/+6 |
* | Testsuite: small test cleanups | Thomas Miedema | 2015-07-18 | 3 | -2/+4 |
* | Fix off-by-one error in GHCi line reporting (Trac #10578) | Ömer Sinan Ağacan | 2015-07-17 | 47 | -124/+124 |
* | Handle Char#, Addr# in TH quasiquoter (fixes #10620) | RyanGlScott | 2015-07-17 | 3 | -0/+12 |
* | DeriveFoldable for data types with existential constraints (#10447) | RyanGlScott | 2015-07-17 | 3 | -0/+51 |
* | Implement -fprint-expanded-synonyms | Ömer Sinan Ağacan | 2015-07-17 | 9 | -0/+100 |
* | Fix tests | Ben Gamari | 2015-07-16 | 10 | -0/+31 |
* | Failing test case: idArity invariant check, #10181 | Joachim Breitner | 2015-07-16 | 2 | -0/+4 |
* | Fix #10642. | Richard Eisenberg | 2015-07-15 | 2 | -0/+13 |
* | Testsuite: mark T10294 conditionally expect_broken on #10301 | Thomas Miedema | 2015-07-15 | 1 | -1/+1 |
* | Mark test case for #10294 conditionally expect_broken on #10301 | Joachim Breitner | 2015-07-15 | 1 | -1/+1 |
* | Flush stdout in test case for #10596 | Joachim Breitner | 2015-07-15 | 1 | -0/+3 |
* | Mark test case for #10294 expect_broken on #10301 | Joachim Breitner | 2015-07-15 | 1 | -1/+2 |
* | Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0 | Thomas Miedema | 2015-07-14 | 16 | -502/+0 |
* | Testsuite: rename *.stderr-ghc to *.stderr | Thomas Miedema | 2015-07-14 | 35 | -10/+0 |
* | Testsuite: delete remaining only_compiler_types(['ghc']) setups | Thomas Miedema | 2015-07-14 | 62 | -243/+143 |
* | Test Trac #10634 | Simon Peyton Jones | 2015-07-13 | 2 | -1/+24 |
* | Test Trac #10463 | Simon Peyton Jones | 2015-07-13 | 3 | -0/+14 |
* | Make sure rule LHSs are simplified | Simon Peyton Jones | 2015-07-13 | 3 | -28/+40 |
* | Do not optimise RULE lhs in substRule | Simon Peyton Jones | 2015-07-13 | 2 | -0/+18 |
* | T9872d: Update 32-bit allocations | Ben Gamari | 2015-07-11 | 1 | -1/+3 |
* | perf/compiler: Switch to -G1 and update performance metrics | Ben Gamari | 2015-07-11 | 1 | -19/+23 |
* | T876 (32-bit): Update bytes allocated | Ben Gamari | 2015-07-11 | 1 | -1/+2 |
* | T1969: Update max_bytes_used | Ben Gamari | 2015-07-11 | 1 | -1/+2 |
* | Fix self-contained handling of ASCII encoding | Ben Gamari | 2015-07-10 | 3 | -4/+8 |
* | Improve error message for fundeps | Simon Peyton Jones | 2015-07-10 | 6 | -3/+27 |
* | Better type wildcard errors | Simon Peyton Jones | 2015-07-10 | 11 | -330/+330 |
* | Add testcase for #10602 | Ben Gamari | 2015-07-09 | 2 | -0/+35 |
* | Infer types with flexible contexts | Simon Peyton Jones | 2015-07-09 | 3 | -19/+18 |
* | Fix Trac #10618 (out of scope operator) | Simon Peyton Jones | 2015-07-08 | 3 | -0/+10 |
* | Fix #10596 by looking up 'Int' not 'Maybe Int' in the map. | Edward Z. Yang | 2015-07-07 | 3 | -0/+13 |
* | fix EBADF unqueueing in select backend (Trac #10590) | Sergei Trofimovich | 2015-07-07 | 2 | -0/+42 |
* | Deferred type errors now throw TypeError (#10284) | David Kraeutmann | 2015-07-07 | 4 | -0/+28 |
* | Allow deferred type error warnings to be suppressed | David Kraeutmann | 2015-07-07 | 2 | -0/+24 |
* | Don't eagerly blackhole single-entry thunks (#10414) | Reid Barton | 2015-07-07 | 3 | -0/+41 |
* | Remove all *.stderr/stdout-hugs files | Thomas Miedema | 2015-07-06 | 276 | -473/+0 |
* | Remove Hugs specific test setups (omit_compiler_type) | Thomas Miedema | 2015-07-06 | 7 | -13/+3 |
* | rts: fix incorrect checking start for -x arguments (#9839) | Nikita Kartashov | 2015-07-06 | 4 | -0/+24 |
* | Easy way to defer type errors (implements #8353) | Benjamin Bykowski | 2015-07-05 | 4 | -0/+55 |
* | Testsuite: add -ignore-dot-ghci to some tests | Thomas Miedema | 2015-07-04 | 7 | -21/+14 |
* | Support MO_{Add,Sub}IntC and MO_Add2 in the LLVM backend | Michal Terepeta | 2015-07-04 | 2 | -1/+77 |
* | Fix some validation errors. | Richard Eisenberg | 2015-07-04 | 2 | -9/+2 |
* | parser: Allow Lm (MODIFIER LETTER) category in identifiers | Thomas Miedema | 2015-07-03 | 9 | -0/+37 |
* | Fix Trac #10519 | Thomas Winant | 2015-07-03 | 3 | -0/+11 |
* | Enable using qualified field of constructor in GHCi | Zejun Wu | 2015-07-03 | 3 | -0/+10 |