summaryrefslogtreecommitdiff
path: root/compiler/utils/FastString.hs
Commit message (Expand)AuthorAgeFilesLines
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-291-0/+4
* Fix deadlock bug when mkFastStringWith is duplicatedZejun Wu2018-11-221-2/+4
* Rename literal constructorsSylvain Henry2018-11-221-29/+29
* Rewrite FastString table in concurrent hashtableZejun Wu2018-10-281-87/+148
* Refactor LitStringSylvain Henry2018-05-131-18/+17
* Change `OPTIONS_GHC -O` to `OPTIONS_GHC -O2`Douglas Wilson2017-11-091-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add missing Semigroup instances to compilerHerbert Valerio Riedel2017-08-311-1/+5
* utils: Lazily decode UTF8 stringsBen Gamari2017-04-171-3/+1
* Improve StringBuffer and FastString docsPhil Ruffwind2016-12-171-0/+13
* Make globals use sharedCAFMoritz Angermann2016-12-111-7/+0
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-301-0/+7
* Make globals use sharedCAFMoritz Angermann2016-11-291-7/+0
* Add deepseq dependency and a few NFData instancesSimon Marlow2016-07-221-1/+4
* FastString: Supply mconcat implementationBen Gamari2016-07-081-0/+1
* FastString: Add IsString instanceBen Gamari2016-07-081-0/+3
* FastString: Reduce allocations of concatFSBen Gamari2016-07-081-1/+1
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-2/+2
* Add Monoid instance for FastStringBen Gamari2016-03-051-0/+4
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-4/+0
* Delete ExtsCompat46 (#8330)Thomas Miedema2015-08-241-4/+4
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-36/+5
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-4/+4
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+640