summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass specialised utf8DecodeChar# to utf8DecodeLazy# for performanceDaniel Gröber2020-07-221-1/+1
* Use ShortByteString for FastStringDaniel Gröber2020-07-222-118/+81
* Remove length field from FastStringDaniel Gröber2020-07-221-24/+24
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-126-22/+31
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-252-4/+4
* Always use rnImplicitBndrs to bring implicit tyvars into scopeRyan Scott2020-06-101-6/+1
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-2/+3
* Improve some folds over Uniq[D]FMSimon Jakobi2020-05-141-7/+7
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-14/+6
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2622-1/+5190
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-16/+15
* Document and refactor a few things around bitmap scavengingÖmer Sinan Ağacan2020-02-291-36/+7
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-0/+134