summaryrefslogtreecommitdiff
path: root/compiler/utils/FastString.lhs
Commit message (Expand)AuthorAgeFilesLines
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-4/+0
* Add LANGUAGE BangPatterns to modules that use themsimonpj@microsoft.com2010-11-121-0/+1
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-1/+1
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-1/+9
* a faster appendFSich@christoph-bauer.net2010-02-271-1/+12
* Rolling back: Make FastString thread-safe.Simon Marlow2009-12-311-45/+84
* Make FastString thread-safe.Thomas Schilling2009-08-241-84/+45
* 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-3/+3
* Document FastString and rename strLength to lengthLSMax Bolingbroke2008-07-311-29/+35
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-0/+4
* Move some flags from the Makefile into module pragmasIan Lynagh2008-07-101-0/+4
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-4/+0
* Change the last few (F)SLIT's into (f)sLit'sIan Lynagh2008-04-221-2/+2
* Don't use CPP for SLIT/FSLITIan Lynagh2008-04-121-7/+25
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-3/+0
* Fix warnings in FastString, and check for empty case in head/tailIan Lynagh2008-02-181-24/+28
* Whitespace onlyIan Lynagh2008-02-181-125/+126
* lots of portability changes (#1405)Isaac Dupree2008-01-171-15/+81
* 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
* Follow Array changes (adding numElements field)Ian Lynagh2007-08-101-4/+7
* more cmpFS refactoringIsaac Dupree2007-08-071-9/+11
* use 'compare' when using the law of trichotomyIsaac Dupree2007-08-061-6/+4
* NOINLINE the global FastString.string_tableIsaac Dupree2007-08-071-0/+1
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-15/+1
* Store the constructor name in the info table in UTF-8Simon Marlow2007-05-091-0/+10
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+499