Retain simplifications of implication constraints
[ghc-hetmet.git] / compiler /
2006-11-22 simonpj@microsoft.comRetain simplifications of implication constraints
2006-11-22 simonpj@microsoft.comImprove error messages slightly
2006-11-21 LemmihRemove the concept of stableRoots.
2006-11-21 Ian LynaghFix ":i Maybe", noticed by Claus Reinke
2006-11-21 Simon Marlowput the unsafeCoerce trace inside DEBUG, to avoid test...
2006-11-20 Ian LynaghAdd ppr for the MKPAP case, and rearrange the other...
2006-11-20 Ian LynaghAvoid problems with unaligned loads on alpha/mips/mipse...
2006-11-20 Ian LynaghDon't force -static on mips
2006-11-20 Ian LynaghDon't make ghc threaded if GhcNotThreaded is YES
2006-11-17 sof@galois.comEmit .bat versions of -inplace scripts on Windows platf...
2006-11-15 Simon Marlowrestore compilation with 5.04
2006-11-14 Simon Marlowsimplify the generated C a little by removing some...
2006-11-14 Simon Marlowfix types in generated C for comparison MachOps
2006-11-14 Ian LynaghRemove unused Name imort, and add a comment explaining...
2006-11-13 simonpj@microsoft.comAdd literal-shift rewrite rules
2006-11-13 simonpj@microsoft.comFixups to PelRules (esp using intResult, wordResult)
2006-11-12 Ian LynaghFix typo "comand" (trac #965)
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-04 Samuel BronsonFix up .lhs delimiters a bit
2006-11-08 Samuel BronsonDoc nit in OccName
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-10 simonpj@microsoft.comCosmetics and debug printing only
2006-11-10 simonpj@microsoft.comCosmetics only
2006-11-10 simonpj@microsoft.comAdd HsUtils.unguardedGRHSs, and use it
2006-11-10 simonpj@microsoft.comComments and cosmetics only
2006-11-10 simonpj@microsoft.comAdd new utility function, partitionWith
2006-11-10 simonpj@microsoft.comTrim imports
2006-11-10 simonpj@microsoft.comPatch to demand analyser, to handle polymorphism in...
2006-11-08 simonpj@microsoft.comDo not print HsDoc field when pretty-printing patterns...
2006-11-09 Simon Marlowuse the right $(HC) for stage 3
2006-11-07 simonpj@microsoft.comComment out deeply suspicious (and unused) function...
2006-11-07 simonpj@microsoft.comLayout and comments only
2006-11-06 simonpj@microsoft.comWarn only of explicit imports that are unused (test...
2006-11-06 simonpj@microsoft.comVarious debugging print changes; nothing exciting
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 Samuel BronsonGet External Core (-fext-core) working with readline
2006-10-24 Ian LynaghRemove pre-5.04 code
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-11-02 simonpj@microsoft.comImprove error message from ghc --make when filename...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comFix handling of non-in-scope exports (fixes test mod7)
2006-11-02 simonpj@microsoft.comComments and layout only
2006-11-01 sof@galois.comimport Maybes wibble
2006-11-01 simonpj@microsoft.comTrim imports
2006-11-01 simonpj@microsoft.comDefault the kind of unconstrained meta-type variables...
2006-11-01 simonpj@microsoft.comComments and layout only
2006-11-01 simonpj@microsoft.comMinor refactoring
2006-11-01 simonpj@microsoft.comRemove unused import
2006-11-01 simonpj@microsoft.comComments only
2006-11-01 simonpj@microsoft.comMake idInfo fail more informatively on TyVars
2006-11-01 simonpj@microsoft.comImprove error message (push to 6.6 branch)
2006-11-01 simonpj@microsoft.comFix error reporting for contexts during deriving (Trac...
2006-11-01 simonpj@microsoft.comFix a long-standing but obscure bug in worker-wrapper...
2006-10-25 andy@galois.coman expression with a TickBox round it is not in HNF.
2006-10-25 andy@galois.comAdding arrows to the acceptable code for hpc
2006-10-25 andy@galois.comfixing type error inside Hpc inc; we had a 32 bit '1'.
2006-10-25 andy@galois.comImproving error message in CmmLint
2006-10-25 andy@galois.com6.4 compatiblity
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon Marlowfix 5.04 compile
2006-10-24 Simon Marlowfix indentation wibble to make it compile with 5.04
2006-10-23 Manuel M T ChakravartyClean up debugging code in RnNames
2006-10-23 Simon Marlowwibble in parseStaticFlags
2006-10-22 Manuel M T ChakravartyImprove error messages for indexed types
2006-10-19 basvandijk@home.nlA little abstraction
2006-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
2006-10-21 Manuel M T ChakravartyFix parent position in RnNames.nubAvails 2006-10-22
2006-10-21 Manuel M T ChakravartyFix export of associated families with new name parent...
2006-10-20 Manuel M T ChakravartyFix processing of imports involving ATs with the new...
2006-10-19 Manuel M T ChakravartyFix family instance bug due to the name parent elimination
2006-10-19 Manuel M T ChakravartyFix show-iface for family instances & add debug ppr...
2006-10-19 Ian LynaghFix stage1 build with 6.2.1 (from Andy Gill)
2006-10-18 Ian LynaghFix the build with GHC 6.2.2
2006-10-18 Manuel M T ChakravartyCross-module consistency check for family instances
2006-10-11 basvandijk@home.nlFixed spelling error in compiler/ghci/InteractiveUI...
2006-10-18 simonpj@microsoft.comFix a bug in Lint (which wrongly complained when compil...
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-18 simonpj@microsoft.comAdd comment about arity
2006-10-18 simonpj@microsoft.comSpelling in comment
2006-10-18 simonpj@microsoft.comMinor refactoring
2006-10-18 simonpj@microsoft.comComments onl
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-16 Manuel M T ChakravartyStage 2 fix to "Keep track of family instance modules"
2006-10-16 Samuel BronsonDon't squish "Inlined fn" into the right margin quite...
2006-10-16 Simon MarlowFix build on x86_64
2006-10-16 Simon MarlowFix deadlock on second call to newSession
2006-10-16 Simon MarlowBuild the GHC package in stage 3 too
2006-10-13 Simon Marlowmore fixups to make a stage 3 build do the right thing...
2006-10-13 Simon Marlowuse the correct $(HC)
2006-10-06 Simon Marlowremove unused origPkgIdMap field from PackageState
2006-10-06 Simon MarlowCache the package database the first time it is read
2006-10-16 Simon Marlowfix non-DEBUG build (probably my fault, sorry)
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-13 simonpj@microsoft.comChange type of TcGadt.refineType, plus consequences
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-12 Manuel M T ChakravartyOverlap check for family instances def'd in current...
2006-10-12 simonpj@microsoft.comComments only
2006-10-11 simonpj@microsoft.comMake Inst into a record type to ease subsequent changes
next