tiny bit of extra strictness
[ghc-hetmet.git] / compiler /
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
2006-05-22 simonpj@microsoft.comTransmit inline pragmas faithfully
2006-05-19 simonpj@microsoft.comImproved RULE lhs typechecking; less dictionary sharing
2006-05-19 simonpj@microsoft.comBug-fix for infix function definitions (parse/rename)
2006-05-19 simonpj@microsoft.comRemove misleading comments
2006-05-18 simonpj@microsoft.comFix a nasty continuation-duplication bug
2006-05-18 simonpj@microsoft.comMake simplifier report which phase it is doing in ...
2006-05-18 simonpj@microsoft.comComments only
2006-05-17 simonpj@microsoft.comNewtype data constructors get a compulsory unfolding
2006-05-17 simonpj@microsoft.comWhite space only
2006-05-17 simonpj@microsoft.comRetain InlinePragInfo on wrappers
2006-05-17 simonpj@microsoft.comSpelling correction
2006-05-17 simonpj@microsoft.comRetain INLINE pragma information during indirection...
2006-05-17 simonpj@microsoft.comImprove pretty-printing
2006-05-17 simonpj@microsoft.comComments only
2006-05-17 simonpj@microsoft.comImprove pretty-printing slightly
2006-05-10 LemmihIgnore unboxed values in breakpoints.
2006-05-09 LemmihDon't read ~/.ghci on breakpoints.
2006-05-09 Simon Marlowmake it possible to define an alias for :quit
2006-05-08 simonpj@microsoft.comDo not put wired-in things in interface files
2006-05-08 simonpj@microsoft.comRemove NOINLINE strictness hack
2006-05-08 simonpj@microsoft.comTrim imports
next