vectoriser: fix conflicts
[ghc-hetmet.git] / compiler /
2010-11-25 Ben Lippmeiervectoriser: fix conflicts
2010-09-14 benl@ouroborus.netComments and formatting only
2010-09-09 benl@ouroborus.netComments and formatting to type environment vectoriser
2010-11-24 Ian LynaghDon't mix implicit and explicit layout
2010-11-24 Ian LynaghWhitespace only
2010-11-24 Ian LynaghSeparate NondecreasingIndentation out into its own...
2010-11-24 Ian LynaghAdd another GHC layout rule relaxation to RelaxedLayout
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-21 Ian LynaghJust some alpha renaming
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-11-20 Ian LynaghAdd an extension for GHC's layout-rule relaxations
2010-11-19 simonpj@microsoft.comComments only
2010-11-18 Roman LeshchinskiyForceSpecConstr now forces specialisation even for...
2010-11-18 simonpj@microsoft.comMove the superclass generation to the canonicaliser
2010-11-18 simonpj@microsoft.comFix the generation of in-scope variables for IfaceLint...
2010-11-18 simonpj@microsoft.comComments only
2010-11-18 simonpj@microsoft.comOmit bogus test for -XDeriveFunctor
2010-11-18 simonpj@microsoft.comImprove error message on advice from a user
2010-11-17 Simon Marlowremove -XNoMonomorphismRestriction
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-11-17 simonpj@microsoft.comFix Trac #4498: bang-pattern bindings are monomorphic
2010-11-17 simonpj@microsoft.comComments only
2010-11-17 simonpj@microsoft.comFix Trac #4501: a transposition error in DynFlags
2010-11-16 simonpj@microsoft.comRefactoring of the way that inlinings and rules are...
2010-11-16 simonpj@microsoft.comSome infrastruture for lambda-lifting
2010-11-16 simonpj@microsoft.comOccurrence analyser takes account of the phase when...
2010-11-16 simonpj@microsoft.comWarn a bit less often about unlifted bindings.
2010-11-16 simonpj@microsoft.comAdd warning for probable identities (fromIntegral and...
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-11-15 simonpj@microsoft.comFix -fwarn-missing-import-lists (fix Trac #4489)
2010-11-15 simonpj@microsoft.comDeriving Typeable changes
2010-11-15 simonpj@microsoft.comEnsure that instance overlap errors are report properly
2010-11-15 simonpj@microsoft.comEnsure that unification variables alloc'd during solvin...
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-11-05 simonpj@microsoft.comTrack change in isInlinePragma
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use them
2010-11-12 simonpj@microsoft.comWarn about top-level bangs (Trac #4477)
2010-11-12 simonpj@microsoft.comA (final) re-engineering of the new typechecker
2010-11-12 simonpj@microsoft.comAllow the old [$foo| ... |] syntax for quasi-quotes
2010-11-11 simonpj@microsoft.comFix multi-line string (minor glitch in stage-1 compiler)
2010-11-10 Ian LynaghObey the -rtsopts flag when making shared libraries...
2010-11-02 Ian LynaghFix a #if test
2010-11-01 simonpj@microsoft.comImprove error messages
2010-10-29 benl@ouroborus.netFix import warning
2010-10-29 benl@ouroborus.netCleanup comments and formatting only
2010-10-29 benl@ouroborus.netNicer error message for #3782
2010-10-28 simonpj@microsoft.comRemove -ds-multi-tyvar static flag
2010-10-28 simonpj@microsoft.comDeprecate -fmethod-sharing, which no longer does anything
2010-10-28 simonpj@microsoft.comDo w/w *recursive* things even if they are small
2010-10-27 simonpj@microsoft.comTwo signficant changes to the simplifier
2010-10-27 simonpj@microsoft.comYet another go at CoreArity
2010-10-27 simonpj@microsoft.comBuglet in tcIface, now that nested binders can have...
2010-10-27 simonpj@microsoft.comAdd strictness for raiseIO# primop
2010-10-27 simonpj@microsoft.comDon't worker-wrapper INLINABLE things
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-27 simonpj@microsoft.comWarn (not error) for SPECIALISE pragmas without INLINE
2010-10-21 Thomas SchillingFix #4424. Allow `-hide-all-packages` to be set dynami...
2010-10-24 Michal TerepetaFix whitespace and layout in PrelRules.
2010-10-26 Ian LynaghUse removeDups to find top-level duplicate names
2010-10-26 Ian LynaghRemove unnecessary imports
2010-10-26 simonpj@microsoft.comFix a long-standing bug the float-out pass
2010-08-31 simonpj@microsoft.comComments only
2010-10-26 simonpj@microsoft.comFix initialisation of strictness in the demand analyser
2010-10-26 simonpj@microsoft.comDon't look through SCC in exprIsConApp_maybe
2010-10-26 simonpj@microsoft.comMake isIrrefutableHsPat say True for existentials;...
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-10-25 simonpj@microsoft.comDo not (ever) use substExprSC in the simplifier
2010-10-25 simonpj@microsoft.comUse new showMultiLineString to fix Trac #4436
2010-10-25 simonpj@microsoft.comFor a non-recursive let, make sure we extend the value...
2010-10-25 simonpj@microsoft.cominstance Outputable IntMap
2010-10-23 Ian LynaghRemove the need to explicitly flatten the dynflags
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-22 dimitris@microsoft.comOptimised the representation of Inert Sets to use Maps...
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-22 simonpj@microsoft.comLint should check for duplicate top-level bindings...
2010-10-22 Ian LynaghFix unused import warning on OS X
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-10-21 Ian LynaghWhitespace only
2010-10-21 Ian LynaghWhitespace only
2010-10-21 Ian LynaghWhitespace only
2010-10-21 simonpj@microsoft.comFix Trac #4396, by localising pattern binders in the...
2010-10-21 simonpj@microsoft.comWhite space only
2010-10-21 simonpj@microsoft.comAdd an assertion
2010-10-21 Ian LynaghUse takeUniqFromSupply in ByteCodeGen
2010-10-21 Ian LynaghFix some whitespace
2010-10-21 Ian LynaghUse takeUniqFromSupply in emitProcWithConvention
2010-10-21 Ian LynaghUse takeUniqFromSupply in IfaceEnv
2010-10-21 Ian LynaghDefine takeUniqFromSupply
2010-10-21 Ian LynaghRemove some extraneous whitespace
2010-10-21 Ian LynaghAdd a comment on why some seq's are done
2010-10-21 simonpj@microsoft.comTidy up RuntimeUnkSkols a bit more
2010-10-21 simonpj@microsoft.comFix haddock markup
2010-10-21 simonpj@microsoft.comImprove rule checking, to fix panic Trac #4398
2010-10-21 simonpj@microsoft.comImprove the simple expression optimiser so it does...
2010-10-10 Reiner PopeTemplate Haskell: add view patterns (Trac #2399)
2010-10-21 simonpj@microsoft.comTidy-up sweep, following the Great Skolemisation Simpli...
2010-10-20 Ian LynaghFix haddock markup
2010-10-20 Ian LynaghDon't seq unfoldings
2010-10-20 Ian LynaghAvoid hanging on to old unfoldings; fixes #4367 (compil...
next