fix haddock submodule pointer
[ghc-hetmet.git] / compiler / rename / RnSource.lhs
2011-06-13 Manuel M T ChakravartyAdded a pragma {-# NOVECTORISE f #-} that suppresses...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-26 David TereiAdd missing eol marker in RnSource.lhs
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
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-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
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-09 simonpj@microsoft.comFix Trac #3955: renamer and type variables
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-02-08 simonpj@microsoft.comFix Trac #3850
2010-01-04 Ben.Lippmeier@anu... Refactor PackageTarget back into StaticTarget
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-10-02 simonpj@microsoft.comCombine treatment of vanialla/GADT data decls, and...
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-25 simonpj@microsoft.comMove the standalone-deriving flag test from parser...
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-27 Simon MarlowRemove old 'foreign import dotnet' code
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-02 Manuel M T ChakravartyType synonym families may be nullary
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
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-01-08 simonpj@microsoft.comFix Trac #2914: record wild cards and assoicated types
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-27 simonpj@microsoft.comFix Trac #2713: refactor and tidy up renaming of fixity...
2008-09-23 simonpj@microsoft.comAllow type families to use GADT syntax (and be GADTs)
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-02 Manuel M T ChakravartyTFs: Allow repeated variables in left-hand sides of...
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-11 simonpj@microsoft.comUse do-notation
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-05-20 simonpj@microsoft.comFix Trac #2292: improve error message for lone signatures
2008-05-03 Ian LynaghChange a mappM to mapM_
2008-05-03 Ian LynaghMake RnSource warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnSource
2008-04-10 simonpj@microsoft.comFix Trac #2205, which I introduced recently
2008-04-04 simonpj@microsoft.comFix Trac #2188: scoping in TH declarations quotes
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenseqMaybe is more commonly known as mplus
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
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-07-11 David WaernRemove comment
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-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-03-23 simonpj@microsoft.comTidy up refactoring only
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
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-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
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-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 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-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-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-04-27 LemmihFix bug shown in the mod77 test.
2006-04-07 Simon MarlowReorganisation of the source tree