Deal correctly with infix type constructors in GADT decls
[ghc-hetmet.git] / compiler / typecheck /
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-07-25 Simon Marlowoptimisations to newUnique
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Simon Marlowremove more Addr bits
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-12 simonpj@microsoft.comComments and import trimming
2006-06-23 Simon Marlowthe unlifted kind
2006-06-26 simonpj@microsoft.comImprove consistency checking for derived instances
2006-06-14 simonpj@microsoft.comImprove location info when typechecking interface fiels
2006-06-21 simonpj@microsoft.comComment only
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-05-19 simonpj@microsoft.comImproved RULE lhs typechecking; less dictionary sharing
2006-05-08 simonpj@microsoft.comTrim imports
2006-05-05 LemmihFix bug #763: Breakpoint mechanism crashes when there...
2006-05-02 LemmihbreakpointCond
2006-05-05 simonpj@microsoft.comPreserve type variable names during type inference
2006-05-05 simonpj@microsoft.comTrim imports
2006-05-04 simonpj@microsoft.comPrint a more helpful error for find_thing
2006-05-04 simonpj@microsoft.comFix precedence for records in derived Read
2006-04-18 Simon Marlowremove vestiges of ByteArray and MutableByteArray,...
2006-04-18 simonpj@microsoft.comComment only
2006-04-18 simonpj@microsoft.comFix rank-validity testing
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-14 simonpj@microsoft.comFix TH erorr recovery (test is TH_recover)
2006-04-14 simonpj@microsoft.comComments only
2006-04-14 simonpj@microsoft.comRecover gracefully from a Template Haskell programmers...
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-02 simonpj@microsoft.comImprove newtype deriving
2006-04-07 Simon MarlowReorganisation of the source tree