| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make consIORef atomic. | Thomas Schilling | 2009-08-22 | 1 | -4/+2 |
* | generalise the type of "on" | Simon Marlow | 2009-08-20 | 1 | -1/+1 |
* | Make the dynamic linker thread-safe. | Thomas Schilling | 2009-08-17 | 1 | -1/+10 |
* | Remove maybePrefixMatch, using stripPrefix instead | Ian Lynagh | 2009-07-09 | 1 | -10/+1 |
* | Trim unused imports detected by new unused-import code | simonpj@microsoft.com | 2009-07-06 | 1 | -2/+1 |
* | Add the ability to derive instances of Functor, Foldable, Traversable | simonpj@microsoft.com | 2009-02-02 | 1 | -0/+5 |
* | Improve warning for SpecConstr | simonpj@microsoft.com | 2008-09-15 | 1 | -0/+9 |
* | use System.FilePath's isSearchPathSeparator instead of our own | Simon Marlow | 2008-08-18 | 1 | -12/+2 |
* | Document Util | Max Bolingbroke | 2008-08-07 | 1 | -35/+38 |
* | Follow changes in the base library | Ian Lynagh | 2008-07-31 | 1 | -19/+0 |
* | Follow extensible exception changes | Ian Lynagh | 2008-07-30 | 1 | -2/+2 |
* | Get building GHC itself with Cabal more-or-less working | Ian Lynagh | 2008-07-16 | 1 | -2/+9 |
* | Remove code that isn't used now that we assume that GHC >= 6.4 | Ian Lynagh | 2008-06-20 | 1 | -10/+0 |
* | Now that we require GHC >= 6.4.2, System.IO.Error is always available | Ian Lynagh | 2008-06-20 | 1 | -1/+1 |
* | Remove more ifdeffery | Ian Lynagh | 2008-06-14 | 1 | -1/+8 |
* | Remove more ifdeffery | Ian Lynagh | 2008-06-14 | 1 | -1/+9 |
* | Remove some ifdeffery | Ian Lynagh | 2008-06-14 | 1 | -1/+15 |
* | Remove some CPPery with the help of a new value isWindowsHost in Util | Ian Lynagh | 2008-06-12 | 1 | -2/+9 |
* | Rewrite zipLazy to be warning-free for GHC 6.4 | Ian Lynagh | 2008-05-13 | 1 | -1/+6 |
* | Don't import FastString in HsVersions.h | Ian Lynagh | 2008-03-29 | 1 | -2/+0 |
* | Put debugIsOn in Util, rather than rely on it being CPPed in | Ian Lynagh | 2008-03-29 | 1 | -0/+16 |
* | Add :run and tweak :main | Ian Lynagh | 2008-01-19 | 1 | -36/+43 |
* | lots of portability changes (#1405) | Isaac Dupree | 2008-01-17 | 1 | -8/+8 |
* | Eliminate warnings with -DDEBUG | simonpj@microsoft.com | 2008-01-17 | 1 | -7/+7 |
* | Fix slash direction on Windows with the new filePath code | Ian Lynagh | 2008-01-16 | 1 | -0/+14 |
* | Fix utils/Util for debug build | mainland@eecs.harvard.edu | 2008-01-14 | 1 | -0/+1 |
* | Fix warnings in utils/Util | Ian Lynagh | 2008-01-13 | 1 | -218/+209 |
* | Use System.FilePath | Ian Lynagh | 2008-01-12 | 1 | -113/+11 |
* | Fix the build with GHC < 6.4 (foldl1' didn't exist) | Ian Lynagh | 2007-10-27 | 1 | -11/+0 |
* | Fix the build with GHC < 6.4 (foldl1' didn't exist) | Ian Lynagh | 2007-10-27 | 1 | -0/+11 |
* | foldl1' was added to Data.List in GHC 6.4.x | Simon Marlow | 2007-09-12 | 1 | -5/+15 |
* | 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 |
* | Generalize some code dealing with SrcSpan sorting | Pepe Iborra | 2007-08-14 | 1 | -1/+5 |
* | Add a comment about when maybePrefixMatch can be removed | Ian Lynagh | 2007-08-04 | 1 | -0/+2 |
* | Warning Police: Unused imports | Michael D. Adams | 2007-07-13 | 1 | -3/+7 |
* | Remove foldl' from Util; use the Data.List one instead | Ian Lynagh | 2007-07-06 | 1 | -11/+1 |
* | Remove mapAccumL, mapAccumR, mapAccumB | Ian Lynagh | 2007-07-02 | 1 | -57/+0 |
* | Remove the unused "Eager monad" | Ian Lynagh | 2007-07-02 | 1 | -35/+0 |
* | Add a type signature | Ian Lynagh | 2007-07-02 | 1 | -0/+1 |
* | Remove unused functions (applyToPair, applyToFst, applyToSnd) | Ian Lynagh | 2007-07-02 | 1 | -16/+0 |
* | Remove unused cfst (== const) | Ian Lynagh | 2007-07-02 | 1 | -9/+0 |
* | Remove prefixMatch and suffixMatch from Util | Ian Lynagh | 2007-07-02 | 1 | -10/+1 |
* | Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504 | Ian Lynagh | 2007-04-06 | 1 | -4/+0 |
* | Big tidy-up of deriving code | simonpj@microsoft.com | 2007-01-02 | 1 | -1/+8 |
* | Add new utility function, partitionWith | simonpj@microsoft.com | 2006-11-10 | 1 | -1/+10 |
* | Module header tidyup #2 | Simon Marlow | 2006-10-11 | 1 | -15/+16 |
* | Modify toArgs to parse quotes/escapes like /bin/sh | rjmccall@gmail.com | 2006-09-17 | 1 | -17/+33 |
* | Move snocView in the file, nearer the other spliting functions | simonpj@microsoft.com | 2006-09-23 | 1 | -9/+9 |