| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #12509: ghci -XSafe fails in an inscrutable way | Roland Senn | 2019-01-28 | 2 | -0/+1 |
* | Use sigPrec in more places in Convert and HsUtils | Ryan Scott | 2019-01-28 | 4 | -2/+26 |
* | Test that hsc2hs works with promoted data constructors | Andrew Martin | 2019-01-27 | 3 | -0/+20 |
* | testsuite: Add tests from #11982 | Ben Gamari | 2019-01-27 | 4 | -0/+45 |
* | testsuite: Skip foreignInterruptible in unregisterised way | Ben Gamari | 2019-01-27 | 1 | -0/+2 |
* | testsuite: Skip T1288_ghci in unregisterised | Ben Gamari | 2019-01-27 | 1 | -0/+2 |
* | check-api-annotations checks for annotation preceding its span | Alan Zimmerman | 2019-01-27 | 29 | -26/+220 |
* | testsuite: Normalise style | Ben Gamari | 2019-01-27 | 1 | -6/+7 |
* | testsuite: Add test for #16104 | Ben Gamari | 2019-01-27 | 9 | -0/+77 |
* | testsuite: Skip ghcilink002 when unregisterised | Ben Gamari | 2019-01-23 | 1 | -0/+2 |
* | testsuite: Mark T16180 as broken on Darwin | Ben Gamari | 2019-01-23 | 1 | -1/+1 |
* | testsuite: Mark ghci063 as broken on Darwin | Ben Gamari | 2019-01-23 | 1 | -1/+1 |
* | Add support for ASM foreign files (.s) in TH (#16180) | Sylvain Henry | 2019-01-20 | 3 | -0/+28 |
* | Mention DerivingStrategies in the warning when DAC and GND are both enabled | Chaitanya Koparkar | 2019-01-20 | 3 | -0/+13 |
* | Comments in stranal test declarations | Ömer Sinan Ağacan | 2019-01-18 | 1 | -2/+4 |
* | Add test for #16197wip/T16197 | Ömer Sinan Ağacan | 2019-01-17 | 4 | -1/+39 |
* | Fix tests for `integer-simple` | Alec Theriault | 2019-01-16 | 35 | -138/+143 |
* | Support printing `integer-simple` Integers in GHCi | Alec Theriault | 2019-01-16 | 3 | -0/+31 |
* | GHCi ignores cmd line flags XMonomorphismRestr.. XNoExtendedDef..#10857 | Roland Senn | 2019-01-16 | 5 | -0/+16 |
* | Control validity-checking of type synonym applications more carefully | Ryan Scott | 2019-01-15 | 13 | -14/+86 |
* | Fix #16116 by removing badAssocRhs | Ryan Scott | 2019-01-15 | 6 | -7/+42 |
* | Fix #16114 by adding a validity check to rnClsInstDecl | Ryan Scott | 2019-01-15 | 4 | -14/+15 |
* | Update `Cabal` submodule | Herbert Valerio Riedel | 2019-01-14 | 2 | -136/+123 |
* | Refactor GHCi UI to fix #11606, #12091, #15721, #16096 | Ömer Sinan Ağacan | 2019-01-13 | 9 | -2/+90 |
* | Don't invoke dataConSrcToImplBang on newtypes | Ryan Scott | 2019-01-12 | 2 | -0/+14 |
* | Fix negative mutator time in GC stats in prof builds | Ömer Sinan Ağacan | 2019-01-12 | 3 | -0/+20 |
* | Fix raiseAsync() UNDERFLOW_FRAME handling in profiling runtime | Ömer Sinan Ağacan | 2019-01-12 | 1 | -1/+2 |
* | Run typed splices in the zonker | Matthew Pickering | 2019-01-11 | 3 | -0/+26 |
* | Be pickier about unsaturated synonyms in :kind | Ryan Scott | 2019-01-08 | 3 | -0/+9 |
* | Fix #16133 by checking for TypeApplications in rnExpr | Ryan Scott | 2019-01-06 | 3 | -0/+22 |
* | Add -Wmissing-deriving-strategies | chessai | 2019-01-06 | 7 | -0/+42 |
* | Visible kind application | mynguyen | 2019-01-03 | 111 | -595/+2039 |
* | PPC NCG: Remove Darwin support | Peter Trommler | 2019-01-01 | 1 | -2/+0 |
* | testsuite: Disable more tests in unregisterised buildwip/disable-fragile-unreg-tests | Ben Gamari | 2018-12-28 | 3 | -3/+12 |
* | rebindable-clash-warning-fix : correct warning logic | Shayne Fletcher | 2018-12-28 | 5 | -0/+37 |
* | Skip test when external interpreter missing | Peter Trommler | 2018-12-28 | 1 | -0/+1 |
* | arith011 is no longer broken with integer-simple | Alec Theriault | 2018-12-27 | 1 | -3/+1 |
* | testsuite: Skip ffi018_ghci when unregisterised | Ben Gamari | 2018-12-25 | 1 | -1/+3 |
* | testsuite: Fix a variety of issues when building with integer-simple | Ben Gamari | 2018-12-24 | 8 | -10/+19 |
* | testsuite: Enable T11627a on Darwin | Ben Gamari | 2018-12-24 | 1 | -3/+0 |
* | Simplify Core output with -dsuppress-type-signatures | Ömer Sinan Ağacan | 2018-12-24 | 2 | -4/+0 |
* | testsuite: Mark th tests as broken in ext-interp way in LLVM build flavours | Ben Gamari | 2018-12-24 | 1 | -0/+2 |
* | testsuite: Mark heapprof001 as broken in prof_hc_hb way on i386 | Ben Gamari | 2018-12-22 | 1 | -1/+3 |
* | testsuite: Mark objcpp-hi and T13366 as broken on Darwin due to #16083 | Ben Gamari | 2018-12-22 | 2 | -1/+5 |
* | testsuite: Remove expect_broken on readFail032 and readFail048 | Ben Gamari | 2018-12-22 | 1 | -4/+6 |
* | Add test for #16038 | Ömer Sinan Ağacan | 2018-12-22 | 6 | -0/+44 |
* | Fix treatment of hi-boot files and dfuns | Simon Peyton Jones | 2018-12-21 | 1 | -4/+4 |
* | Make candidateQTvs contain tyvar with zonked kinds | Simon Peyton Jones | 2018-12-21 | 3 | -0/+27 |
* | Fix #16002 by moving a validity check to the renamer | Ryan Scott | 2018-12-20 | 5 | -6/+19 |
* | Refine the suppression of RuntimeRep variables | Simon Peyton Jones | 2018-12-20 | 3 | -0/+28 |