Remove (most of) the FiniteMap wrapper
[ghc-hetmet.git] / compiler / basicTypes /
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
2009-04-02 simonpj@microsoft.comBetter panic reporting
2009-03-26 Ian Lynaghsyb no longer needs to be wired in
2009-03-25 Manuel M T ChakravartyTemplate Haskell: make reify aware of type families
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-02-11 simonpj@microsoft.comFix Trac #3017: ensure that we quantify over enough...
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
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-12-05 simonpj@microsoft.comComments only (on Activation)
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-10 Thomas SchillingFix documentation (to say the opposite).
2008-10-29 simonpj@microsoft.comChange naming conventions for compiler-generated dictio...
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-19 simonpj@microsoft.comWhite space only
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-20 Simon Marlowwhitespace fix
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-01 Manuel M T ChakravartyMake sure to zonk the kind of coercion variables
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-16 Manuel M T ChakravartyType families: bug fixes
next