Print infix function definitions correctly in HsSyn
[ghc-hetmet.git] / compiler / rename /
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-09 simonpj@microsoft.comTrim imports
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-11 David WaernRemove comment
2007-07-10 Ian LynaghAlpha-rename a variable
2007-07-09 Ian LynaghAdd -XPatternSigs flag
2007-07-09 Ian LynaghAdd -XTypeOperators flag
2007-07-08 Ian LynaghAdd PatternGuards flag
2007-07-08 Ian LynaghAdd -XParallelListComp
2007-06-28 simonpj@microsoft.comAdd flags for record extensions; still not working...
2007-06-23 Ian LynaghFix an error message
2007-06-21 simonpj@microsoft.comUse the correct flag for controlling scoped type variab...
2007-06-21 LemmihAdd several new record features
2007-06-20 simonpj@microsoft.comTrivial fix to clear Trac #1386
2007-06-20 simonpj@microsoft.comUnused import
2007-06-19 simonpj@microsoft.comImprove misleading warning (Trac #1422)
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-05-02 simonpj@microsoft.comImprove error reporting for type signatures
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-04-01 Ian LynaghMake error message output order consistent
2007-03-23 simonpj@microsoft.comRemove dead code from rnExpr (Var v); seems to be a...
2007-03-23 simonpj@microsoft.comTidy up refactoring only
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-20 simonpj@microsoft.comFix obscure bug in reportDeprecations
2007-02-07 simonpj@microsoft.comFix bug in -ddump-minimal imports Trac #1025
2007-02-04 lennart@augustsson.netExport a function to grab the local environment as... 2007-02-05
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.
2007-01-05 davve@dtek.chalmers.seRemove the DocEntity type. Fixes the problem with dupli...
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T Chakravartydata family declarations are fine without any type...
2006-12-29 simonpj@microsoft.comAvoid duplicate error report when renaming HsDoc stuff
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-19 Manuel M T ChakravartyFixed uninitialised FunBind fun_tick field
2006-12-10 Pepe IborraThe breakpoint primitive
2006-11-06 simonpj@microsoft.comWarn only of explicit imports that are unused (test...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comFix handling of non-in-scope exports (fixes test mod7)
2006-11-01 simonpj@microsoft.comMinor refactoring
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-23 Manuel M T ChakravartyClean up debugging code in RnNames
2006-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
2006-10-21 Manuel M T ChakravartyFix parent position in RnNames.nubAvails 2006-10-22
2006-10-21 Manuel M T ChakravartyFix export of associated families with new name parent...
2006-10-20 Manuel M T ChakravartyFix processing of imports involving ATs with the new...
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-10-06 simonpj@microsoft.comBale out before renamer errors are duplicated
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-09-17 bjorn@bringert.netRenamer part of stand-alone deriving extension.
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-10-03 simonpj@microsoft.comAdd error check for operators in types
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyFixed two bugs concerning fanilies
2006-09-20 Manuel M T ChakravartyKind and type checking of indexed types
2006-09-18 Manuel M T ChakravartyType tags in import/export lists
2006-09-18 Manuel M T Chakravartycomment for getLocalDeclBinders
2006-09-18 Manuel M T ChakravartyCheck for repeated tyvars in AT family decls
2006-09-18 Manuel M T ChakravartyDon't lift ATs out of classes and instances before tc
2006-09-15 Manuel M T ChakravartyAdded error checks & fixed bugs
2006-09-15 Manuel M T ChakravartyRenaming of indexed types
2006-09-15 Manuel M T ChakravartyRenaming of kind signatures (rnTySig)
2006-09-15 Manuel M T ChakravartyFix migrated AT support
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
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-09-06 simonpj@microsoft.comCheck that top-level binders are unqualified names
2006-08-25 Ian LynaghFix rewriting of Control.Exception.Assert; fixes 875
2006-08-22 Simon Marlowminor fix to the clashing export error message
2006-08-17 simonpj@microsoft.comRefactoring for valid rule checking
2006-08-16 simonpj@microsoft.comDisable form-checking for rule LHSs
2006-08-09 Simon MarlowRemove old FFI syntax
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Duncan CouttsFix for warning message (bug #812)
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-05-19 simonpj@microsoft.comBug-fix for infix function definitions (parse/rename)
2006-05-08 simonpj@microsoft.comTrim imports
2006-05-02 LemmihbreakpointCond
next