summaryrefslogtreecommitdiff
path: root/compiler/utils/FastMutInt.lhs
Commit message (Expand)AuthorAgeFilesLines
* Detab modules with tabs on 5 lines or fewerIan Lynagh2013-04-061-12/+4
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-5/+0
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-1/+3
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-171-3/+2
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-1/+5
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-6/+0
* Add LANGUAGE BangPatterns to modules that use themsimonpj@microsoft.com2010-11-121-0/+1
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+1
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-1/+6
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-2/+2
* Move some flags from the Makefile into module pragmasIan Lynagh2008-07-101-1/+5
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-1/+41
* Fix warnings in utils/FastMutIntIan Lynagh2008-01-131-9/+0
* 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
* comment FastMutInt possibilitiesIsaac Dupree2007-08-061-0/+4
* implement FastMutInt in non-GHC using IORefs (#1405)Isaac Dupree2007-06-011-5/+30
* FastMutInt - make #endif be inside \{code} to match #ifdefIsaac Dupree2007-05-191-1/+1
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-4/+0
* Module header tidyup #2Simon Marlow2006-10-111-6/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+54