ghc-hetmet.git
2007-05-18 Simon MarlowUpdate the panic msg from #1257 to be an ordinary error...
2007-05-18 Simon Marlowautodetect BINDIST_DOC_WAYS again
2007-05-18 Simon MarlowFIX #1052 (NCG doesn't realise shift instructions trash...
2007-05-18 Simon MarlowAdd dist/ to $(PublishLocation)
2007-05-18 Simon Marlowremove _split and autogen dirs for binary-dist
2007-05-17 Simon Marlowfix ordering in :help
2007-05-17 Simon Marlowcomplete documentation of the GHCi debugger
2007-05-17 Simon Marlowadd :cmd
2007-05-16 Simon MarlowRework the GHCi debugger docs
2007-05-16 Simon Marlowadd a comment
2007-05-16 Simon Marlowraise#: break *after* stripping the stack, not before
2007-05-16 Ian LynaghAdd a missing semicolon causing publish-binary-dist...
2007-05-16 Ian LynaghFIX BUILD Use the right find on Windows systems; fixes...
2007-05-16 Simon Marlowlater mingw runtimes have gettimeofday, it seems
2007-05-16 Simon Marlow'let' expressions: fix scope of the binders (see test...
2007-05-16 Simon MarlowAvoid some unnecessary ticks in debugging mode
2007-05-16 Simon Marlowcomment out unused definition
2007-05-16 Simon MarlowFIX BUILD for way=u in RTS
2007-05-16 Simon MarlowFIX BUILD with ghc-6.2.x
2007-05-15 Ian LynaghAdd a missing backslash that was breaking building...
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 Ian LynaghFix invalid simplification I made while moving the...
2007-05-15 Manuel M T... Iface representation of synonym family instances
2007-05-15 Manuel M T... Added -ftype-families to the user's manual
2007-05-14 Ian LynaghAdd filepath modules to compat/
2007-05-14 Manuel M T... -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... Revised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-13 Ian LynaghRemove non-functional uninstall Makefile target
2007-05-13 Ian LynaghMove the libraries bindist generation code into librari...
2007-05-09 Ian LynaghCabal now uses filepath, so we need a bootstrapping...
2007-05-12 Ian LynaghTweak generation of generated files
2007-05-11 simonpj@microsoft.comCorrect an egregious typo in LiberateCase that emascula...
2007-05-11 Simon Marlowdon't remove c++ files from Windows binary distribution
2007-05-11 Simon MarlowSupport for adding custom commands to an individual...
2007-05-11 Michael D.... Fixed copy-and-paste error in the machOps of compiler...
2007-05-11 Michael D.... Removed UNBOX_FIELD from HsVersions.h since it is not...
2007-05-10 Michael D.... Fixed a minor redundancy in the C-- lexer
2007-05-10 Michael D.... Fixed the C-- lexer to comply with the standard on...
2007-05-10 Michael D.... Documented the Unicode tricks that are being played...
2007-05-04 Michael D.... Fixed apparent typo in STRICT1(f) of HsVersions.h
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
next