Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / basicTypes / OccName.lhs
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
2011-04-27 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-04-24 Ian LynaghDerive some Typeable instances
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-04 simonpj@microsoft.comTwo things to do with -dsuppress-uniques
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-07-22 Thomas SchillingMinor documentation fixes.
2009-07-16 Simon MarlowUse names like '$fOrdInt' for dfuns (and TF instances...
2009-07-13 Roman LeshchinskiySeparate length from data in DPH arrays
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2008-10-29 simonpj@microsoft.comChange naming conventions for compiler-generated dictio...
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-07-31 Max BolingbrokeDocument OccName and expand it's API
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-13 Simon MarlowFIX #1641: don't add auto sccs to compiler-generated...
2008-05-04 Thorkil NaurEliminate a warning for compiler/basicTypes/OccName.lhs
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in OccName
2008-02-05 Ian LynaghBe a bit more consistent about what's a set and what...
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/OccName
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-02 David WaernFIX: add missing case to OccName.isSymOcc
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-22 Roman LeshchinskiyGenerate PRepr instances during vectorisation
2007-07-26 Roman LeshchinskiyAdd vectorisation-related OccName derivation scheme
2007-07-18 Roman LeshchinskiyMore vectorisation-related OccNames
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-06-27 Manuel M T ChakravartyFix names of coercions in newtype instances
2007-05-11 Roman LeshchinskiyOccNames for closure conversion isomorphisms
2007-05-10 Roman LeshchinskiyModify generation of OccNames for closure conversion
2007-05-01 Roman LeshchinskiyOccNames for closure conversion
2007-05-04 simonpj@microsoft.comWarning police
2007-04-25 simonpj@microsoft.comFix comments about data constructors
2007-01-10 simonpj@microsoft.comSort rules and instances lexicographically in interface...
2006-12-29 Manuel M T ChakravartyConstruction of EqPred dictionaries
2006-11-08 Samuel BronsonDoc nit in OccName
2006-10-20 Manuel M T ChakravartyFix processing of imports involving ATs with the new...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-10 Simon MarlowUse ":Co", not "Co" to prefix coercion TyCon names
2006-09-20 Manuel M T ChakravartyFix category of representation tycon
2006-09-20 Manuel M T ChakravartyGet of fam inst index in ifaces
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyPattern matching of indexed data types
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree