Merge remote branch 'origin/master'
[ghc-hetmet.git] / compiler / basicTypes / Id.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-10-21 simonpj@microsoft.comAdd an assertion
2010-10-19 Ian LynaghDefine setIdUnfoldingLazily, and use it in Vectorise
2010-10-07 simonpj@microsoft.comFix Trac #4345: simplifier bug
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-12-22 simonpj@microsoft.comMove isDictTy from TcType to Type
2009-12-18 simonpj@microsoft.comSet fixity (left-assoc) for setIdOccInfo
2009-12-16 simonpj@microsoft.comMake setInlineActivation left-associative
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
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-23 simonpj@microsoft.comFix Trac #3591: very tricky specialiser bug
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-02-04 simonpj@microsoft.comImprove transferPolyIdInfo for value-arg abstraction
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-08-07 Max BolingbrokeRemove CoreSyn SOURCE imports
2008-07-31 Max BolingbrokeDocument Id
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Id
2008-04-22 simonpj@microsoft.comComments only
2008-04-11 simonpj@microsoft.comTransfer strictness and arity info when abstracting...
2008-03-15 Ian LynaghRemove uses of addFreeTyVars
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Id
2008-01-04 simonpj@microsoft.comAdd a note about primop wrappers (cf Trac #1509)
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-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-02 simonpj@microsoft.comUse the record fields of IdInfo.RecordSelId
2007-01-29 Kirsten ChevalierTwo new warnings: arity differing from demand type...
2006-11-29 andy@galois.comTickBox representation change
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-05-22 simonpj@microsoft.comAdd idHasRules
2006-04-07 Simon MarlowReorganisation of the source tree