summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/FastString.hs
Commit message (Expand)AuthorAgeFilesLines
* Cleanup String/FastString conversionswip/strings-refactorKrzysztof Gogolewski2022-10-241-32/+2
* Eliminate headFS, use unconsFS insteadBodigrim2022-09-281-6/+0
* ghc-boot: Clean up UTF-8 codecsBen Gamari2022-07-221-3/+3
* Suggestions due to hlintMatthew Pickering2022-02-241-2/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-7/+5
* Don't use FastString for UTF-8 encoding onlySylvain Henry2021-10-021-2/+10
* Perf: fix appendFSSylvain Henry2021-06-191-2/+2
* DerivingVia for Hsc instances. GND for NonDetFastString and LexicalFastString.Baldur Blöndal2021-06-161-9/+6
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-3/+1
* Move GlobalVar macros into GHC.Utils.GlobalVarsSylvain Henry2021-05-121-1/+2
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-9/+6
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-101-0/+2
* FastString: Use FastMutInt instead of IORef IntBen Gamari2021-03-101-12/+13
* FastMutInt: Ensure that newFastMutInt initializes valueBen Gamari2021-03-101-5/+5
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-0/+4
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+7
* Ppr: compute length of string literals at compile time (#19266)Sylvain Henry2021-01-291-1/+10
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-3/+7
* CosmeticLeif Metcalf2020-09-171-1/+1
* Make Z-encoding comment into a noteLeif Metcalf2020-09-171-1/+2
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-18/+59
* Fix FastString lexicographic ordering (fix #18562)Sylvain Henry2020-09-011-1/+3
* FastString: Reintroduce character count cacheDaniel Gröber2020-07-221-12/+14
* Use IO constructor instead of `stToIO . ST`Daniel Gröber2020-07-221-6/+4
* Use ShortByteString for FastStringDaniel Gröber2020-07-221-117/+80
* Remove length field from FastStringDaniel Gröber2020-07-221-24/+24
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-3/+3
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-2/+3
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+693