Lexing and parsing for "foreign import prim"
[ghc-hetmet.git] / ghc /
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...
2006-03-30 Duncan CouttsCorrect spelling mistake: GhcState1HcOpts -> GhcStage1H...
2006-03-30 Simon Marlowoops, undo accidental patch
2006-03-30 Simon Marlowfix profiling on Win32
2006-03-29 Simon Marlowfix for GHC >= 6.5 again
2006-03-29 Simon Marlowin stage1, we should get isPrint and isUpper from Compa...
2006-03-29 wolfgang.thaller... Darwin/x86: correct stack alignment in ByteCodeFFI
2006-03-23 wolfgang.thaller... Deal with non-executable memory on Darwin (only an...
2006-03-28 Simon Marlowadd forkOnzh_fast symbol
2006-03-27 Simon MarlowAdd a new primitive forkOn#, for forking a thread on...
2006-03-27 Simon Marloweliminate a warning
2006-03-27 Simon Marlowelimiante a couple of warnings
2006-03-24 Simon Marlowfix a warning
2006-03-24 Simon MarlowAdd some more flexibility to the multiproc scheduler
2006-03-24 Duncan CouttsmkDerivedConstants.c depends on ghcplatform.h
2006-03-27 Simon Marlowsmall updates
2006-03-27 LemmihAllow users of the GHC library to specify which package...
2006-03-25 wolfgang.thaller... Fix Darwin/x86 stack alignment
2006-03-24 wolfgang.thaller... Darwin Mangler: include alignment statements for symbol...
2006-03-24 Simon Marlowmark recordMutableCap() with [R1] to avoid saving all...
2006-03-24 Simon Marlowomit the __DISCARD__() call if unregisterised
2006-03-23 Simon Marlowgcc is getting smarter, so we need to hit it with a...
2006-03-18 Lemmih-fno-code shouldn't be a mode.
2006-03-18 LemmihDon't generate stub files when -fno-code is given.
2006-03-18 LemmihDocumentation for -fno-code and -fwrite-iface.
2006-03-22 Simon Marlowon second thoughts, revert the ppc/darwin part of the...
2006-03-22 Simon Marlowfix for gcc 4.1.x
2006-03-21 Simon Marlowsupport for STM objects in the retainer profiler
2006-03-21 Simon Marlowsmall changes to fix retainer profiling on HEAD
next