Don't freeze the dynamic flags used for filename generation before the pipeline starts
[ghc-hetmet.git] / compiler /
2006-07-09 Ian LynaghDon't freeze the dynamic flags used for filename genera...
2006-08-07 simonpj@microsoft.comAdd -fextended-default-rules and -fmono-pat-binds
2006-08-07 Simon Marlowadd a comment
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-08-01 simonpj@microsoft.comMake unification robust to a boxy type variable meeting...
2006-08-03 Simon MarlowDon't include the package name in a cost centre's modul...
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-28 Simon Marlowupdate to match .lhs-boot
2006-07-28 Simon Marlowget ReadP from the right place.
2006-07-27 simonpj@microsoft.comImprove error message for deriving
2006-07-27 simonpj@microsoft.comLazy patterns are like wild-cards for overlap warnings
2006-07-27 Simon Marlowfix some problems with wired-in packages
2006-07-27 Simon Marlowfix symbols for GHC.PrimopWrappers
2006-07-27 simonpj@microsoft.comAdd missing import
2006-07-27 simonpj@microsoft.comMake -fcontext-stack into a dynamic flag
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-07-26 simonpj@microsoft.comImprove pretty printing of ConDecl
2006-07-26 Simon Marlowfix parse error (merge-o, I think)
2006-07-26 Simon Marlowfix DEBUG build
2006-07-25 Simon MarlowUnbox the Unique stored in a Name
2006-07-25 Simon Marlowoptimisations to newUnique
2006-07-25 Simon Marlowtiny bit of extra strictness
2006-07-25 Simon MarlowMake a SplitUniqSupply contain an Int# rather than...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-06 Simon Marlowunused import
2006-07-06 Simon Marlowunused import
2006-07-04 Simon Marlowremove more Addr bits
2006-07-04 Simon Marlowunused import
2006-07-04 Simon Marlowadd default cases
2006-07-04 Simon Marlowredundant import
2006-07-04 Simon Marlowunused imports
2006-07-04 Simon Marlowunused import
2006-07-04 Simon Marlowremove unused bits, mostly to do with the Addr type
2006-07-24 Simon MarlowIn interface files, store FastStrings rather than OccNa...
2006-07-22 simonpj@microsoft.comAdd -fmono-pat-binds, and make it the default
2006-07-22 simonpj@microsoft.comFix RULES lossage
2006-07-17 LemmihUse a recursive error handler in case the exception...
2006-07-14 simonpj@microsoft.comCheck for overlap-flag differences in hi files
2006-07-12 simonpj@microsoft.comComments and import trimming
2006-07-12 simonpj@microsoft.comExperimental flag -fdicts-cheap
2006-07-12 Simon Marlowdo a better job of ignoring unrecognised pragmas
2006-07-06 Jan RochelDon't z-encode module names in external-core output
2006-07-02 Jan RochelZ-Encode external-core output
2006-07-02 Jan RochelAdd %local-tag to external core output
2006-07-04 Duncan CouttsFix for warning message (bug #812)
2006-07-03 simonpj@microsoft.comThe dict-bindings in an IPBinds need not be in dependen...
2006-07-04 Simon Marlowx86 needs -fno-unit-at-a-time too
2006-06-29 Simon Marlowx86-64: fix a problem exposed by negative offsets in...
2006-06-29 Simon Marlowfix some problems with the fixup block code
2006-06-29 Simon Marlowsmall optimisation: eliminate more register-to-register...
2006-06-29 Simon Marlownew syntax: "prim %OP (args)" for using CallishMachOps...
2006-06-29 Simon Marlowadd MO_WriteBarrier to CallishMachOps
2006-06-23 Simon Marlowthe unlifted kind
2006-06-20 Simon MarlowflattenCgStmts: fix a case of empty code blocks being...
2006-06-20 Simon Marlowimprove a panic message
2006-06-20 Simon Marlowcheck that the argument to CmmCondBranch is really...
2006-06-20 Simon MarlowGenerate a new unique for each label
2006-06-29 simonpj@microsoft.comRemove long-redundant FieldLabel.lhs
2006-06-27 simonpj@microsoft.comAdd comments to SpecConstr
2006-06-27 simonpj@microsoft.comMake SpecConstr work better for nested functions
2006-06-26 simonpj@microsoft.comMore SpecConstr tuning
2006-06-26 simonpj@microsoft.comImprove consistency checking for derived instances
2006-06-26 simonpj@microsoft.comSlight improvement in TH error reporting
2006-06-14 simonpj@microsoft.comImprove location info when typechecking interface fiels
2006-06-25 davve@dtek.chalmers.seFix a bug in the pretty printing of class declarations
2006-06-24 simonpj@microsoft.comImprove RULE matching a bit more
2006-06-21 simonpj@microsoft.comComment only
2006-06-21 simonpj@microsoft.comTransfer INLINE to specialised functions
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-06-21 Simon MarlowAllow Template Haskell to be used with -prof
2006-06-16 Simon Marlowremove duplicate way names (-debug -debug didn't work)
2006-06-13 sof@galois.comreaderProc: split up text output using host's line...
2006-06-12 simonpj@microsoft.comImprove pretty-printing for bags
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-06-12 Don StewartAnd move 'Chasing ...' messages into verbosity 2 as...
2006-06-11 Don StewartEmit 'linking not required' messages only with -v 2...
2006-06-10 Don StewartDon't emit 'Skipping' messages unless -v2 or higher...
2006-06-12 Simon Marlowfix the stage3 build
2006-06-09 Simon MarlowMove readline configuration into the readline package
2006-06-06 Simon Marlowfix a case of "naughty I386 byte reg"
2006-06-05 simonpj@microsoft.comRemove one more IfaceInlineCall
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-06-01 Simon Marlowfix non-Windows build
2006-06-01 simonmar@microsoft.comWin32: set up the console code pages
2006-06-01 simonmar@microsoft.comadd a type signature
2006-06-01 simonmar@microsoft.comimprovements to lexical error reporting
2006-06-01 simonmar@microsoft.comcommented-out debugging code
2006-06-01 simonmar@microsoft.comunderstand Latin-1 symbols
2006-05-31 Simon MarlowstgMallocBytesRWX --> allocateExec
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-05-25 simonpj@microsoft.comImprove error reporting in interface typechecking
2006-05-25 simonpj@microsoft.comFix egregious and long-standing tidying bug
2006-05-25 simonpj@microsoft.comPrune imports
2006-05-24 Simon Marlowwe don't need OutOfHeapHook(), and the version in the...
2006-05-23 simonpj@microsoft.comBug-fix to patch "Run simplifier before SpecConstr"
2006-05-23 simonpj@microsoft.comRun simplifier before SpecConstr
2006-05-22 simonpj@microsoft.comPrune imports
2006-05-22 simonpj@microsoft.comAdd deShadowBinds
2006-05-22 simonpj@microsoft.comInline in a call argument if the caller has RULES
2006-05-22 simonpj@microsoft.comAdd idHasRules
next