This goes with the patch for #1839, #1463
[ghc-hetmet.git] / compiler / basicTypes /
2008-01-22 Simon Marlowuse pathSeparator instead of '/'
2008-01-20 Ian LynaghNormalise FilePaths before printing them
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-04 simonpj@microsoft.comAdd a note about primop wrappers (cf Trac #1509)
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-12-20 simonpj@microsoft.comFix Trac #1988; keep the ru_fn field of a RULE up to...
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-11-16 simonpj@microsoft.comAdd DEBUG-only flag -dsuppress-uniques to suppress...
2007-11-14 Pepe IborraMake pprNameLoc more robust in absence of loc information
2007-11-14 simonpj@microsoft.comFIX Trac 1888; duplicate INLINE pragmas
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
2007-10-30 simonpj@microsoft.comFIX BUILD: a glitch in the new rules and inlining stuff
2007-10-29 simonpj@microsoft.comSubstantial improvement to the interaction of RULES...
2007-10-27 simonpj@microsoft.comComments only
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-02 David WaernFIX: add missing case to OccName.isSymOcc
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
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-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-22 Roman LeshchinskiyGenerate PRepr instances during vectorisation
2007-08-22 Ian LynaghUse unsafeDupableInterleaveIO in UniqSupply
2007-08-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
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-07-12 Roman LeshchinskiyExport wrapFamInstBody and unwrapFamInstScrut
2007-07-13 Michael D. AdamsWarning Police: Unused imports
2007-07-12 andy@galois.comFixing Hpc SrcSpan usage; rejecting SrcSpans that are...
2007-07-11 andy@galois.comStoping constant folding of calls to chr# that are...
2007-05-18 Michael D. AdamsAdded listSplitUniqSupply to ./compiler/basicTypes...
2007-06-27 Manuel M T ChakravartyFix names of coercions in newtype instances
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-08 Manuel M T ChakravartyFix worker/wrapper ids for newtype instances
2007-05-11 Roman LeshchinskiyOccNames for closure conversion isomorphisms
2007-05-10 Roman LeshchinskiyModify generation of OccNames for closure conversion
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-01 Roman LeshchinskiyOccNames for closure conversion
2007-05-04 simonpj@microsoft.comWarning police
2007-05-03 simonpj@microsoft.comFix dependency information for RULES
2007-05-02 simonpj@microsoft.comImport fiddling
2007-05-02 simonpj@microsoft.comAdd more assertions
2007-05-02 simonpj@microsoft.comUse the record fields of IdInfo.RecordSelId
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-05-02 simonpj@microsoft.comFixes to data type families
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2007-04-25 simonpj@microsoft.comFix comments about data constructors
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-19 Pepe Iborraadd some DEBUG assertions
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-06 simonpj@microsoft.comExpose rnInScopeSet from VarEnv
2007-02-04 lennart@augustsson.netExport nameEnvUniqueElts, similar to nameEnvElts, but...
2007-01-29 Kirsten ChevalierTwo new warnings: arity differing from demand type...
2007-01-13 simonpj@microsoft.comFix an obscure bug in rule-matching
2007-01-10 simonpj@microsoft.comSort rules and instances lexicographically in interface...
2007-01-11 simonpj@microsoft.comSpelling correction only
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T ChakravartyConstruction of EqPred dictionaries
2006-12-13 andy@galois.comRemoving explicit Binary Tick Boxes; using Case instead.
2006-12-11 simonpj@microsoft.comAdd comments, plus fix zapFragileInfo to zap worker...
2006-12-04 simonpj@microsoft.comComments only
2006-11-29 andy@galois.comTickBox representation change
2006-11-28 Kirsten Chevalierretain arity for let-bound vars in simplifier
2006-11-25 Ian LynaghAdd some Outputable instances
2006-11-24 simonpj@microsoft.comUse existing Ord instance on Int, saving code
2006-11-24 simonpj@microsoft.comUse existing function uniqAway instead of duplicating...
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-08 Samuel BronsonDoc nit in OccName
2006-11-10 simonpj@microsoft.comPatch to demand analyser, to handle polymorphism in...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-11-01 simonpj@microsoft.comComments only
2006-11-01 simonpj@microsoft.comMake idInfo fail more informatively on TyVars
2006-10-20 Manuel M T ChakravartyFix processing of imports involving ATs with the new...
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-13 simonpj@microsoft.comChange type of TcGadt.refineType, plus consequences
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Simon Marlowadd extendNameEnvList_C
2006-10-10 Simon MarlowUse ":Co", not "Co" to prefix coercion TyCon names
2006-10-10 Manuel M T ChakravartyRemoved unused unwrapFamInstBody from MkId
2006-10-06 simonpj@microsoft.comImport trimming
2006-10-05 simonpj@microsoft.comTake 2 on the recursive-rule fix
2006-10-04 simonpj@microsoft.comFix comment in RdrName
2006-10-04 simonpj@microsoft.comTidy tyvar OccNames in TcTyClDecl
next