Fix warnings in X86/CodeGen
[ghc-hetmet.git] / compiler / basicTypes /
2011-05-20 Jose Pedro MagalhaesMerge branch 'ghc-generics' of darcs.haskell.org/ghc...
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
2011-05-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
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...
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-05-09 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-05-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 David TereiFormat wibble
2011-05-04 Simon Peyton JonesBe cleverer in dataConCannotMatch, fixes Trac #5168
2011-05-04 Simon Peyton JonesMerge commit
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-26 David TereiFix some small errors in comments
2011-04-24 Ian LynaghDerive some Typeable instances
2011-04-20 Simon Peyton JonesComment changes to satisfy Haddock
2011-04-19 Simon Peyton JonesMore small fixes to generics branch (doesn't compile...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2011-03-31 simonpj@microsoft.comFix Trac #5048: location on AbsBinds
2011-02-19 Max BolingbrokeDrop dead core that was kept alive by RULES in CorePrep...
2011-01-26 simonpj@microsoft.comComments only
2011-01-24 Manuel M T ChakravartyDPH options updated
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-12-22 simonpj@microsoft.comLayout and white space only
2010-12-21 simonpj@microsoft.comSingle-method classes are implemented with a newtype
2010-11-01 simonpj@microsoft.comFor single-method classes use newtypes
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-02 simonpj@microsoft.comFix a nasty bug in RULE matching: Trac #4814
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-10-27 simonpj@microsoft.comTwo signficant changes to the simplifier
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-21 simonpj@microsoft.comAdd an assertion
2010-10-21 Ian LynaghDefine takeUniqFromSupply
2010-10-21 Ian LynaghRemove some extraneous whitespace
2010-10-20 Ian LynaghDon't seq unfoldings
2010-10-20 simonpj@microsoft.comAdd a comment, connecting the seq to the test (#4367...
2010-10-19 Ian LynaghDefine setIdUnfoldingLazily, and use it in Vectorise
2010-10-19 Ian Lynaghseq the unfolding in setUnfoldingInfo
2010-10-19 simonpj@microsoft.comAdd new VarEnv functions minusVarEnv, intersectsVarEnv...
2010-10-15 simonpj@microsoft.comMake (Located a) an instance of Eq, Ord
2010-10-06 Ian LynaghDon't automatically link the haskell98 package
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-10-07 simonpj@microsoft.comMake NameEnv back into type NameEnv a = UniqFM a
2010-10-07 simonpj@microsoft.comImprove the rule-matcher
2010-10-07 simonpj@microsoft.comFix Trac #4345: simplifier bug
2010-09-24 simonpj@microsoft.comFix braino in WwLib/Literal patch
2010-09-23 simonpj@microsoft.comRejig the absent-arg stuff for unlifted types
2010-09-16 simonpj@microsoft.comPrint coercion variables as such (debugging change...
2010-09-15 simonpj@microsoft.comFix isDefaultInlinePragma
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-15 simonpj@microsoft.comImprove HsSyn pretty printing
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
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-09-03 simonpj@microsoft.comGive seqId the right type
2010-08-23 simonpj@microsoft.comComments
2010-07-27 simonpj@microsoft.comGive the correct kind to unsafeCoerce#
2010-08-30 benl@ouroborus.netVectorisation of method types
2010-08-30 benl@ouroborus.netImplement -dsuppress-module-prefixes
2010-08-12 simonpj@microsoft.comComments and spacing only
2010-07-07 simonpj@microsoft.comFix Trac #4127 (and hence #4173)
2010-07-01 simonpj@microsoft.comFix second bug in Trac #4127
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.comComments only
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comMake tcg_dus behave more sanely; fixes a mkUsageInfo...
2010-05-06 Ian LynaghFix comment to not confuse haddock
2010-05-04 simonpj@microsoft.comComments only
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-09 simonpj@microsoft.comComments only
2010-03-09 simonpj@microsoft.comTidy up pretty-printing of InlinePragma
2010-03-04 simonpj@microsoft.comTwo things to do with -dsuppress-uniques
2010-02-25 simonpj@microsoft.comChange pretty printing of InlinePrag slightly
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-05 simonpj@microsoft.comUndo the fix for Trac #3772 and do it a new way
2009-12-22 simonpj@microsoft.comMove isDictTy from TcType to Type
2009-12-18 simonpj@microsoft.comSet fixity (left-assoc) for setIdOccInfo
2009-12-17 Simon Marlowimprove panic messages for srcLocLine, srcLocCol
2009-12-16 simonpj@microsoft.comComments only
2009-12-16 simonpj@microsoft.comMake setInlineActivation left-associative
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-12-03 Roman LeshchinskiyGenerate INLINE pragmas for PA methods
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-29 Ian LynaghCorrect the advanceSrcLoc calculation for tabs
2009-11-28 Ian LynaghTeach advanceSrcLoc about tab characters
2009-11-28 Ian LynaghWhitespace only
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
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...
next