summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrelRules.lhs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix whitespace and layout in PrelRules.Michal Terepeta2010-10-241-185/+184
* Fix test T4235 with -Osimonpj@microsoft.com2010-10-061-14/+10
* Move error-ids to MkCore (from PrelRules)simonpj@microsoft.com2010-09-141-128/+2
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-18/+165
* don't constant fold division that would result in negative zero (#3676)Simon Marlow2010-02-111-2/+10
* More work on the simplifier's inlining strategiessimonpj@microsoft.com2009-12-021-33/+36
* Implement -fexpose-all-unfoldings, and fix a non-termination bugsimonpj@microsoft.com2009-11-191-3/+3
* The Big INLINE Patch: totally reorganise way that INLINE pragmas worksimonpj@microsoft.com2009-10-291-2/+3
* Fixes for cross-compiling to a different word sizeSimon Marlow2009-10-141-3/+5
* Tidy up the treatment of dead binderssimonpj@microsoft.com2008-09-201-2/+3
* Fix Haddock errors.Thomas Schilling2008-07-201-1/+1
* PrelRules is now warning freeIan Lynagh2008-04-131-28/+41
* (F)SLIT -> (f)sLit in PrelRulesIan Lynagh2008-04-121-4/+4
* 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
* Stoping constant folding of calls to chr# that are invalidandy@galois.com2007-07-111-2/+7
* Make -frewrite-rules into a dynamic flag; off for -O0simonpj@microsoft.com2007-05-041-3/+28
* Fix the GHC.Base.inline builtin rulesimonpj@microsoft.com2007-04-201-5/+17
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-18/+0
* restore compilation with 5.04Simon Marlow2006-11-151-1/+2
* Add literal-shift rewrite rulessimonpj@microsoft.com2006-11-131-1/+25
* Fixups to PelRules (esp using intResult, wordResult)simonpj@microsoft.com2006-11-131-6/+12
* Major overhaul of the Simplifiersimonpj@microsoft.com2006-11-011-117/+128
* Add comments about primop rulessimonpj@microsoft.com2006-10-111-0/+19
* Module header tidyup, phase 1Simon Marlow2006-10-111-3/+3
* Trim imports, and remove some dead codesimonpj@microsoft.com2006-09-231-1/+1
* Add ad-hoc typing checks for tagToEnum#simonpj@microsoft.com2006-08-161-2/+2
* Remove InlinePlease and add inline function and RULEsimonpj@microsoft.com2006-06-051-3/+18
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+447