Improve the handling of default methods
[ghc-hetmet.git] / compiler / basicTypes / BasicTypes.lhs
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-16 simonpj@microsoft.comComments only
2009-12-03 Roman LeshchinskiyGenerate INLINE pragmas for PA methods
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-08-12 Ian LynaghAdd support for multi-line deprecated pragmas; trac...
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2008-12-05 simonpj@microsoft.comComments only (on Activation)
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Max BolingbrokeDocument BasicTypes
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in BasicTypes
2008-04-22 simonpj@microsoft.comComments only
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/BasicTypes
2007-11-14 simonpj@microsoft.comFIX Trac 1888; duplicate INLINE pragmas
2007-10-29 simonpj@microsoft.comSubstantial improvement to the interaction of RULES...
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...
2006-11-25 Ian LynaghAdd some Outputable instances
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-05 simonpj@microsoft.comTake 2 on the recursive-rule fix
2006-10-04 simonpj@microsoft.comSecond bite at the rules-only idea
2006-10-03 simonpj@microsoft.comMake recursion and RULES interact better
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-18 Manuel M T ChakravartyDeriving Eq for OverlapFlag again
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree