summaryrefslogtreecommitdiff
path: root/compiler/utils/Encoding.hs
Commit message (Expand)AuthorAgeFilesLines
* Restore old names of comparison primopsJan Stolarek2013-09-181-2/+1
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-5/+1
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-0/+4
* Add LANGUAGE BangPatterns to modules that use themsimonpj@microsoft.com2010-11-121-0/+1
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+0
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-241-8/+8
* z-encode digits at the start of a symbol name; fixes trac #2997Ian Lynagh2009-02-271-9/+16
* Whitespace onlyIan Lynagh2009-02-271-143/+143
* Move some flags from the Makefile into module pragmasIan Lynagh2008-07-101-0/+4
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-1/+0
* Fixed warnings in utils/EncodingTwan van Laarhoven2008-01-261-14/+9
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* 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
* add a type signaturesimonmar@microsoft.com2006-06-011-0/+1
* avoid versionitis in Numeric.showHex (should fix tcrun007)Simon Marlow2006-04-111-3/+6
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+373