Move the register-inplace special-case stuff into the ghc-prim package
[ghc-hetmet.git] / compiler / basicTypes /
2008-05-16 simonpj@microsoft.comImprove the treatment of 'seq' (Trac #2273)
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-05-03 Ian LynaghRemove unused function mapInScopeSet
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in MkId
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Id
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IdInfo
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Literal
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DataCon
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in VarEnv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Class
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Var
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Name
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in OccName
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SrcLoc
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Module
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in BasicTypes
2008-04-22 simonpj@microsoft.comComments only
2008-04-11 simonpj@microsoft.comTransfer strictness and arity info when abstracting...
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...
next