| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add displayException method to Exception (#9822) | Michael Snoyman | 2014-11-21 | 2 | -0/+11 |
* | llvmGen: Compatibility with LLVM 3.5 (re #9142) | Ben Gamari | 2014-11-21 | 5 | -31/+127 |
* | Be consistent with placement of Safe Haskell mode at top of file | David Terei | 2014-11-21 | 40 | -48/+52 |
* | Improve Safe Haskell bounds for changes to base over time | David Terei | 2014-11-21 | 20 | -59/+58 |
* | Update Foreign.* for Safe Haskell now that they're safe by default | David Terei | 2014-11-21 | 15 | -19/+47 |
* | Update Control.Monad.ST.* for Safe Haskell as now they're safe by default | David Terei | 2014-11-21 | 7 | -8/+10 |
* | Add T7220a.stderr | Joachim Breitner | 2014-11-21 | 1 | -0/+14 |
* | Add 'fillBytes' to Foreign.Marshal.Utils. | Alex Petrov | 2014-11-21 | 2 | -2/+19 |
* | Capture original source for literals | Alan Zimmerman | 2014-11-21 | 31 | -248/+687 |
* | Add Data.Void to base (re #9814) | Herbert Valerio Riedel | 2014-11-21 | 3 | -0/+78 |
* | Export more Packages functions | Luite Stegeman | 2014-11-21 | 1 | -4/+11 |
* | Fixes ghci :unset -X<ext> so that it doesn't fail to reverse option. (fixes t... | Muhaimin Ahsan | 2014-11-21 | 8 | -5/+110 |
* | Add API Annotations | Alan Zimmerman | 2014-11-21 | 32 | -664/+2331 |
* | AST changes to prepare for API annotations, for #9628 | Alan Zimmerman | 2014-11-21 | 47 | -620/+864 |
* | Update manual for pattern splices (#1476) | Richard Eisenberg | 2014-11-21 | 1 | -13/+42 |
* | Fix #9824 by not warning about unused matches in pattern quotes. | Richard Eisenberg | 2014-11-21 | 2 | -1/+4 |
* | Test #9824 in th/T9824 | Richard Eisenberg | 2014-11-21 | 2 | -0/+7 |
* | Release notes for #1476, #7484. | Richard Eisenberg | 2014-11-21 | 1 | -0/+11 |
* | Fix #1476 by making splice patterns work. | Richard Eisenberg | 2014-11-21 | 4 | -13/+40 |
* | Test that nested pattern splices don't scope (#1476). | Richard Eisenberg | 2014-11-21 | 3 | -0/+16 |
* | Test #1476 in th/T1476 | Richard Eisenberg | 2014-11-21 | 2 | -0/+11 |
* | Fix #7484, checking for good binder names in Convert. | Richard Eisenberg | 2014-11-21 | 10 | -80/+270 |
* | Test #7484 in th/T7484 | Richard Eisenberg | 2014-11-21 | 3 | -0/+12 |
* | Comments only | Simon Peyton Jones | 2014-11-21 | 2 | -30/+7 |
* | Test Trac #8149 | Simon Peyton Jones | 2014-11-21 | 3 | -0/+14 |
* | Fix Trac #9815 | Simon Peyton Jones | 2014-11-21 | 6 | -8/+37 |
* | Wibbles (usually improvements) to error messages | Simon Peyton Jones | 2014-11-21 | 45 | -327/+401 |
* | Test T2239 actually succeeds without impredicativity, because of the new co/c... | Simon Peyton Jones | 2014-11-21 | 3 | -33/+21 |
* | Fix up tests for Trac #7220; the old test really was ambiguous | Simon Peyton Jones | 2014-11-21 | 3 | -4/+33 |
* | Test Trac #9569 | Simon Peyton Jones | 2014-11-21 | 4 | -0/+38 |
* | Delete duplicated tests | Simon Peyton Jones | 2014-11-21 | 5 | -41/+0 |
* | Trac #9222 is actually an ambiguous type, now detected | Simon Peyton Jones | 2014-11-21 | 3 | -1/+31 |
* | Test Trac #9318 | Simon Peyton Jones | 2014-11-21 | 3 | -0/+20 |
* | Remove TcMType from compiler_stage2_dll0_MODULES | Simon Peyton Jones | 2014-11-21 | 1 | -1/+0 |
* | Fix a latent promotion bug in TcSimplify.simplifyInfer | Simon Peyton Jones | 2014-11-21 | 1 | -13/+20 |
* | Make the on-the-fly unifier defer forall/forall unification | Simon Peyton Jones | 2014-11-21 | 1 | -25/+1 |
* | Put the decision of when a unification variable can unify with a polytype | Simon Peyton Jones | 2014-11-21 | 2 | -33/+33 |
* | Implement full co/contra-variant subsumption checking (fixes Trac #9569) | Simon Peyton Jones | 2014-11-21 | 15 | -150/+312 |
* | Move all the zonk/tidy stuff together into TcMType (refactoring only) | Simon Peyton Jones | 2014-11-21 | 3 | -85/+88 |
* | Rejig builders for pattern synonyms, especially unlifted ones | Simon Peyton Jones | 2014-11-21 | 12 | -417/+338 |
* | Comments only | Simon Peyton Jones | 2014-11-21 | 3 | -3/+2 |
* | Rewrite Note [Deriving any class] | Joachim Breitner | 2014-11-21 | 1 | -14/+18 |
* | Revert change to alias handling in ppLlvmGlobal introduced in d87fa34, which ... | Luke Iannini | 2014-11-21 | 1 | -1/+1 |
* | Unbreak build (fallout from 067f1e4f20e) | Austin Seipp | 2014-11-21 | 1 | -3/+3 |
* | Implement #5462 (deriving clause for arbitrary classes) | Jose Pedro Magalhaes | 2014-11-20 | 17 | -67/+398 |
* | Add flag `-fwarn-missing-exported-sigs` | Eric Seidel | 2014-11-20 | 9 | -10/+77 |
* | Export scanl' from Data.OldList and Data.List | David Feuer | 2014-11-20 | 3 | -0/+5 |
* | Hide `Data.OldList` module | Herbert Valerio Riedel | 2014-11-20 | 12 | -18/+14 |
* | Delete old-{time,locale} and haskell{98,2010} | Austin Seipp | 2014-11-20 | 5 | -16/+0 |
* | Don't build old-{time,locale} and haskell{98,2010} | Austin Seipp | 2014-11-20 | 2 | -13/+0 |