ghc-hetmet.git
2010-09-17 simonpj@microsoft.comRefactor type errors a bit
2010-09-16 simonpj@microsoft.comFix a very subtle shadowing bug in optCoercion
2010-09-16 simonpj@microsoft.comFix bad error in tyVarsOfType
2010-09-16 simonpj@microsoft.comMore assertions
2010-09-16 simonpj@microsoft.comAdd more location info in CoreLint
2010-09-16 simonpj@microsoft.comPrint coercion variables as such (debugging change...
2010-09-15 simonpj@microsoft.comRemove pprTrace
2010-09-15 simonpj@microsoft.comRemove dead code dealing with type refinement
2010-09-15 simonpj@microsoft.comUse mkAppTy
2010-09-15 simonpj@microsoft.comComments only
2010-09-15 simonpj@microsoft.comExtend eta reduction to work with casted arguments
2010-09-15 simonpj@microsoft.comAllow "INLINEABLE" as a synonym
2010-09-15 simonpj@microsoft.comDocumentation for INLINABLE
2010-09-15 simonpj@microsoft.comImplement TH reification of instances (Trac #1835)
2010-09-15 Simon Marlowerrno corresponding to ERROR_NO_DATA should be EPIPE...
2010-09-15 Simon MarlowWindows: use a thread-local variable for myTask()
2010-09-15 Ian LynaghFix typo
2010-09-15 simonpj@microsoft.comAdd quotes in error message
2010-09-15 simonpj@microsoft.comFix isDefaultInlinePragma
2010-09-15 simonpj@microsoft.comImplement INLINABLE pragma
2010-09-15 simonpj@microsoft.comLess voluminous error when derived code doesn't typecheck
2010-09-15 simonpj@microsoft.comImprove pretty-printing of family instances
2010-09-15 simonpj@microsoft.comFix Trac #4240: -ddump-minimal-imports
2010-09-15 simonpj@microsoft.comComments only
2010-09-14 Simon Marlowimplement setThreadAffinity on Windows (#1741)
2010-09-14 Simon MarlowCOFF: cope with new debug sections in gcc 4.x (fixes...
2010-09-15 Simon Marloweliminate clutter from make output
2010-09-15 Simon Marlowrts_isProfiled should be a visible API (fixes T2615...
2010-09-14 Simon MarlowFix the "lost due to fragmentation" calculation
2010-09-14 Simon Marlowfix +RTS -S output: use peak_mblocks_allocated, now...
2010-09-15 simonpj@microsoft.comFix egregious bug in deeplyInstantiate
2010-09-15 simonpj@microsoft.comImprove HsSyn pretty printing
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-14 simonpj@microsoft.comImprove ASSERT
2010-09-14 simonpj@microsoft.comComment on what an "enumeration" type is
2010-09-14 simonpj@microsoft.comMake absent-arg wrappers work for unlifted types (fix...
2010-09-14 simonpj@microsoft.comComments only
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-14 simonpj@microsoft.comMore wibbles to deriving error messages
2010-09-13 Simon MarlowFix getThreadCPUTime()
2010-09-13 Simon Marlowfilter out the gcc-lib directory from the rts package...
2010-09-13 Simon MarlowDon't include GC time in heap profiles (#4225)
2010-09-13 Simon MarlowUse clock_gettime (if available) to measure the process...
2010-09-13 Simon Marlowmake stg_arg_bitmaps public, and available via the...
2010-09-13 Simon Marlowfix typo
2010-09-14 David TereiUpdate release notes and docs with LLVM info.
2010-09-13 Ian LynaghRemove defaultExtensionFlags
2010-09-13 simonpj@microsoft.comImprove crash message
2010-09-13 simonpj@microsoft.comFix Trac #4302, plus a little refactoring
2010-09-13 Ian LynaghFix build with 6.10
2010-09-13 simonpj@microsoft.comHaddock fixes
2010-09-13 simonpj@microsoft.comRemove two old junk files
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-09 simonpj@microsoft.comFix simplifier statistics
2010-09-08 simonpj@microsoft.comTrace output
2010-09-08 simonpj@microsoft.comBetter debug output
2010-09-08 simonpj@microsoft.comAdd Outputable instance for OccEncl
2010-09-07 simonpj@microsoft.comBetter simplifier counting
2010-09-06 simonpj@microsoft.comPut liftStringName into the known-key names
2010-09-03 simonpj@microsoft.comDeprecate NoRelaxedPolyRec
2010-09-03 simonpj@microsoft.comBuglet in Core Lint
2010-09-03 simonpj@microsoft.comGive seqId the right type
2010-09-03 simonpj@microsoft.comRemove dead code
2010-09-03 simonpj@microsoft.comComments and layout
2010-09-02 simonpj@microsoft.comRemove checkFreeness; no longer needed
2010-09-02 simonpj@microsoft.comAssert
2010-09-02 simonpj@microsoft.comAdd aserts
2010-08-31 simonpj@microsoft.comWibbles
2010-08-25 simonpj@microsoft.comWibble to allow phantom types in Enum
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-08-23 simonpj@microsoft.comComments
2010-08-23 simonpj@microsoft.comWibbles to error message
2010-08-23 simonpj@microsoft.comCorrect type signatures
2010-08-23 simonpj@microsoft.comAdd missing signatures
2010-08-20 simonpj@microsoft.comAdd type signatures in "deriving" bindings
2010-08-20 dimitris@microsoft.comMinor
2010-08-19 simonpj@microsoft.comBe a bit less aggressive in mark-many inside a cast
2010-08-18 simonpj@microsoft.comWibble
2010-08-18 simonpj@microsoft.comPretty printing change
2010-08-11 simonpj@microsoft.comRemember to zonk FlatSkols!
2010-07-30 simonpj@microsoft.comDe-polymorphise
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-07-29 simonpj@microsoft.comAdd two local type signatures
2010-07-29 simonpj@microsoft.comSecond test from Simon's laptop
2010-07-29 simonpj@microsoft.comTest commit from Simon's laptop
2010-07-28 simonpj@microsoft.comAdd OutsideIn flag
2010-07-27 simonpj@microsoft.comLayout only
2010-07-27 simonpj@microsoft.comImprovement to SimplUtils.mkLam
2010-07-27 simonpj@microsoft.comGive the correct kind to unsafeCoerce#
2010-07-27 simonpj@microsoft.comSuppress warnings about recursive INLINE in output...
2010-07-26 simonpj@microsoft.comRename CorePrep.tryEtaReduce to tryEtaReducePrep
2010-07-19 simonpj@microsoft.comAdd a trace message
2010-07-19 simonpj@microsoft.comDon't use RelaxedPolyRec in the compiler; it's built...
2010-09-12 Matthias KilianRemove duplicated #defines for FreeBSD
2010-09-12 Matthias KilianDon't fail with absolute silence
2010-09-11 Ian LynaghAdd a release note: "-dynload wrapper" removed
2010-09-11 Ian Lynaghput back the conversion of warn-lazy-unlifted-bindings...
2010-09-11 Ian Lynagh6.14 -> 7.0
2010-09-11 Ian LynaghAdd a couple more release notes
2010-09-11 Ian LynaghDocument -dsuppress-module-prefixes
next