summaryrefslogtreecommitdiff
path: root/compiler/utils/Util.lhs
Commit message (Expand)AuthorAgeFilesLines
...
* Make consIORef atomic.Thomas Schilling2009-08-221-4/+2
* generalise the type of "on"Simon Marlow2009-08-201-1/+1
* Make the dynamic linker thread-safe.Thomas Schilling2009-08-171-1/+10
* Remove maybePrefixMatch, using stripPrefix insteadIan Lynagh2009-07-091-10/+1
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-2/+1
* Add the ability to derive instances of Functor, Foldable, Traversablesimonpj@microsoft.com2009-02-021-0/+5
* Improve warning for SpecConstrsimonpj@microsoft.com2008-09-151-0/+9
* use System.FilePath's isSearchPathSeparator instead of our ownSimon Marlow2008-08-181-12/+2
* Document UtilMax Bolingbroke2008-08-071-35/+38
* Follow changes in the base libraryIan Lynagh2008-07-311-19/+0
* Follow extensible exception changesIan Lynagh2008-07-301-2/+2
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-2/+9
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-10/+0
* Now that we require GHC >= 6.4.2, System.IO.Error is always availableIan Lynagh2008-06-201-1/+1
* Remove more ifdefferyIan Lynagh2008-06-141-1/+8
* Remove more ifdefferyIan Lynagh2008-06-141-1/+9
* Remove some ifdefferyIan Lynagh2008-06-141-1/+15
* Remove some CPPery with the help of a new value isWindowsHost in UtilIan Lynagh2008-06-121-2/+9
* Rewrite zipLazy to be warning-free for GHC 6.4Ian Lynagh2008-05-131-1/+6
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Put debugIsOn in Util, rather than rely on it being CPPed inIan Lynagh2008-03-291-0/+16
* Add :run and tweak :mainIan Lynagh2008-01-191-36/+43
* lots of portability changes (#1405)Isaac Dupree2008-01-171-8/+8
* Eliminate warnings with -DDEBUGsimonpj@microsoft.com2008-01-171-7/+7
* Fix slash direction on Windows with the new filePath codeIan Lynagh2008-01-161-0/+14
* Fix utils/Util for debug buildmainland@eecs.harvard.edu2008-01-141-0/+1
* Fix warnings in utils/UtilIan Lynagh2008-01-131-218/+209
* Use System.FilePathIan Lynagh2008-01-121-113/+11
* Fix the build with GHC < 6.4 (foldl1' didn't exist)Ian Lynagh2007-10-271-11/+0
* Fix the build with GHC < 6.4 (foldl1' didn't exist)Ian Lynagh2007-10-271-0/+11
* foldl1' was added to Data.List in GHC 6.4.xSimon Marlow2007-09-121-5/+15
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Generalize some code dealing with SrcSpan sorting Pepe Iborra2007-08-141-1/+5
* Add a comment about when maybePrefixMatch can be removedIan Lynagh2007-08-041-0/+2
* Warning Police: Unused importsMichael D. Adams2007-07-131-3/+7
* Remove foldl' from Util; use the Data.List one insteadIan Lynagh2007-07-061-11/+1
* Remove mapAccumL, mapAccumR, mapAccumBIan Lynagh2007-07-021-57/+0
* Remove the unused "Eager monad"Ian Lynagh2007-07-021-35/+0
* Add a type signatureIan Lynagh2007-07-021-0/+1
* Remove unused functions (applyToPair, applyToFst, applyToSnd)Ian Lynagh2007-07-021-16/+0
* Remove unused cfst (== const)Ian Lynagh2007-07-021-9/+0
* Remove prefixMatch and suffixMatch from UtilIan Lynagh2007-07-021-10/+1
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-4/+0
* Big tidy-up of deriving codesimonpj@microsoft.com2007-01-021-1/+8
* Add new utility function, partitionWithsimonpj@microsoft.com2006-11-101-1/+10
* Module header tidyup #2Simon Marlow2006-10-111-15/+16
* Modify toArgs to parse quotes/escapes like /bin/shrjmccall@gmail.com2006-09-171-17/+33
* Move snocView in the file, nearer the other spliting functionssimonpj@microsoft.com2006-09-231-9/+9