Use "$@" rather than $* when calling things in darcs-all
[ghc-hetmet.git] / compiler /
2007-04-10 Ian LynaghDon't use regexps in the GHC sources
2006-11-13 Aaron TombFix external core syntax (though not full compilation)
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-04 Simon Marlowadd a safety net to avoid generating bogus code
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-04-04 Ian LynaghFix typo
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-04-02 simonpj@microsoft.comMake type-tidying work for coercion variables
2007-04-01 Ian LynaghMake error message output order consistent
2007-04-02 Manuel M T ChakravartyFixed desugaring of parallel array comprehensions
2007-03-30 simonpj@microsoft.comThe ru_local field of a CoreRule is False for implicit Ids
2007-03-30 simonpj@microsoft.comMatch the type of an Id during rule matching
2007-03-28 LemmihRefactoring in HscMain.lhs
2007-03-28 LemmihTypo in comment.
2007-03-27 wolfgang.thaller... Make GHC main program depend on the libHSghc_dyn when...
2007-03-27 Simon Marlowmake GHCi use base:Prelude, not just Prelude
2007-03-27 Simon Marlowmore improvements for #1119
2007-03-27 Simon Marlowpartial fix for #1119
2007-03-27 simonpj@microsoft.comAdd comments about the -include-prelude flag for ghc -M
2007-03-23 simonpj@microsoft.comRemove dead code from rnExpr (Var v); seems to be a...
2007-03-23 simonpj@microsoft.comEmit a decent error message when there is a decl-splice...
2007-03-23 simonpj@microsoft.comWibble fixing overlapped pattern
2007-03-23 simonpj@microsoft.comTidy up refactoring only
2007-03-22 Ian LynaghMake a Functor (IOEnv m) instance so it satisfies the...
2007-03-22 sven.panne@aedion.deWarning police: Removed catch-all case which was overlapped
2007-03-22 simonpj@microsoft.comAdd -ddump-mod-cycles to -M behaviour
2007-03-22 simonpj@microsoft.comImprove documentation of instances
2007-03-21 simonpj@microsoft.comFix checkHiBootIface for instances declared in hs-boot...
2007-03-21 simonpj@microsoft.comRemove bogus export from TcSplice.lhs-boot
2007-03-21 simonpj@microsoft.comWibble to GHCi part of TcRnDriver
2007-03-21 simonpj@microsoft.comYet another wibble to checkHiBootIface; it's trickier...
2007-03-21 simonpj@microsoft.comImprove pretty-printing for IfaceConDecl
2007-03-21 simonpj@microsoft.comRemove redundant exports from a hs-boot file
2007-03-20 simonpj@microsoft.comFurther wibbles to checkBootIface (fixed HEAD build)
2007-03-19 simonpj@microsoft.comUse explict layout (fixes breakage when compiling TcSim...
2007-03-17 Ian LynaghFix typo "lazy y x" -> "lazy y"
2007-03-16 simonpj@microsoft.comDesugar applications of 'seq' specially; fix Trac ...
2007-03-16 simonpj@microsoft.comImprove error messages for 'deriving' clauses
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-03-16 simonpj@microsoft.comComment out debug traces
2007-03-15 simonpj@microsoft.comMake the type-defaulting in GHCi use () as the first...
2007-03-14 simonpj@microsoft.comWibble to type-error-message improvement
2007-03-14 simonpj@microsoft.comImprove error messages slightly, saying "a1...an" inste...
2007-03-14 sven.panne@aedion.deUnbreak Haddock markup
2007-03-14 sven.panne@aedion.deFixed LaTeX markup
2007-03-14 simonpj@microsoft.comImprove typechecker error messages; see Trac #1221
2007-03-14 Brian AllietUpdate the wired-in name for Data.String.IsString
2007-01-23 Simon MarlowFix a bug in the liveness analysis
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-03-08 Simon Marlowwhen invoking gcc, instead of the -B<dir> flag, use...
2007-03-08 Simon Marlowsmall cleanups
2007-03-08 Simon Marlowrefactor: use do-notation rather than `thenBc`-style
2007-03-06 Simon Marlowadd noDuplicate#
2007-03-06 simonpj@microsoft.comSimple fix for Trac #1199 (pls merge to branch)
2007-03-03 Ian LynaghUse Data.String rather than GHC.Base for IsString/fromS...
2007-03-01 Simon Marlowfurther improvements to the x86/x86_64 NCG
2007-03-01 Ian LynaghFix typo in primops docs
2007-03-01 simonpj@microsoft.comDo not go into an infinite loop when pretty-printer...
2007-03-01 Simon MarlowUse the most complex form of addressing modes on x86
2007-03-01 Simon Marlowis64BitInteger: truncate to 64 bits before testing
2007-03-01 Simon MarlowFix -keep-s-file with --make
2007-03-01 Simon Marlowsome more vectored return stuff to be removed
2007-02-28 Simon MarlowFix #839 (Generate documentation for built-in types...
2007-02-28 Simon MarlowFix #249 (-caf-all bugs)
2007-02-28 Simon Marlowuse -fforce-recomp when compiling Main.hs against the...
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-27 simonpj@microsoft.comMake let-matching work in Rules again
2007-02-27 Simon MarlowRemove the itbls field of BCO, put itbls in with the...
2007-02-27 Simon Marlowfix data con patch for 64-bit architectures
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-24 Manuel M T ChakravartyFix parsing of parallel array literals
2007-02-23 simonpj@microsoft.comTidy up typechecking for newtypes
2007-02-23 Pepe IborraWibble
2007-02-23 Manuel M T ChakravartyMoved argument position info of ATs into tycon rhs...
2007-02-22 Pepe IborraUnbreak HEAD
2007-01-11 Simon Marlowrefactoring only: remove unused code/imports
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2007-02-21 Pepe IborraFix the behaviour of :print with functions
2007-02-21 Pepe IborraFix an incomplete pattern in the code for :print
2007-02-19 Pepe IborraRemoved unnecessary code
2007-02-21 simonpj@microsoft.comAllow GADT syntax for newtypes
2007-02-21 simonpj@microsoft.comImport trimming
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-21 simonpj@microsoft.comRemove dead code from FunDeps
2007-02-21 simonpj@microsoft.comFix a deriving bug, arising from recent refactoring
2007-02-21 simonpj@microsoft.comFix defaulting for overloaded strings
2007-02-21 Simon MarlowMERGE from 6.6: Windows fix for stdcall foreign-import...
2007-02-21 simonpj@microsoft.comFix case-merge bug that was breaking the HEAD
2007-02-20 simonpj@microsoft.comFix obscure bug in reportDeprecations
2007-02-19 simonpj@microsoft.comSignature type variables must not be instantiated with...
2007-02-16 Pepe IborraFixed a bug with the :print command spotted by Bernie...
2007-02-16 Pepe IborraUniform user interface
2007-02-16 Pepe IborraTaught :breakpoint add to guess the module name if...
2007-02-14 Judah JacobsonFix left-bias in ghci tab-completion code
2007-02-15 Pepe IborraFixed a bug in the datacon names extension in the dynam...
2007-02-13 Pepe IborraModify the breakpoint desugaring to introduce more...
2007-02-15 Simon MarlowWhen the pipeline just copies the file, prepend a LINE...
2007-02-09 simonpj@microsoft.comMajor improvement to SpecConstr
2007-02-09 simonpj@microsoft.comRefactor the simplifier's treatment of case expressions
2007-02-09 Simon MarlowTicky is an RTS-only way; also fix collateral damage...
next