ghc-hetmet.git
2007-11-28 simonpj@microsoft.comImprove pretty-printing for Insts
2007-11-28 simonpj@microsoft.comReorganise TcSimplify (again); FIX Trac #1919
2007-11-30 Simon MarlowFIX #1914: GHCi forgot all the modules that were loaded...
2007-11-30 Simon MarlowFIX #1744: ignore the byte-order mark at the beginning...
2007-11-28 simonpj@microsoft.comFIX Trac #1935: generate superclass constraints for...
2007-11-28 simonpj@microsoft.comPrint a bit more info in VarBinds (no need to merge)
2007-11-28 simonpj@microsoft.comCheck for duplicate bindings in CoreLint
2007-11-28 Simon Marlowadd comment
2007-11-22 Bertram FelgenhauerFIX #1916: don't try to convert float constants to...
2007-11-27 Simon Marlowgive a more useful message when the static flags have...
2007-11-27 Ian LynaghRebuild utils with the stage1 compiler when making...
2007-11-27 Ian LynaghRemove the --print-docdir flag
2007-11-27 Simon MarlowFIX #1925: the interpreter was not maintaining tag...
2007-11-27 Simon Marlowadd missing instruction: ALLOC_AP_NOUPD
2007-11-26 Simon MarlowCheck tag bits on the fun pointer of a PAP
2007-11-26 Simon Marlowcanonicalise the path to HsColour
2007-11-26 Ian LynaghConsistently put on the front of haskell.org in URLs
2007-11-26 Ian LynaghFix some more URLs
2007-11-26 Ian LynaghTweak some URLs
2007-11-26 Ian LynaghFix some links
2007-11-25 Ian LynaghCopy gmp stamps into bindists, so we don't try and...
2007-11-25 Ian LynaghOn Windows, Delete the CriticalSection's we Initialize
2007-11-25 Ian LynaghOn Windows, add a start menu link to the flag reference
2007-11-25 Ian LynaghRemove html/ from the paths we put in the start menu...
2007-11-25 Ian LynaghMERGED: Make ":" in GHCi repeat the last command
2007-11-24 Ian LynaghMERGED: Put library docs in a $pkg, rather than $pkgid...
2007-11-24 Ian LynaghDon't make a library documentation prologue
2007-11-24 Ian LynaghDon't put package version numbers in links in index...
2007-11-24 Ian LynaghDefine install-strip in Makefile
2007-11-24 Ian LynaghDefine install-strip in distrib/Makefile
2007-11-24 Ian LynaghInstall gmp from bindists; fixes trac #1848
2007-11-21 Bertram Felgenhauer(native gen) fix code generated for GDTOI on x86_32
2007-11-24 Ian LynaghCopy the INSTALL hack from mk/config.mk.in into distrib...
2007-11-24 Ian LynaghMake install-sh executable /before/ we try to find it
2007-11-23 Ian LynaghDocument --info in the +RTS -? help
2007-11-23 Ian LynaghMERGED: If we have hscolour then make source code links...
2007-11-23 simonpj@microsoft.comTidy and trim the type environment in mkBootModDetails
2007-11-23 Simon Marlowrefactor: HscNothing and boot modules do not need desug...
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-22 Manuel M T... Properly ppr InstEqs in wanteds of implication constraints
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-22 Roman LeshchinskiyAdd built-in Double operations to vectorisation
2007-11-21 Roman LeshchinskiyTeach vectorisation about Double
2007-11-21 Roman LeshchinskiyVectorise polyexprs with notes
2007-11-21 simonpj@microsoft.comMake rebindable do-notation behave as advertised
2007-11-16 simonpj@microsoft.comAdd DEBUG-only flag -dsuppress-uniques to suppress...
2007-11-05 simonpj@microsoft.comAdd -dcore-lint when validating libraries
2007-11-21 simonpj@microsoft.comFix Trac #1913: check data const for derived types...
2007-11-20 simonpj@microsoft.comFix Trac #1909: type of map in docs
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-11-20 simonpj@microsoft.comFIX Trac #1825: standalone deriving Typeable
2007-11-20 simonpj@microsoft.comFIX #1715: egregious bug in ifaceDeclSubBndrs
2007-11-20 Simon MarlowAlways do 'setup makefile' before building each library
2007-11-08 claus.reinke... FIX #1847 (improve :browse! docs, fix unqual)
2007-11-20 Roman LeshchinskiyTrack changes to package ndp
2007-11-20 Roman LeshchinskiyTemporary hack for passing PArrays from unvectorised...
2007-11-19 Roman LeshchinskiyBind NDP stuff to [:.:] arrays
2007-11-19 Roman LeshchinskiyDon't treat enumerations specially during vectorisation...
2007-11-19 Roman LeshchinskiyFix bugs in vectorisation of case expressions
2007-11-19 Roman LeshchinskiyMore built-in NDP combinators
2007-11-18 Roman LeshchinskiyNew vectorisation built-ins
2007-11-18 Roman LeshchinskiyFix bug in conversion unvect/vect
2007-11-18 Roman LeshchinskiyExtend built-in vectorisation environments
2007-11-18 Roman LeshchinskiyFix bug in generation of environments for vectorisation
2007-11-18 Roman LeshchinskiyAdd builtin var->var mapping to vectorisation
2007-11-18 Roman LeshchinskiyExtend vectorisation built-in mappings with datacons
2007-11-18 Roman LeshchinskiyChange representation of parallel arrays of enumerations
2007-11-18 Roman LeshchinskiyAdd vectorisation-related builtin
2007-11-17 Roman LeshchinskiyTeach vectorisation about Bool
2007-11-17 Roman LeshchinskiyIncomplete support for boxing during vectorisation
2007-11-17 Roman LeshchinskiyMake sure some TyCons always vectorise to themselves
2007-11-17 Roman LeshchinskiySimple conversion vectorised -> unvectorised
2007-11-17 Roman LeshchinskiyFix bug in case vectorisation
2007-11-16 Roman LeshchinskiyVectorisation of algebraic case expressions
2007-11-16 Roman LeshchinskiyMore vectorisation-related built-ins
2007-11-16 Roman LeshchinskiyVectorisation utilities
2007-11-16 Roman LeshchinskiyAdd vectorisation built-ins
2007-11-16 Roman LeshchinskiyFix vectorisation of binders in case expressions
2007-11-19 simonpj@microsoft.comTwo small typos in the flags summary (merge to 6.8...
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-19 simonpj@microsoft.comFIX Trac #1806: test for correct arity for datacon...
2007-11-17 Ian LynaghAccept x86_64-*-freebsd* as well as amd64-*-freebsd...
2007-11-16 Simon MarlowAttempt at fixing #1873, #1360
2007-11-16 simonpj@microsoft.comWibble to fix Trac #1901 (shorten messsage slightly)
2007-11-16 simonpj@microsoft.comImprove links from flag reference to the relevant secti...
2007-11-16 simonpj@microsoft.comFIX Trac #1901: check no existential context in H98...
2007-11-16 simonpj@microsoft.comImprove documentation of data type declarations (Trac...
2007-11-16 Simon MarlowChange the command-line semantics for query commands
2007-11-16 Simon Marlowuse "ghc-pkg latest --global" instead of "ghc-pkg list...
2007-11-16 Simon MarlowDisallow installing packages whose names differ in...
2007-11-16 Simon MarlowFIX BUILD (with GHC 6.2.x): update .hi-boot file
2007-11-15 Simon MarlowFIX #1828: installing to a patch with spaces in
2007-11-15 Simon Marlowon Windows, install to a directory with spaces (test...
2007-11-15 Simon MarlowFIX #1679: crash on returning from a foreign call
2007-11-15 Simon MarlowAvoid the use of unversioned package dependencies
2007-11-14 Simon MarlowFIX #1596 (remove deprecated --define-name)
2007-11-14 Simon MarlowFIX #1837: remove deprecated support for unversioned...
2007-11-14 Pepe Iborrawibble
2007-11-14 Pepe IborraMake pprNameLoc more robust in absence of loc information
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
next