| Commit message (Expand) | Author | Age | Files | Lines |
* | fix do-notation warnings | Simon Marlow | 2009-08-24 | 1 | -2/+2 |
* | Use explicit Word32/Int32 in place of Int in the on-disk .hi file | Simon Marlow | 2009-08-21 | 1 | -4/+4 |
* | Fix the interface-file incompatibility crash (#3435) | Simon Marlow | 2009-08-21 | 1 | -9/+23 |
* | Make -dynamic a proper way, so we read the .dyn_hi files | Simon Marlow | 2009-08-20 | 1 | -9/+11 |
* | Remove the lock around NameCache for readBinIface. | Thomas Schilling | 2009-08-18 | 1 | -12/+14 |
* | Make access to NameCache atomic. Sometimes needs a lock. | Thomas Schilling | 2009-08-17 | 1 | -4/+1 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -1/+1 |
* | Remove unused imports | Ian Lynagh | 2009-07-07 | 1 | -2/+0 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 1 | -2/+2 |
* | Fix Trac #3323: naughty record selectors again | simonpj@microsoft.com | 2009-06-25 | 1 | -4/+5 |
* | Add the notion of "constructor-like" Ids for rule-matching | simonpj@microsoft.com | 2009-03-18 | 1 | -0/+18 |
* | Make record selectors into ordinary functions | simonpj@microsoft.com | 2009-01-02 | 1 | -17/+28 |
* | Rollback INLINE patches | Simon Marlow | 2008-12-16 | 1 | -25/+11 |
* | Completely new treatment of INLINE pragmas (big patch) | simonpj@microsoft.com | 2008-12-05 | 1 | -11/+25 |
* | Add (a) CoreM monad, (b) new Annotations feature | simonpj@microsoft.com | 2008-10-30 | 1 | -0/+29 |
* | Add ASSERTs to all calls of nameModule | simonpj@microsoft.com | 2008-10-03 | 1 | -1/+1 |
* | Follow extensible exception changes | Ian Lynagh | 2008-07-30 | 1 | -2/+1 |
* | Add a WARNING pragma | Ian Lynagh | 2008-07-20 | 1 | -20/+36 |
* | Move "main/BinIface_HC_OPTS += -O" into a pragma in iface/BinIface.hs | Ian Lynagh | 2008-07-10 | 1 | -2/+6 |
* | Fix validate: -Werror bug in patch "Replacing copyins and copyouts..." | Simon Marlow | 2008-06-02 | 1 | -5/+0 |
* | Replacing copyins and copyouts with data-movement instructions | dias@eecs.harvard.edu | 2008-05-29 | 1 | -0/+6 |
* | Use MD5 checksums for recompilation checking (fixes #1372, #1959) | Simon Marlow | 2008-05-28 | 1 | -30/+102 |
* | Make BinIface warning-free | Ian Lynagh | 2008-05-04 | 1 | -14/+12 |
* | Refactor some code a bit, and improve an error | Ian Lynagh | 2008-04-26 | 1 | -15/+12 |
* | Whitespace changes only | Ian Lynagh | 2008-04-26 | 1 | -18/+18 |
* | Print some extra debugging info when doing --show-iface | Ian Lynagh | 2008-03-17 | 1 | -6/+24 |
* | Eliminate a global variable | Ian Lynagh | 2008-03-17 | 1 | -10/+11 |
* | Replace remaining uses of ioToIOEnv by liftIO, remove ioToIOEnv | Twan van Laarhoven | 2008-01-17 | 1 | -1/+1 |
* | View patterns, record wildcards, and record puns | Dan Licata | 2007-10-10 | 1 | -1/+1 |
* | Move OPTIONS pragmas above comments | Ian Lynagh | 2007-09-21 | 1 | -5/+5 |
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 1 | -1/+1 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 1 | -2/+2 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
* | Adding pushing of hpc translation status through hi files. | andy@galois.com | 2007-07-17 | 1 | -1/+5 |
* | Adding tick boxes to the interface syntax; fixes #1510 | andy@galois.com | 2007-07-11 | 1 | -0/+7 |
* | Remove mapAccumL, mapAccumR, mapAccumB | Ian Lynagh | 2007-07-02 | 1 | -0/+1 |
* | Add data type information to VectInfo | Manuel M T Chakravarty | 2007-05-22 | 1 | -2/+6 |
* | Iface representation of synonym family instances | Manuel M T Chakravarty | 2007-05-15 | 1 | -11/+13 |
* | Remove the distinction between data and newtype families | Manuel M T Chakravarty | 2007-05-11 | 1 | -5/+3 |
* | Store a SrcSpan instead of a SrcLoc inside a Name | Simon Marlow | 2007-05-11 | 1 | -1/+1 |
* | IfaceVectInfo and propagation through EPS | Manuel M T Chakravarty | 2007-05-04 | 1 | -1/+12 |
* | Retain inline-pragma information on unfoldings in interface files | simonpj@microsoft.com | 2007-04-25 | 1 | -0/+10 |
* | fix version checking of .hi files | Simon Marlow | 2007-01-08 | 1 | -23/+32 |
* | TickBox representation change | andy@galois.com | 2006-11-29 | 1 | -16/+0 |
* | Haskell Program Coverage | andy@galois.com | 2006-10-24 | 1 | -1/+16 |
* | Keep track of family instance modules | Manuel M T Chakravarty | 2006-10-13 | 1 | -1/+8 |
* | Module header tidyup, phase 1 | Simon Marlow | 2006-10-11 | 1 | -29/+20 |
* | Interface file optimisation and removal of nameParent | Simon Marlow | 2006-10-11 | 1 | -53/+198 |
* | Rough matches for family instances | Manuel M T Chakravarty | 2006-10-10 | 1 | -5/+10 |
* | Remove Linear Implicit Parameters, and all their works | simonpj@microsoft.com | 2006-09-29 | 1 | -18/+3 |