summaryrefslogtreecommitdiff
path: root/compiler/utils/StringBuffer.lhs
Commit message (Expand)AuthorAgeFilesLines
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-4/+0
* Define FastString on top of FastBytesIan Lynagh2012-07-151-1/+1
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-1/+1
* SafeHaskell: Fix validation errors when Safe base used.David Terei2011-06-171-3/+6
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-0/+1
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-0/+1
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-2/+3
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-1/+1
* Tweak a Show instanceIan Lynagh2009-04-071-1/+1
* Move some flags from the Makefile into module pragmasIan Lynagh2008-07-101-0/+4
* FIX #1736, and probably #2169, #2240Simon Marlow2008-07-071-4/+6
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-8/+0
* Fix warnings in StringBufferIan Lynagh2008-02-181-13/+6
* Whitespace onlyIan Lynagh2008-02-181-39/+39
* Use nilFSIan Lynagh2008-01-231-2/+2
* lots of portability changes (#1405)Isaac Dupree2008-01-171-21/+21
* FIX #1744: ignore the byte-order mark at the beginning of a fileSimon Marlow2007-11-301-6/+16
* 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
* Warning police: eliminate all defaulting within stage1Isaac Dupree2007-08-071-1/+1
* Warning PoliceMichael D. Adams2007-07-051-1/+0
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-15/+0
* parseInteger->parseUnsignedInteger to clarify meaningIsaac Dupree2007-05-261-3/+3
* only comments, spacing, alpha-renamingIsaac Dupree2007-05-261-4/+6
* Module header tidyup #2Simon Marlow2006-10-111-1/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+240