Make view patterns right-associate
[ghc-hetmet.git] / ghc /
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-03 Ian LynaghFix column numbers used when highlighting :list output
2009-11-07 Ian LynaghTweak how shell wrappers are built
2009-11-07 Ian Lynaghghc-stage2 is now renamed to ghc when it is installed
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-10-21 Simon MarlowGhciMonad.resume should restore the program's argv...
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-10-12 Ian LynaghThe -e flag now has a "SepArg" argument; fixes #3568
2009-10-12 Ian LynaghPrint warnings after doMkDependHS
2009-09-18 Simon Marlowremove encoding of output using Haskeline; the IO libra...
2009-08-17 Peter HercekFIX #3434 (improve vi tags: add non-exported symbols...
2009-05-12 Peter Hercekalow macros to redefine builtin GHCi commands (implemen...
2009-09-11 Simon Marlowmove hschooks.c to ghc/, and enable it
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-09-08 Simon MarlowAdd -package-id, improve package shadowing behaviour...
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-02 Simon Marlowfast make omits dependencies in ghc/ too
2009-08-02 Simon Marlowremove unnecessary -#include options
2009-07-29 Simon Marlowfix warnings
2009-07-29 Simon MarlowImplement "ghc --abi-hash M1 M2 ..."
2009-07-23 Simon MarlowWindows only: set the encoding on stdin to utf8
2009-07-16 Ian LynaghMake the --info values printable with "ghc --print...
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-03 Simon MarlowImproved infrastructure for fast-rebuilding of parts...
2009-07-01 Simon MarlowFix #2197 (properly this time)
2009-07-01 Simon Marlowmake GhcProfiled work, and add a "prof" flavour to...
2009-06-23 Simon MarlowFix buffering problem when GHCi is using the new IO...
2009-06-16 Simon MarlowAdd support for 'make help' in subdirectories
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-05-30 Ian LynaghUnquote a $(LN_S) in ghc/ghc.mk
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-28 Simon Marlowdon't call Haskeline to read input when stdin is not...
2009-05-23 Ian LynaghFix warnings
2009-05-06 Simon Marlow#2197: try to detect when GHCi is compiled with -prof...
2009-05-17 Duncan CouttsSwitch the default -dynload mode to SystemDependent
2009-05-17 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-03 Ian LynaghFix building without GHCi
2009-04-30 Simon MarlowFIX build: add dependencies on ghc_boot_platform.h
2009-04-29 Duncan CouttsDon't actually build ghc itself with -dynamic
2009-04-28 Duncan CouttsDo not link ghc stage1 using -threaded, only for stage2...
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch
2009-02-21 Ian LynaghOnly use STAGE3_PACKAGE_CONF for building GHC itself
2008-11-28 Thomas SchillingUse a per-session data structure for callbacks. Make...
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-09-26 Ian LynaghSplit ShowVersion etc off into a different type to...
2008-09-26 Ian LynaghPass SRC_HC_OPTS to GHC when building GHC's Main.hs
2008-09-25 Ian LynaghFix the behaviour of flags like --help and --version...
2008-09-24 Ian LynaghFix maintainer-clean
2008-09-23 Simon Marlow#2566: emit a warning for 'ghc -c foo.bar'
2008-09-18 Ian LynaghBe more forceful when cleaning in compiler/ and ghc/
2008-09-18 Ian LynaghGenerate ghc.cabal and ghc-bin.cabal with configure
2008-09-17 Simon MarlowFix: GhcStage2HcOpts were being added to stage 3 too
2008-09-15 Ian LynaghUse "exec" when running ghc in the wrapper
2008-09-14 Ian LynaghAdd a "#!/bin/sh" to ghc.wrapper
2008-09-12 Simon Marlowadd $(GhcStage[123]HcOpts)
2008-09-14 Thomas SchillingUse 'GhcMonad' in ghc/Main.
2008-09-09 Ian LynaghWe always install stage2, so we need to always put...
2008-08-28 Ian LynaghHandle the html target in compiler/ and ghc/
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-08-23 Ian Lynaghst is now split off from base
2008-08-21 Ian LynaghIgnore install-docs in compiler/Makefile and ghc/Makefile
2008-08-17 Ian LynaghWe need to give make some more clues
2008-08-17 Ian LynaghWhen making in compiler/, automatically make in ghc...
2008-08-17 Ian LynaghDon't do the stage1 re-linking hack if we have GHC...
2008-08-13 Simon Marlowmove INPLACE_DATA_DIR into mk/config.mk and share it
2008-08-10 Ian LynaghMake "make clean" in ghc/ only clean the stage we want...
2008-08-10 Ian Lynaghbindist fixes
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-08-05 Simon Marlowin stage1, always rebuild Main.hs
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-28 Simon Marlowdon't strip the inplace GHC executables (for debugging)
2008-07-24 Simon Marlowadd --enable-shared to configure, and $(BuildSharedLibs...
2008-07-24 Simon Marlowallow EXTRA_HC_OPTS to be used from the command-line
2008-07-24 Simon Marlowput the inplace GHC in stageN-inplace/ghc instead of...
2008-07-23 Simon Marlowadd a "rebuild" target for convenience
2008-07-22 Ian LynaghClean stage 3
2008-07-18 Ian LynaghSome "install" and "clean" fixes
2008-07-18 Ian LynaghBuild system tweaks
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghSplit building the ghc package and binary into "boot...
2008-07-17 Ian LynaghInstall the compiler during make install
2008-07-17 Ian LynaghRemove some duplication
2008-07-16 Ian LynaghFix GHC finding extra-gcc-opts on Windows
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2006-04-07 Simon Marlowremove the last bits of the ghc/ subdir
2006-04-07 Simon MarlowReorganisation of the source tree
2006-01-21 Simon Marlowrempve some unused files
2006-04-06 LemmihAdd stage2/ghci to ghc-api's import list.
2006-04-06 LemmihDon't build GHC with breakpoint support by default.
2006-04-06 LemmihGHC.Base.breakpoint isn't vaporware anymore.
2006-04-06 Simon MarlowAdd SA_RESTART flag to the timer signal handler.
2006-04-06 LemmihBetter messages from HscTypes.showModMsg.
2006-04-05 Simon MarlowTurn the "too many hs_exit()s" fatal error into a warning
2006-04-05 Simon Marlowadd freeStorage() prototype
2006-04-05 Simon Marlowadd support for x86_64; foreign import is now supported...
next