Rename -XPArr to -XParallelArrays
[ghc-hetmet.git] / compiler / basicTypes /
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...
2009-11-13 simonpj@microsoft.comMake the new ClassOp/DFun selection mechanism work...
2009-11-10 simonpj@microsoft.comComments only
2009-11-05 simonpj@microsoft.comComments only, relating to Roman's new built-in rule...
2009-11-04 Roman LeshchinskiyAdd builtin rule to eliminate unnecessary casts in seq
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-23 simonpj@microsoft.comComments only
2009-10-23 simonpj@microsoft.comAdd restrictVarEnv :: VarEnv a -> VarSet -> VarEnv a
2009-10-23 simonpj@microsoft.comFix Trac #3591: very tricky specialiser bug
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-14 Simon MarlowFixes for cross-compiling to a different word size
2009-08-21 Simon MarlowUse explicit Word32/Int32 in place of Int in the on...
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-08-20 simonpj@microsoft.comMake -dppr-debug print locations in HsSyn
2009-08-18 Ian LynaghPut a newtype wrapper around ModuleEnv
2009-07-22 Thomas SchillingMinor documentation fixes.
2009-08-12 Ian LynaghAdd support for multi-line deprecated pragmas; trac...
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-22 Ian LynaghMake the Integer library used directly configurable...
2009-07-17 simonpj@microsoft.comComment only
2009-07-16 Simon MarlowUse names like '$fOrdInt' for dfuns (and TF instances...
2009-07-13 Roman LeshchinskiySeparate length from data in DPH arrays
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-05-29 simonpj@microsoft.comFix Trac #3259: expose 'lazy' only after generating...
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-05-28 simonpj@microsoft.comComments about naming for data constructors
2009-05-27 simonpj@microsoft.comComments about wiredInIds
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2009-05-13 simonpj@microsoft.comAdd comments
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-23 simonpj@microsoft.comBetter pretty-printing for IdDetails
2009-04-03 simonpj@microsoft.comAdjust inlining heursitics
2009-04-02 simonpj@microsoft.comFix Trac #3118: missing alternative
next