ghc-hetmet.git
2007-05-11 Manuel M T... Remove the distinction between data and newtype families
2007-05-11 Simon MarlowFIX BUILD: revert accidentally-committed patch
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 MarlowFIX: loading the ghc package under GHCi
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.... Warning 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 #1343: regex bug in the x86_64 mangler settings
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 Ian LynaghRemove ghc_ge_504 (it's required to be true now anyway)
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 BUILD (non-profiling RTS was broken in previous...
2007-05-08 Simon MarlowFIX parsing of Haddock comments (broken by me in the...
2007-05-08 Simon MarlowFIX: #1227 (biographical profiling broken)
2007-05-08 Simon MarlowFIX crash on exit with biographical profiling
2007-05-08 Simon MarlowFIX profiling :-(
2007-05-08 Manuel M T... Improved 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.comDocument -fspec-threshold
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... Add 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-04-30 Alec BerrymanBuild arrows library if available 2007-05-06
2007-05-03 Bertram Felgenhauerfix exit code of ghci -e "return ()"
2007-05-06 Manuel M T... Extend hptInstances to also cover family instances
2007-05-04 Manuel M T... IfaceVectInfo and propagation through EPS
2007-05-04 Manuel M T... Added 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 Ian LynaghThe libraries/* directories themselves are boring,...
2007-05-04 Ian Lynaghlibraries/filepath/ is boring
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 simonpj@microsoft.comAdd the -ddump-mod-cycles flag to the user manual
2007-05-03 Ian LynaghFix truncate on amd64 NCG; fixes arith005.
2007-05-03 Ian LynaghAdd missing libraries/Makefile dependencies on ifBuilda...
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 Ian LynaghAdd a little documentation to the libraries/Makefile
2007-05-03 Ian LynaghOnly touch the configure stamp if configure succeeds
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-04-30 Ian LynaghMake boot handle getting the libraries
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 Marlowmove -fno-print-bind-result into the GHCi section
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.comAdd ndp package to boring list
2007-05-02 simonpj@microsoft.comDocument the fact that you can't make a newtype of...
next