Parameterise the RegM monad on the FreeRegs type
[ghc-hetmet.git] / compiler / deSugar /
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-09 Simon Peyton JonesFix the desugaring of guards in arrow syntax
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 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-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-17 Ian LynaghAdd unboxedTupleTName to templateHaskellNames
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-10 Ian LynaghAdd unboxed tuple support to Template Haskell
2011-02-02 Ross Patersonavoid adding HPC ticks to arrow constructs (fixes ...
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
next