| Commit message (Expand) | Author | Age | Files | Lines |
* | ghc allow --show-options and --interactive togetherwip/merge | Lennart Kolmodin | 2014-11-20 | 7 | -631/+706 |
* | Revert change to alias handling in ppLlvmGlobal introduced in d87fa34, which ... | Luke Iannini | 2014-11-20 | 1 | -1/+1 |
* | AST changes to prepare for API annotations, for #9628 | Alan Zimmerman | 2014-11-20 | 47 | -620/+863 |
* | 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 |
* | Test #9109 in typecheck/should_fail/T9109 | Richard Eisenberg | 2014-11-20 | 3 | -0/+24 |
* | Update manual to get rid of bogus `coerce` example (#9788) | Richard Eisenberg | 2014-11-20 | 1 | -4/+5 |
* | Test #9201 in typecheck/should_fail/T9201 | Richard Eisenberg | 2014-11-20 | 3 | -0/+13 |
* | Test #9318 in typecheck/should_fail/T9318 | Richard Eisenberg | 2014-11-20 | 3 | -0/+20 |
* | Add release notes for #8100, #9527, and #9064. | Richard Eisenberg | 2014-11-20 | 1 | -0/+13 |
* | Test #9151 in typecheck/should_compile/T9151. | Richard Eisenberg | 2014-11-20 | 2 | -0/+12 |
* | Fix #9220 by adding role annotations. | Richard Eisenberg | 2014-11-20 | 7 | -3/+110 |
* | Fix #9209, by reporting an error instead of panicking on bad splices. | Richard Eisenberg | 2014-11-20 | 3 | -32/+42 |
* | Test #9209 in th/T9209 | Richard Eisenberg | 2014-11-20 | 3 | -0/+10 |
* | Kill trailing whitespace | Jan Stolarek | 2014-11-20 | 3 | -27/+27 |
* | Split SynTyCon to SynonymTyCon and FamilyTyCon | Jan Stolarek | 2014-11-20 | 29 | -342/+489 |
* | Implement typechecker plugins | Adam Gundry | 2014-11-20 | 17 | -113/+613 |
* | Add support for pattern synonym type signatures. | Dr. ERDI Gergo | 2014-11-20 | 22 | -262/+483 |
* | Update shift/reduce conflict number in parser | Dr. ERDI Gergo | 2014-11-20 | 1 | -0/+12 |
* | Make Data.Functor.Identity trustworthy again | Herbert Valerio Riedel | 2014-11-20 | 1 | -0/+1 |
* | Make calling conventions in template haskell Syntax.hs consistent with those ... | Luite Stegeman | 2014-11-19 | 9 | -31/+106 |
* | ghc generates more user-friendly error messages | Mike Izbicki | 2014-11-19 | 13 | -10/+83 |
* | arm64: 64bit iOS and SMP support (#7942) | Luke Iannini | 2014-11-19 | 17 | -19/+166 |
* | compiler/main: fixes #9776 | Carlos Tomé | 2014-11-19 | 4 | -1/+8 |
* | use correct word size for shiftRightLogical and removeOp32 | Luite Stegeman | 2014-11-19 | 1 | -16/+26 |
* | make TcRnMonad.lhs respect -ddump-to-file | Greg Weber | 2014-11-19 | 6 | -41/+79 |
* | Allow -dead_strip linking on platforms with .subsections_via_symbols | Moritz Angermann | 2014-11-19 | 13 | -19/+79 |
* | Only test for bug #9439 when llvm is installed | Thomas Miedema | 2014-11-19 | 1 | -50/+53 |
* | add missing instances for Loc and a few missing Eq instances | Luite Stegeman | 2014-11-19 | 1 | -2/+3 |
* | template-haskell: Missing instances for Rational and (). | Mathieu Boespflug | 2014-11-19 | 2 | -2/+14 |
* | Filter input to abiHash early | Mateusz Kowalczyk | 2014-11-19 | 1 | -3/+9 |
* | Add remaining <unknown>s and comments to .mailmap | Thomas Miedema | 2014-11-19 | 1 | -1/+58 |
* | Turn CoreWriter into a newtype; fix comment | David Feuer | 2014-11-19 | 1 | -8/+11 |
* | Implement new Foldable methods for HsPatSynDetails | David Feuer | 2014-11-19 | 1 | -1/+20 |
* | Update documentation for "Batch compiler mode" | Thomas Miedema | 2014-11-19 | 2 | -7/+20 |
* | Refactor: use System.FilePath.splitSearchPath | Thomas Miedema | 2014-11-19 | 4 | -50/+7 |
* | The test runner now also works under the msys-native Python. | Gintautas Miliauskas | 2014-11-19 | 1 | -0/+16 |
* | rts: remove old-style field designator extension (#9396) | Austin Seipp | 2014-11-19 | 2 | -29/+29 |
* | Optimise `Identity` instances with `coerce` | Herbert Valerio Riedel | 2014-11-19 | 1 | -13/+34 |
* | Restore exact old semantics of `decodeFloat` | Herbert Valerio Riedel | 2014-11-19 | 5 | -0/+54 |
* | Reimplement im/export primitives for integer-gmp2 | Herbert Valerio Riedel | 2014-11-19 | 4 | -19/+431 |
* | Support for "with" renaming syntax, and output a feature flag. | Edward Z. Yang | 2014-11-18 | 4 | -30/+32 |
* | When outputting list of available instances, sort it. | Edward Z. Yang | 2014-11-18 | 14 | -38/+56 |
* | Comments only | Simon Peyton Jones | 2014-11-18 | 3 | -22/+6 |
* | Revert "base: Fix (**) instance for Data.Complex (#8539)" | Austin Seipp | 2014-11-18 | 1 | -16/+0 |
* | Fix detection of GNU gold linker if invoked via gcc with parameters | Sebastian Dröge | 2014-11-18 | 1 | -2/+5 |