Remove redundant fromIntegral calls
[ghc-hetmet.git] / utils /
2008-08-09 Tim ChevalierFixed performance bug in ext-core preprocessor
2008-07-30 Ian LynaghFix building with extensible exceptions
2008-07-29 Ian LynaghAdd the runghc wrapper script
2008-07-28 Simon Marlowdon't strip the inplace GHC executables (for debugging)
2008-07-24 Ian LynaghFix building runghc on Windows
2008-07-23 Ian LynaghIf the extension is not .lhs, runghc now treats it...
2008-07-23 Ian Lynaghrunghc now uses the compiler that it comes with; fixes...
2008-07-23 Ian LynaghUse the upstream hsc2hs repo
2008-07-22 Ian LynaghSync hsc2hs's Main.hs with the Cabal repo
2008-07-22 Ian LynaghWe need to clean the utils on "distclean", as well...
2008-07-22 Ian LynaghFix the stage3 build
2008-07-19 Ian LynaghPut a #! line in ghc-pkg's shell wrapper
2008-07-19 Ian LynaghFix ghc-pkg inplace on Windows
2008-07-18 Ian LynaghSome "install" and "clean" fixes
2008-07-18 Ian LynaghBuild system tweaks
2008-07-18 Ian LynaghExplicitly list HpcParser as a module in hpc-bin
2008-07-18 Ian LynaghDisable building pwd and lndir for now
2008-07-18 Ian LynaghBuild hpc with Cabal
2008-07-18 Ian LynaghBuild runghc with Cabal
2008-07-18 Ian LynaghAdd a comment
2008-07-18 Ian LynaghTweak the build system for installPackage
2008-07-18 Ian LynaghMore build system changes; hasktags is now built with...
2008-07-18 Ian LynaghRemove a comment
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghTweak the hsc2hs wrapper script
2008-07-17 Ian LynaghFix the order in which things get built
2008-07-17 Ian LynaghDo the building and installing of hsc2hs with the stage...
2008-07-12 Ian LynaghTeach installPackage about --distpref and --enable...
2008-07-11 Ian LynaghMove installPackage out into its own cabal package...
2008-07-11 Ian LynaghSplit up Cabal configure flag variables for more flexib...
2008-07-11 Simon Marlowadd "ghc-pkg dump" (fixes #2201)
2008-07-10 Ian LynaghDefine CABAL in mk/cabal-flags.mk, rather than everywhe...
2008-07-10 Ian LynaghTypo fixed
2008-07-09 Ian LynaghRemove all references to -mno-cygwin
2008-07-08 Ian LynaghGet rid of compat/
2008-07-05 Ian LynaghAdd hsc2hs.wrapper
2008-07-05 Ian LynaghFix hsc2hs finding its template file on Windows
2008-07-05 Ian LynaghBuild hsc2hs with Cabal
2008-07-05 Ian LynaghUse the last compiler if more than one is specified
2008-07-04 Ian LynaghImprove error messages from pwd
2008-07-04 Ian LynaghIn utils/hsc2hs, add LICENSE and hsc2hs.cabal from...
2008-07-03 Ian LynaghRemove Cabal modules from compat
2008-07-03 Ian LynaghAdd a program for describing unexpected tests in testlog
2008-06-29 Ian LynaghFollow Cabal changes
2008-06-27 Ian Lynaghmkdirhier.sh now accepts -q, which makes it be quiet
2008-06-26 Ian LynaghFollow Cabal changes
2008-06-24 Ian Lynagh() is now in ghc-prim:GHC.Unit
2008-06-24 Ian LynaghGenerate a warning-free GHC.PrimopWrappers. ghc-prim...
2008-06-23 Ian LynaghFix some inconsistencies in the code and docs of primitives
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-18 Simon Marlowit's time to retire ghcprof & friends
2008-06-18 Simon Marlowdefine NeedVarargsPrototypes to avoid segfault on x86_64
2008-04-16 Simon Marlowmeasure GC(0/1) times and work imbalance
2008-04-16 Simon Marlowimprovements to +RTS -s output
2008-02-22 Simon Marlowadd GC(0) and GC(1) time
2008-02-15 simonmar@microsoft.commeasure mut_elapsed_time
2008-02-15 simonmar@microsoft.comfix build with 6.8
2008-01-16 Simon Marlowcut-and-pasto
2008-01-07 simonmar@microsoft.comadd GC elapsed time
2007-12-20 simonmar@microsoft.comupdate to match Mb -> MB change in -s output
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp when building...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-22 Manuel M T ChakravartyEnsure runhaskell is rebuild in stage2
2008-05-19 Simon MarlowFIX #1955: confusion between .exe.hp and .hp suffixes...
2008-05-17 Tim ChevalierAdd dummy LICENSE file to make Cabal go through
2008-05-15 Tim Chevalierdon't rebuild PrimEnv if genprimopcode and/or primops...
2008-05-14 Tim ChevalierCabalize ext-core tools
2008-05-10 Ian LynaghUpdate ghc-pkg to follow Cabal changes
2008-05-05 Tim ChevalierExternal Core tools: add note to README about where...
2008-05-05 Tim ChevalierExternal Core tools: track new syntax for newtypes
2008-05-04 Tim ChevalierImprove syntax for primitive coercions in External...
2008-05-03 Tim ChevalierFix External Core interpreter
2008-04-12 Ian LynaghGenerate fsLit not FSLIT in genprimopcode
2008-04-22 Tim ChevalierImprove External Core syntax for newtypes
2008-04-22 Tim ChevalierExternal Core typechecker - improve handling of coercions
2008-04-08 Ian LynaghFix lndir
2008-04-16 Tim ChevalierImprove External Core syntax
2008-04-14 Tim ChevalierRevive External Core typechecker
2008-04-14 Tim ChevalierExtra info in genprimopcode --make-ext-core-source
2008-04-10 Tim ChevalierExtend genprimopcode to print primop types for ext...
2008-04-08 andy@galois.comFixing hpc combine and hpc map to use the correct help...
2008-03-29 Tim ChevalierRevive External Core parser
2008-03-29 Ian Lynaghprelude/PrimOp is now mostly warning-free
2008-03-29 Ian LynaghUse _ rather than "other" in generated code
2008-03-20 Tim ChevalierHandle hierarchical module names in External Core tools
2008-03-10 Tim ChevalierFirst cut at reviving the External Core tools
2008-03-05 Ian LynaghCopy the right ghc-pkg.bin into bindists
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-18 Manuel M T ChakravartyAll installed Haskell prgms have an inplace and an...
2008-02-17 Ian LynaghTweak whitespace
2008-02-17 Ian LynaghFix typo
2008-02-15 Ian LynaghMake hasktags -Wall clean
2008-02-15 Ian LynaghWhitespace only
2008-02-15 Ian LynaghFix building hasktags
2008-02-12 marco-oweber@gmx.defind module names, fix for get constructor names, find...
2008-02-12 marco-oweber@gmx.deadded TODO item and link to alternatives on wiki
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-07 Simon MarlowAllow runghc to take input from stdin, just like Ruby...
2008-02-05 Simon MarlowmatchesPkg: match against the pkg Id (foo-1.0) not...
next