summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/GHC/CString.hs
Commit message (Expand)AuthorAgeFilesLines
* ghc-prim: Don't allocate a thunk for each unpacked UTF-8 characterBen Gamari2017-07-241-12/+16
* Typos in comments and manualGabor Greif2017-03-061-1/+1
* Make exprIsConApp_maybe work better for literals stringsSimon Peyton Jones2017-02-241-5/+16
* ghc-prim: Mark unpackCStringUtf8# and unpackNBytes# as NOINLINEBen Gamari2016-03-301-5/+33
* Add missing `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-10-271-1/+1
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-14/+13
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-07-261-0/+1
* Break the GHC.Generics / GHC.Types import loop.Jose Pedro Magalhaes2011-09-261-1/+1
* Formatting fixesDavid Terei2011-08-081-18/+14
* Add new module GHC.CString with functions relating to CString (moved from GHC...Jose Pedro Magalhaes2011-05-031-0/+126