swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / basicTypes / BasicTypes.lhs
2011-05-15 Max BolingbrokeFix build when DEBUG is on
2011-05-15 Max BolingbrokeUse FractionalLit more extensively to improve other...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-10-27 simonpj@microsoft.comTwo signficant changes to the simplifier
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-15 simonpj@microsoft.comFix isDefaultInlinePragma
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-08-30 benl@ouroborus.netVectorisation of method types
2010-08-12 simonpj@microsoft.comComments and spacing only
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-10 simonpj@microsoft.comMake arity of INLINE things consistent
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-09 simonpj@microsoft.comComments only
2010-03-09 simonpj@microsoft.comTidy up pretty-printing of InlinePragma
2010-02-25 simonpj@microsoft.comChange pretty printing of InlinePrag slightly
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