View patterns, record wildcards, and record puns
[ghc-hetmet.git] / compiler / typecheck /
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-15 Manuel M T ChakravartyMore docu for skolemOccurs
2007-10-10 Manuel M T ChakravartySlightly improved comments in TcTyClsDecls
2007-10-04 Manuel M T ChakravartyTcTyFuns: remove some duplicate code
2007-10-03 Manuel M T ChakravartyTcTyFuns.eqInstToRewrite
2007-10-12 simonpj@microsoft.comFix DoCon: Another try at getting extractResults right
2007-10-11 simonpj@microsoft.comFix Trac #1680; check for unboxed tuples in TcType...
2007-10-10 simonpj@microsoft.comFix Trac #1755; check for stage errors in TH quoted...
2007-10-10 simonpj@microsoft.comcheckWellStaged: reverse comparsion (no change in seman...
2007-10-10 simonpj@microsoft.comAdd traceTc in tcSimplifyDefault
2007-10-10 simonpj@microsoft.comFix Trac #1678; be more careful about catching and...
2007-10-10 simonpj@microsoft.comFIX: tidy up TcSimplify following equality constraints...
2007-09-29 Manuel M T ChakravartyFIX #1729: Don't try to expand syn families with -XLibe...
2007-09-29 Manuel M T ChakravartySome more traceTcs
2007-09-28 Manuel M T ChakravartyFIX: Make boxy splitters aware of type families
2007-09-27 simonpj@microsoft.comComments and debug output only
2007-09-19 simonpj@microsoft.comFix exponential-time behaviour with type synonyms;...
2007-09-19 Manuel M T ChakravartyFIX #1688: Givens in checkLoop are not that rigid after all
2007-09-17 simonpj@microsoft.comComments only
2007-09-16 Manuel M T ChakravartyFIX: TypeFamilies: should_compile/Simple12
2007-09-15 Manuel M T ChakravartyOverhaul of the rewrite rules
2007-09-11 simonpj@microsoft.comComments, and remove export of checkAmbiguity
2007-09-11 simonpj@microsoft.comMinor refactoring: give an explicit name to the pretty...
2007-09-12 Simon Marlowupdate .hi-boot-6 to track .lhs-boot
2007-09-12 Simon Marlowupdate to track .lhs-boot file
2007-09-10 Manuel M T ChakravartyCleaned up version of Tom's unflattened skolemOccurs
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-07 Manuel M T ChakravartyMade TcTyFuns warning clean
2007-09-06 Tom Schrijversfix for Simple9
2007-09-07 Manuel M T ChakravartyImproved error messages for higher-rank equality contexts
2007-09-07 Manuel M T ChakravartyFIX: Type families test Simple14
2007-09-06 simonpj@microsoft.comFix zonking in mkExports
2007-09-06 Manuel M T ChakravartyCleanup of equality rewriting and no swapInsts for...
2007-09-06 Manuel M T ChakravartyRemove EqInsts from addSCs to avoid -DDEBUG warnings
2007-09-06 Manuel M T ChakravartyEqInst related clean up
2007-09-06 Manuel M T ChakravartyRemove dead code in TcSimplify
2007-09-06 Manuel M T ChakravartyFix -DDEBUG warning
2007-09-05 Tom Schrijversalso swap for variables in completion algorithm
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-05 Manuel M T ChakravartyFIX #1651: use family instances during interactive...
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
2007-09-04 Tom Schrijversbug fix in Decomp step of completion algorithm for...
2007-09-04 Tom Schrijversfix of wanted equational class context
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-04 Manuel M T ChakravartyFIX #1651: unBox types when deferring unification
2007-09-03 Manuel M T ChakravartyBetter error message for unsolvable equalities
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-30 Manuel M T ChakravartyAdded decidability check for type instances
2007-08-28 Simon MarlowFIX #1533: foreign exporing the same identifier multipl...
2007-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-19 Manuel M T ChakravartyCheck for correct number of parameters in type instances
2007-08-19 Manuel M T ChakravartyATs inherit kind annotations from class partameters
2007-08-10 Ian LynaghChange standalone deriving syntax and semantics; fixes...
2007-08-10 simonpj@microsoft.comImprove error message (part of Trac #1606)
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-04 simonpj@microsoft.comFix Trac #1037
2007-08-04 simonpj@microsoft.comIn GHCi, filter instances by what is in scope, not...
2007-08-04 Ian LynaghCanonicalise flags in error message
2007-08-04 Ian LynaghRename Opt_Allow* to Opt_* to match the language names
2007-08-04 Ian LynaghTypo in a comment
2007-08-02 simonpj@microsoft.comDump renamer output with -ddump-rn for command-line...
2007-08-02 simonpj@microsoft.comWibbble to last fix to generalisation (again!); fixes...
2007-08-01 simonpj@microsoft.comSmall error-message change
2007-08-01 simonpj@microsoft.comFix generalisation during type inference (again); fixes...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-12 Ian LynaghMerge *UnboxedTuples flags
2007-07-12 Pepe IborraTeach :print to not panic when the DataCon for a closur...
2007-07-11 Pepe Iborraremove some leftovers of the first ghci debugger prototype
2007-07-13 Manuel M T Chakravartyinit mg_inst_env when reading ext core
2007-07-10 Ian LynaghImplement -XDeriveDataTypeable flag
2007-07-10 Ian LynaghBe finer-grained when turning on extensions for generat...
2007-07-10 Ian LynaghTweak error message
2007-07-10 Ian LynaghFix tcInstHeadTyNotSynonym
2007-07-09 Ian LynaghAdd flag -XConstrainedClassMethods
2007-07-09 Ian LynaghJust alpha-rename a variable
2007-07-09 Ian LynaghAdd -XUnliftedFFITypes flag
2007-07-09 Ian LynaghImplement unboxed tuples flags
2007-07-09 Ian LynaghTweak the undecidable-instance-checking logic
2007-07-09 Ian LynaghDefine -XPartiallyAppliedClosedTypeSynonyms flag
2007-07-09 Ian LynaghRemove unused binding
2007-07-09 Ian LynaghAdd -XFlexibleContexts flag
2007-07-09 Ian LynaghImplement -XPolymorphicComponents
2007-07-08 Ian LynaghAdd flags for Rank2Types and RankNTypes
2007-07-08 Ian LynaghAdd flags for TypeSynonymInstances and FlexibleInstances
2007-07-08 Ian LynaghImplement -XFunctionalDependencies
2007-07-08 Ian LynaghImplement -XGeneralizedNewtypeDeriving
2007-07-08 Ian LynaghAdd -XMultiParamTypeClasses flag
2007-07-08 Ian LynaghImplement -XKindSignatures
2007-07-08 Ian LynaghAdd -XEmptyDataDecls flag
2007-07-05 simonpj@microsoft.comTidy up IsIrred (no need for argument any more)
2007-07-04 simonpj@microsoft.comFix Trace #1494
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-03 simonpj@microsoft.comImprove formatting of errors, and fix a typo
2007-06-29 simonpj@microsoft.comMany comments about oclose, plus a fix for Trac #1456
2007-06-29 simonpj@microsoft.comImprove error message (Trac #1446)
2007-06-29 simonpj@microsoft.comRefine printing of names in unification mis-match
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
next