| Commit message (Expand) | Author | Age | Files | Lines |
* | Work SourceText in for all integer literals | Alan Zimmerman | 2016-01-16 | 1 | -8/+14 |
* | Remote GHCi, -fexternal-interpreter | Simon Marlow | 2015-12-17 | 1 | -0/+10 |
* | Refactor default methods (Trac #11105) | Simon Peyton Jones | 2015-11-25 | 1 | -11/+0 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-30 | 1 | -4/+7 |
* | Revert "Generate Typeable info at definition sites" | Ben Gamari | 2015-10-29 | 1 | -7/+4 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-29 | 1 | -4/+7 |
* | Delete ExtsCompat46 (#8330) | Thomas Miedema | 2015-08-24 | 1 | -14/+7 |
* | Replace (SourceText,FastString) with StringLiteral data type | Alan Zimmerman | 2015-08-02 | 1 | -0/+9 |
* | Replace .lhs with .hs in compiler comments | Yuri de Wit | 2015-02-09 | 1 | -1/+1 |
* | API Annotations tweaks. | Alan Zimmerman | 2015-01-16 | 1 | -18/+24 |
* | Remove redundant constraints in the compiler itself, found by -fwarn-redundan... | Simon Peyton Jones | 2015-01-06 | 1 | -1/+1 |
* | AST changes to prepare for API annotations, for #9628 | Alan Zimmerman | 2014-11-21 | 1 | -0/+38 |
* | Delete all /* ! __GLASGOW_HASKELL__ */ code | Thomas Miedema | 2014-09-23 | 1 | -5/+0 |
* | Make mkFastStringByteString pure and fix up uses | Duncan Coutts | 2014-08-29 | 1 | -1/+1 |
* | Implement OVERLAPPING and OVERLAPPABLE pragmas (see #9242) | Iavor S. Diatchki | 2014-07-27 | 1 | -4/+8 |
* | Factor-out the `OverlapMode` from `OverlapFlag`. | Iavor S. Diatchki | 2014-06-29 | 1 | -9/+17 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -1/+1 |
* | Avoid trivial cases of NondecreasingIndentation | Herbert Valerio Riedel | 2014-05-15 | 1 | -4/+3 |
* | Restore old names of comparison primops | Jan Stolarek | 2013-09-18 | 1 | -1/+1 |
* | Trailing whitespaces | Jan Stolarek | 2013-09-18 | 1 | -3/+3 |
* | Binary: eradicate BinIO handles | Patrick Palka | 2013-08-26 | 1 | -44/+0 |
* | Binary: Make lazyGet more thread-safe | Patrick Palka | 2013-08-26 | 1 | -1/+6 |
* | De-orphan a load of Binary instances | Ian Lynagh | 2013-07-27 | 1 | -0/+141 |
* | Rename remaining FastBytes usages to ByteString | Ian Lynagh | 2012-12-14 | 1 | -1/+1 |
* | Remove the trivial mkFastStringFastBytes wrapper | Ian Lynagh | 2012-12-14 | 1 | -1/+1 |
* | Use ByteString rather than FastBytes in Binary | Ian Lynagh | 2012-12-14 | 1 | -13/+15 |
* | Make FastBytes a synonym for ByteString | Ian Lynagh | 2012-12-13 | 1 | -6/+6 |
* | GHC 7.4 is now required for building HEAD | Ian Lynagh | 2012-07-20 | 1 | -12/+0 |
* | Implement FastBytes, and use it for MachStr | Ian Lynagh | 2012-07-14 | 1 | -6/+17 |
* | Remove some disabled code | Ian Lynagh | 2012-05-29 | 1 | -3/+0 |
* | Switch to using the time package, rather than old-time | Ian Lynagh | 2012-01-14 | 1 | -0/+18 |
* | Fix #437: recompilation check includes flags | David Terei | 2011-11-09 | 1 | -11/+21 |
* | Change the way IfExtName is serialized so (most) wired-in names get special r... | Max Bolingbroke | 2011-09-27 | 1 | -22/+24 |
* | fix Binary instance for TyCon following Typeable implementation | Simon Marlow | 2011-07-12 | 1 | -0/+12 |
* | move computeFingerprint from MkIface to Binary | Simon Marlow | 2011-07-12 | 1 | -0/+14 |
* | SafeHaskell: Make base GHC.* modules untrusted | David Terei | 2011-06-17 | 1 | -1/+1 |
* | SafeHaskell: Update to work with safe base | David Terei | 2011-06-17 | 1 | -1/+2 |
* | SafeHaskell: Fix recompilation avoidance to take Safe into account. | David Terei | 2011-06-17 | 1 | -0/+9 |
* | Remove code that is dead now that we need >= 6.12 to build | Ian Lynagh | 2010-12-15 | 1 | -5/+0 |
* | Use explicit Word32/Int32 in place of Int in the on-disk .hi file | Simon Marlow | 2009-08-21 | 1 | -3/+3 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -1/+1 |
* | Always serialise Int as 64bit values; fixes trac #3041 | Ian Lynagh | 2009-07-17 | 1 | -9/+0 |
* | Remove some code that has always been commented out | Ian Lynagh | 2009-07-17 | 1 | -4/+0 |
* | Trim unused imports detected by new unused-import code | simonpj@microsoft.com | 2009-07-06 | 1 | -4/+0 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 1 | -2/+2 |
* | Changes for the new IO library, mainly base-package modules moving around | Simon Marlow | 2009-05-29 | 1 | -1/+6 |
* | When generating C, don't pretend functions are data | Ian Lynagh | 2009-02-06 | 1 | -0/+11 |
* | Add (a) CoreM monad, (b) new Annotations feature | simonpj@microsoft.com | 2008-10-30 | 1 | -0/+22 |
* | Move some flags from the Makefile into module pragmas | Ian Lynagh | 2008-07-10 | 1 | -0/+4 |
* | Remove code that isn't used now that we assume that GHC >= 6.4 | Ian Lynagh | 2008-06-20 | 1 | -10/+0 |