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