summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/StringBuffer.hs
Commit message (Expand)AuthorAgeFilesLines
* ghc-boot: Clean up UTF-8 codecsBen Gamari2022-07-221-5/+5
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-0/+14
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2021-10-261-1/+57
* Driver Rework PatchMatthew Pickering2021-06-031-0/+9
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-2/+1
* Ensure assert from Control.Exception isn't usedSylvain Henry2021-05-121-2/+2
* Don't use FastString to convert string to UTF8Matthew Pickering2021-03-031-1/+1
* StringBuffer: Use unsafeWithForeignPtrBen Gamari2021-02-141-12/+18
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-6/+10
* Pass specialised utf8DecodeChar# to utf8DecodeLazy# for performanceDaniel Gröber2020-07-221-1/+1
* Use ShortByteString for FastStringDaniel Gröber2020-07-221-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+334