update submodule pointer
[ghc-hetmet.git] / compiler / deSugar /
2011-05-31 Adam Megaczadd -fsimpleopt-before-flatten
2011-05-30 Adam Megaczadd -fflatten and -funsafe-skolemize flags
2011-05-27 Adam Megaczdo flattening before simpleOptPgm so evaluation "order...
2011-05-10 Adam Megaczupdate flattener to use type-family-based GArrow classes
2011-05-09 Adam Megaczadd support for hetmet_unflatten
2011-05-09 Adam Megaczadd support for hetmet_flatten casting variable
2011-05-09 Adam Megaczthread wired-in names of GHC.HetMet.Private.* through...
2011-04-20 Adam Megaczmerge upstream HEAD
2011-04-19 simonpjFix Trac #5045: add ticks to HsArrForms
2011-04-17 Adam Megaczmerge up to ghc HEAD 16-Apr-2011
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-03-29 Ian LynaghRenumber TH uniques
2011-03-28 Ian LynaghWhitespace only
2011-03-19 Adam Megaczpass Var.Var for hetmet brak/esc to -fcoqpass code
2011-03-17 Ian LynaghAdd unboxedTupleTName to templateHaskellNames
2011-03-07 Adam Megaczadd code for -dcoqpass, -fcoqpass, -ddump-coqpass
2011-03-03 Adam Megaczrebase to ghc main repo
2011-03-02 Adam Megaczfix compile error due to erroneous import
2011-03-02 Adam MegaczInitial checkin of HetMet / -XModalTypes modifications
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-02 Ross Patersonavoid adding HPC ticks to arrow constructs (fixes ...
2011-02-10 Ian LynaghAdd unboxed tuple support to Template Haskell
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2011-01-05 simonpj@microsoft.comFix Trac #4870: get the inlining for an imported INLINA...
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-11-01 simonpj@microsoft.comFor single-method classes use newtypes
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-12-10 simonpj@microsoft.comWhite space only
2010-12-03 pepeiborra@gmail.comFix the behaviour of :history for ticks surrounding...
2010-12-02 Simon MarlowFix a recomp bug: make classes/datatypes depend directl...
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-11-21 Ian LynaghJust some alpha renaming
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-11-16 simonpj@microsoft.comAdd warning for probable identities (fromIntegral and...
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
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.comImprove rule checking, to fix panic Trac #4398
2010-10-10 Reiner PopeTemplate Haskell: add view patterns (Trac #2399)
2010-10-18 Ian LynaghFix -auto-all: Add SCCs to IDs which have a monotype too
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-10-06 simonpj@microsoft.comMake warning-free
2010-10-06 simonpj@microsoft.comFix Trac #4371: matching of view patterns
2010-10-06 simonpj@microsoft.comRemove unused NoMatchContext construtor
2010-09-24 simonpj@microsoft.comFix an egregious bug: INLINE pragmas on monomorphic...
2010-09-22 simonpj@microsoft.comRemove -fwarn-simple-patterns, and make -fwarn-incomple...
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
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-06 simonpj@microsoft.comPut liftStringName into the known-key names
2010-08-22 Ross Patersonminor fix to comment
2010-06-15 Ross Patersonfix #3822: desugaring case command in arrow notation
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-05-10 simonpj@microsoft.comMake arity of INLINE things consistent
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-04-09 simonpj@microsoft.comFix Trac #3964: view patterns in DsArrows
2010-03-31 Milan StrakaFlags -auto and -auto-all operate only on functions...
2010-03-29 Simon Marlowfix return type cast in f.i.wrapper when using libffi...
2010-03-17 simonpj@microsoft.comFix Trac #3920: Template Haskell kinds
2010-03-09 simonpj@microsoft.comRule binders shouldn't have DFun pragmas
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-27 Simon MarlowaddCoverageTicksToBinds: tolerate a non-existent .hs...
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-08 simonpj@microsoft.comRespect SPECIALISE pragmas even for apparently-non...
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2009-12-21 simonpj@microsoft.comComments only (about implementing SPECIALISE pragmas)
2009-12-03 Ian LynaghFix HPC column numbers, following the column number...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-13 simonpj@microsoft.comWibble to comment
2009-11-13 simonpj@microsoft.comUse eta-expansion to ensure that INLINE things have... 2009-11-15
2009-11-05 simonpj@microsoft.comComments only
2009-11-03 simonpj@microsoft.comComment only
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-30 simonpj@microsoft.comFix Trac #3626: TH should reject unboxed tuples
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comA small refactoring in the code for desugaring explicit...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-28 simonpj@microsoft.comDrop unused import
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-15 Roman LeshchinskiyFix warnings
2009-10-15 Roman LeshchinskiyDon't hardwire PA and PR dfuns in the vectoriser
2009-10-02 simonpj@microsoft.comComments only
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-09-08 simonpj@microsoft.comFix Trac #3403: interaction of CPR and pattern-match...
2009-08-20 Manuel M T ChakravartyFIX #2767 & original problem of #3208
2009-07-22 Thomas SchillingMinor documentation fixes.
next