summaryrefslogtreecommitdiff
path: root/compiler/hsSyn/HsLit.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs hsSyn/Austin Seipp2014-12-031-214/+0
* Capture original source for literalsAlan Zimmerman2014-11-211-58/+91
* PostTcType replaced with TypeAnnotAlan Zimmerman2014-09-061-40/+35
* hsSyn: detabify/dewhitespace HsLitAustin Seipp2014-08-201-60/+52
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-2/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-1/+1
* Rename remaining FastBytes usages to ByteStringIan Lynagh2012-12-141-1/+2
* HsStringPrim now contains FastBytes, not FastStringIan Lynagh2012-07-141-2/+2
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-2/+21
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Add 64-bit signed and unsigned integer literals to HsSyn.Simon Marlow2011-07-121-2/+8
* Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-151-7/+7
* Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-151-3/+4
* More hacking on monad-comp; now worksSimon Peyton Jones2011-05-021-2/+2
* Preliminary monad-comprehension patch (Trac #4370)Simon Peyton Jones2011-04-281-2/+14
* Add Data and Typeable instances to HsSynDavid Waern2010-03-301-0/+7
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Fix Trac #2246; overhaul handling of overloaded literalssimonpj@microsoft.com2008-05-061-38/+56
* Add 123## literals for Word#Ian Lynagh2008-04-231-0/+3
* Make literals in the syntax tree strictIan Lynagh2008-02-181-3/+3
* Fixed warnings in hsSyn/HsLitTwan van Laarhoven2008-01-271-13/+6
* View patterns, record wildcards, and record punsDan Licata2007-10-101-20/+36
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Add support for overloaded string literals.lennart@augustsson.net2006-12-211-0/+8
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-0/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+96