cmmTopCodeGen no longer takes DynFlags as an argument
[ghc-hetmet.git] / compiler / rename / RnExpr.lhs
2011-05-09 Simon Peyton JonesFix renaming of guards
2011-05-04 Simon Peyton JonesDo-notation in an arrow context is not rebindable
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
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 JonesMore hacking on monad-comp; now works
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-19 simonpjFix Trac #5038 (missing free variable in ifThenElse...
2011-04-02 Max BolingbrokeIgnore names introduced "implicitly" in unused-variable...
2011-01-12 simonpj@microsoft.comProduce an error message, not a crash, for HsOpApp...
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-23 simonpj@microsoft.comRemove use of lambda with a refutable pattern
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-05-06 simonpj@microsoft.comMake tcg_dus behave more sanely; fixes a mkUsageInfo...
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-04-12 simonpj@microsoft.comFix Trac #3943: incorrect unused-variable warning
2010-03-09 simonpj@microsoft.comAdd comment
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-07 Ian LynaghRemove unused imports
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-04-09 simonpj@microsoft.comUse return instead of returnM, and similar tidy-ups
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-08-12 simonpj@microsoft.comFix Trac #2490: sections should be parenthesised
2008-08-12 simonpj@microsoft.comRefactoring: define TcRnMonad.failWith and use it in...
2008-08-11 simonpj@microsoft.comFix Trac #2506: infix assert
2008-05-04 Ian LynaghFix the stage 1 build
2008-05-03 Ian LynaghRemove a hack from a time when ghc couldn't do seq
2008-05-03 Ian LynaghMake RnExpr warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnExpr
2008-04-04 simonpj@microsoft.comFix Trac #2188: scoping in TH declarations quotes
2008-04-03 simonpj@microsoft.comFix Trac #2136: reporting of unused variables
2008-02-26 simonpj@microsoft.comFix Trac #2111: improve error handling for 'rec' in...
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 Ian LynaghUse isEmptyUniqSet rather than isNullUFM
2008-01-24 Ian LynaghFix the build
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-14 Ian LynaghGive an error if view pattern syntax is used in an...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-13 simonpj@microsoft.comImprove free-variable handling for rnPat and friends...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-09 simonpj@microsoft.comTrim imports
2007-07-08 Ian LynaghAdd -XParallelListComp
2007-06-21 LemmihAdd several new record features
2007-06-20 simonpj@microsoft.comUnused import
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-03-23 simonpj@microsoft.comRemove dead code from rnExpr (Var v); seems to be a...
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-10 Pepe IborraThe breakpoint primitive
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-07 simonpj@microsoft.comFix the handling of names in declaration brackets
2006-08-25 Ian LynaghFix rewriting of Control.Exception.Assert; fixes 875
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-07-25 Simon MarlowGeneralise Package Support
2006-05-02 LemmihbreakpointCond
2006-04-07 Simon MarlowReorganisation of the source tree