FIX #2197: an update frame might point to an IND_OLDGEN
[ghc-hetmet.git] / compiler / basicTypes /
2008-04-10 simonpj@microsoft.comMake the arity and strictness agree, for wired-in botto...
2008-04-07 Manuel M T ChakravartyRemove GADT refinements, part 5
2008-03-03 Manuel M T ChakravartyRemove GADT refinements, part 4
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghAnother debugIsOn use
2008-03-29 Ian LynaghConvert some DEBUG uses to debugIsOn
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-26 Ian LynaghFix warnings in basicTypes/IdInfo
2008-03-26 Ian LynaghFix warnings in basicTypes/NameEnv
2008-03-26 Ian LynaghFix warnings in basicTypes/NameSet
2008-03-26 Ian LynaghFix warning in basicTypes/NewDemand
2008-03-26 Ian LynaghFix warnings in basicTypes/VarEnv
2008-03-26 Ian LynaghFix warnings in basicTypes/VarSet
2008-03-23 Ian LynaghFollow library changes
2008-03-15 Ian LynaghRemove uses of addFreeTyVars
2008-03-09 Roman LeshchinskiyRemove ndpFlatten
2008-03-06 simonpj@microsoft.comDon't expose the unfolding of dictionary selectors...
2008-02-29 Manuel M T ChakravartyRemove GADT refinements, part 3
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-19 Ian LynaghFix warnings in UniqSupply
2008-02-19 Ian LynaghWhitespace only
2008-02-19 Ian LynaghFix non-missing-signature warnings in MkId
2008-02-19 Ian LynaghWhitespace only
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 Ian LynaghBe a bit more consistent about what's a set and what...
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-06 Ian LynaghMake UniqFM strict in its elements
2008-02-04 simonpj@microsoft.comFix DEBUG build
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/OccName
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/RdrName
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Demand
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Unique
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/BasicTypes
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Literal, except for incomp...
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Id
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Var
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Name
2008-01-25 Ian LynaghStrictness tweaks
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
2008-01-17 Twan van LaarhovenAdded MonadUnique class for monads that have a unique...
2008-01-22 simonpj@microsoft.comComments only
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
next