merge GHC HEAD
[ghc-hetmet.git] / compiler / prelude / PrelRules.lhs
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-26 David TereiFix some small errors in comments
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-10-27 Michal TerepetaOptimise comparisons against min/maxBound (ticket ...
2010-10-24 Michal TerepetaFix whitespace and layout in PrelRules.
2010-10-06 simonpj@microsoft.comFix test T4235 with -O
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-02-11 Simon Marlowdon't constant fold division that would result in negat...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-14 Simon MarlowFixes for cross-compiling to a different word size
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-07-20 Thomas SchillingFix Haddock errors.
2008-04-13 Ian LynaghPrelRules is now warning free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PrelRules
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-07-11 andy@galois.comStoping constant folding of calls to chr# that are...
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-04-20 simonpj@microsoft.comFix the GHC.Base.inline builtin rule
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2006-11-15 Simon Marlowrestore compilation with 5.04
2006-11-13 simonpj@microsoft.comAdd literal-shift rewrite rules
2006-11-13 simonpj@microsoft.comFixups to PelRules (esp using intResult, wordResult)
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-11 simonpj@microsoft.comAdd comments about primop rules
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-08-16 simonpj@microsoft.comAdd ad-hoc typing checks for tagToEnum#
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-04-07 Simon MarlowReorganisation of the source tree