summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Encoding/Failure.hs
Commit message (Expand)AuthorAgeFilesLines
* Use unboxed codebuffers in baseJosh Meredith2023-05-151-1/+17
* typosEric Lindblad2022-07-181-1/+1
* Improve error messages from GHC.IO.Encoding.FailureBodigrim2022-04-221-8/+12
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+0
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-1/+1
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-2/+2
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+2
* Update encoding001 to test the full range of non-surrogate code pointsReid Barton2015-07-231-4/+5
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-2/+2
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-3/+0
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* Move chr's definition into a new GHC.CharIan Lynagh2012-02-281-0/+1
* Go back to using private-use characters in roundtrippingMax Bolingbroke2011-11-181-33/+21
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+2
* 80-columnifySimon Marlow2011-10-131-50/+87
* Combine two calls to 'ord' (seems to be just slightly faster)Max Bolingbroke2011-10-111-18/+10
* Improve performance of the unpack loopMax Bolingbroke2011-10-111-2/+13
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Change to the 0xEF80..0xEFFF private-use range for //ROUNDTRIPMax Bolingbroke2011-05-181-4/+4
* Use Unicode private-use characters for roundtrippingMax Bolingbroke2011-05-181-13/+57
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-0/+129