summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Encoding.hs
Commit message (Expand)AuthorAgeFilesLines
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-131-526/+0
* Make Z-encoding comment into a noteLeif Metcalf2020-09-171-1/+2
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-0/+33
* Encoding: Reformat utf8EncodeShortByteString to be more consistentDaniel Gröber2020-07-221-5/+5
* Encoding: Remove redundant use of withForeignPtrDaniel Gröber2020-07-221-2/+3
* Use IO constructor instead of `stToIO . ST`Daniel Gröber2020-07-221-1/+1
* Encoding: Add comment about tricky ForeignPtr lifetimeDaniel Gröber2020-07-221-0/+4
* Pass specialised utf8DecodeChar# to utf8DecodeLazy# for performanceDaniel Gröber2020-07-221-13/+11
* Use ShortByteString for FastStringDaniel Gröber2020-07-221-66/+105
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+450