summaryrefslogtreecommitdiff
path: root/compiler/utils/StringBuffer.hs
Commit message (Expand)AuthorAgeFilesLines
* Add hPutStringBuffer utilityDaniel Gröber2019-05-291-0/+6
* Add PlainPanic for throwing exceptions without depending on pprintMichael Sloan2019-05-241-1/+1
* Properly escape character literals in HaddocksAlec Theriault2019-02-151-4/+4
* Implement underscores in numeric literals (NumericUnderscores extension)Takenobu Tani2018-01-211-0/+1
* 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
* Caret diag.: Avoid decoding whole module if only specific line is neededalexbiehl2017-04-171-1/+39
* utils: Lazily decode UTF8 stringsBen Gamari2017-04-171-3/+1
* Fixed error messages for RecursiveDo (#8501)Rupert Horlick2017-03-291-0/+15
* Improve StringBuffer and FastString docsPhil Ruffwind2016-12-171-4/+38
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-4/+0
* Skip a possible BOM in utf8 encodingJoachim Breitner2015-09-251-3/+7
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-20/+3
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+257