summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/FastString.hs
Commit message (Expand)AuthorAgeFilesLines
* 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