Rename CmmCPS to CmmPipeline.
[ghc-hetmet.git] / compiler / hsSyn /
2011-06-13 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-06-13 Manuel M T ChakravartyAdded a pragma {-# NOVECTORISE f #-} that suppresses...
2011-06-11 Simon Peyton JonesMake TH capable of quoting GADT declarations (Trac...
2011-06-09 Ian LynaghRefactor SrcLoc and SrcSpan
2011-06-03 Simon MarlowTidy up the ic_exports field of the InteractiveContext...
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 JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-12 Simon Peyton JonesFix Trac #5192: missing case in hsValBindsImplicits
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 renaming of guards
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-04 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
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-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-29 Jose Pedro MagalhaesAdd a selector to DerivDecl.
2011-04-28 Simon Peyton JonesMerge remote branch 'origin/master' into monad-comp
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-26 David TereiFix some warnings and formatting in HsDecls
2011-04-26 David TereiFix warnings in HsImpExp.lhs
2011-04-20 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-generics
2011-04-19 simonpjRemove unused function sigForThisGroup
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-02 Max BolingbrokeIgnore names introduced "implicitly" in unused-variable...
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-10 Ian LynaghAdd unboxed tuple support to Template Haskell
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-25 simonpj@microsoft.comComments only
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
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-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-11-16 simonpj@microsoft.comWarn a bit less often about unlifted bindings.
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-10-26 simonpj@microsoft.comMake isIrrefutableHsPat say True for existentials;...
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-10 Reiner PopeTemplate Haskell: add view patterns (Trac #2399)
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-09-24 simonpj@microsoft.comAdd a debug print
2010-09-19 simonpj@microsoft.comAdd a flag -fwarn-missing-local-sigs, and improve ...
2010-09-17 simonpj@microsoft.comBetter pretty printing of implicit parameters
2010-09-15 simonpj@microsoft.comImplement TH reification of instances (Trac #1835)
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-15 simonpj@microsoft.comImprove HsSyn pretty printing
2010-09-13 simonpj@microsoft.comFix Trac #4302, plus a little refactoring
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-07-30 simonpj@microsoft.com* Add StringPrimL as a constructor for Template Haskell...
2010-06-15 simonpj@microsoft.comComments, and improvement to pretty-printing of HsGroup
2010-06-13 Ian LynaghFix printing of splices; part of #4124
2010-06-04 simonpj@microsoft.comDon't use unnecessary parens when printing types (Fix...
2010-05-25 simonpj@microsoft.comSpelling in comments
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-04 simonpj@microsoft.comComments only
2010-03-04 simonpj@microsoft.comComments only
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-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Follow PackageTarget changes in pprCEntity
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-11-26 simonpj@microsoft.comComments only, esp about RecStmts
2009-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comTidy up pretty-printing (use ppUnless)
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-20 simonpj@microsoft.comFix Trac #3600: Template Haskell bug in Convert
2009-10-15 simonpj@microsoft.comFix Trac #3263: don't print Hpc tick stuff unless ...
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-25 simonpj@microsoft.comError message wibble
2009-08-21 simonpj@microsoft.comWibbles to field-label puns
2009-08-11 simonpj@microsoft.comRefactor, and improve error messages (cf Trac #3395)
2009-08-10 simonpj@microsoft.comImprove the recent changes to overlap-checking for...
2009-08-09 Ian LynaghMinor refactoring
2009-08-07 Alexander DunlapFIX #2395 (ViewPatterns trigger bad Check errors)
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
next