adapt HetMet extensions to new GHC coercion representation
[ghc-hetmet.git] / compiler / deSugar /
2011-05-31 Adam Megaczadapt HetMet extensions to new GHC coercion representation
2011-05-31 Adam Megaczmerge GHC HEAD
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-17 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
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-11 Simon Peyton JonesMerge remote branch 'origin/master'
2011-05-10 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
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 Simon Peyton JonesFix the desugaring of guards in arrow syntax
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-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-05 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesRemove accidental trace
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Simon Peyton JonesMerge branch monad-comp onto master
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Simon Peyton JonesChange (back) to Unix line endings
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-05-04 Simon Peyton JonesFix Trac #5117: desugar literal patterns consistencly
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-05-02 Simon Peyton JonesA few more wibbles on ghc-new-co
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-20 Adam Megaczmerge upstream HEAD
2011-04-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-19 simonpjFix Trac #5045: add ticks to HsArrForms
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-17 Adam Megaczmerge up to ghc HEAD 16-Apr-2011
2011-04-13 unknownMerge branch 'master' of c:/code/HEAD-git/. into ghc...
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
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
next