FIX BUILD with ghc-6.2.x
[ghc-hetmet.git] / compiler /
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-15 Simon Marlowsmall performance improvement: unbox some fields
2007-05-14 Simon Marlowresult_id should be a GlobalId
2007-05-15 Manuel M T ChakravartyIface representation of synonym family instances
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-14 Simon Marlowremove accidentally-committed change
2007-05-14 Simon Marlowfix for Vista workaround: "PATH" can be spelt "Path"
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 simonpj@microsoft.comCorrect an egregious typo in LiberateCase that emascula...
2007-05-11 Simon MarlowSupport for adding custom commands to an individual...
2007-05-11 Michael D. AdamsFixed copy-and-paste error in the machOps of compiler...
2007-05-11 Michael D. AdamsRemoved UNBOX_FIELD from HsVersions.h since it is not...
2007-05-10 Michael D. AdamsFixed a minor redundancy in the C-- lexer
2007-05-10 Michael D. AdamsFixed the C-- lexer to comply with the standard on...
2007-05-10 Michael D. AdamsDocumented the Unicode tricks that are being played...
2007-05-04 Michael D. AdamsFixed apparent typo in STRICT1(f) of HsVersions.h
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Simon Marlowimprove :abandon, it wasn't properly terminating the...
2007-05-11 Simon Marlowrefactoring only
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-11 simonpj@microsoft.comComments only
2007-05-10 Simon MarlowFIX #1181: parseStaticFlags should not be required
2007-05-10 Simon Marlowremove now-unused usage information (#1003)
2007-05-10 Simon MarlowFIX #1321: problems with accessing the interpreter...
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-10 simonpj@microsoft.comFix cloning bugs in SpecConstr
2007-05-10 simonpj@microsoft.comDead code elimination
2007-05-10 Simon Marlowimprove comments about x86-64 relative-offset hackery
2007-05-10 Simon MarlowFIX BUILD: remove accidentally committed hunk
2007-05-10 Simon MarlowFIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfo
2007-05-09 simonpj@microsoft.comTwo more small bugs in abstractFloats
2007-05-09 Simon Marlowfix confusion with return value of runStmt
2007-05-09 Simon Marloweliminate a crash when trying to use :break on a compil...
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-09 Simon MarlowFix a missing prime spotted by -fwarn-unused-binds
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-05-09 simonpj@microsoft.comFix a bug in (the new function) SimplUtils.abstractFloats
2007-05-09 simonpj@microsoft.comImprove full laziness by floating allocations out of...
2007-05-09 Pepe IborraFixed a badly defined pattern match
2007-05-08 Simon MarlowAllow you to say :unset -f<flag> (see #1328)
2007-05-08 Simon Marlowoverhaul :help, group the debugging commands together
2007-05-08 Simon Marlowlet you :show things that you can :set (e.g. args,...
2007-05-08 Simon Marlowimprovements to :history
2007-05-08 Simon MarlowFIX parsing of Haddock comments (broken by me in the...
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-01 Roman LeshchinskiyOccNames for closure conversion
2007-05-07 Simon Marlowadd defaultObjectTarget to the GHC API
2007-05-07 simonpj@microsoft.comMake let-floating work even if there are big lambdas...
2007-05-07 simonpj@microsoft.comFix comments on HsWrapper type
2007-05-07 simonpj@microsoft.comFIX Trac #1332: make isStringTy work right
2007-05-07 Simon MarlowFIX print020: conversion of case expressions of type...
2007-05-07 Simon MarlowFIX: #1253 (Can't use non-layout at top level)
2007-05-07 Simon Marlowproperly fix leakage of Haddock comment syntax (see...
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-07 Simon MarlowFIX #1155: ghci -debug generates slightly odd message
2007-05-07 simonpj@microsoft.comFIX Trac #1329: spelling error
2007-05-03 Bertram Felgenhauerfix exit code of ghci -e "return ()"
2007-05-06 Manuel M T ChakravartyExtend hptInstances to also cover family instances
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-05-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-05-05 Ian LynaghHandle ParStmt in collectStmtBinders; fixes tcrun013...
2007-05-05 Ian LynaghDon't print parens around list comprehensions
2007-05-05 Ian LynaghTweak ... generation
2007-05-05 Ian LynaghTweak the ... generation
2007-05-04 Ian LynaghPanic properly if wrongKindOfFamily is given an unexpec...
2007-05-04 simonpj@microsoft.comWarning police
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-04 simonpj@microsoft.comImprove printing of "..." in HsExpr; fixes a stupidity...
2007-05-04 simonpj@microsoft.comFix the pruning of dead case alternatives
2007-05-04 simonpj@microsoft.comWarning police
2007-05-04 simonpj@microsoft.comisDataTyCon should be False for all type families,...
2007-05-03 simonpj@microsoft.comFix dependency information for RULES
2007-05-03 simonpj@microsoft.comLess voluminous debug
2007-05-03 simonpj@microsoft.comRemove "__" prefix for forall when printing a RULE
2007-05-03 Ian LynaghFix truncate on amd64 NCG; fixes arith005.
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-05-03 Simon Marlowimprove the :list command
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-03 Simon Marlowuse extendInteractiveContext instead of custom code
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-03 Simon Marlowuse the reader part of the monad for the inScope set
2007-05-03 Ian LynaghMake coreSyn/CoreUtils.lhs compile
2007-05-01 Tim ChevalierRemove references to -fticky-ticky flag
2007-05-02 simonpj@microsoft.comComments, plus type sigs
2007-05-02 simonpj@microsoft.comWarning police
2007-05-02 simonpj@microsoft.comLayout only
2007-05-02 simonpj@microsoft.comImport fiddling
2007-05-02 simonpj@microsoft.comAdd more assertions
2007-05-02 simonpj@microsoft.comUse the record fields of IdInfo.RecordSelId
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 Simon MarlowPrint the "skipping" messages at verbosity 2 again
2007-05-02 simonpj@microsoft.comImprove error reporting for type signatures
2007-05-02 simonpj@microsoft.comDo not generate warnings for compiler-generated code
2007-05-02 simonpj@microsoft.comUse pprSourceTyCon; delete unused tyConOrigHead
2007-05-02 simonpj@microsoft.comFixes to data type families
2007-04-27 simonpj@microsoft.comFix egregious typo in TcUnify
2007-04-25 simonpj@microsoft.comTypo in comments
next