Document 'parseStaticFlags'.
[ghc-hetmet.git] / compiler /
2008-09-14 Thomas SchillingDocument 'parseStaticFlags'.
2008-09-14 Thomas SchillingIntroduce 'GhcMonad' class and two default implementati...
2008-09-14 Thomas SchillingGive the "Failing due to -Werror" message a name.
2008-09-14 Thomas SchillingMake typechecker top-level functions also return messag...
2008-09-14 Thomas SchillingReflect changes of desugarer error reporting in VectMonad.
2008-09-14 Thomas SchillingGeneralise 'handleGhcException' to work with any 'Excep...
2008-09-14 Thomas SchillingIntroduce an 'ExceptionMonad' class.
2008-09-14 Thomas SchillingProvide default MonadIO instance for IO.
2008-09-14 Thomas SchillingReturn instead of print warnings and errors in desugarer.
2008-09-14 Thomas SchillingReturn parser errors and warnings instead of dying.
2008-09-14 Thomas SchillingAdd aliases for bags of warnings and errors.
2008-09-15 Tim ChevalierSlightly more helpful panic message in DynFlags
2008-09-14 Tim ChevalierComments only: ".core" => ".hcr"
2008-09-13 Ian LynaghWe need to tell ghc-pkg to --force if we've only built...
2008-09-13 Ian LynaghIf we're profiling GHC, don't bother building the GHC...
2008-09-10 simonpj@microsoft.comRemove dataConInstOrigDictsAndArgTys
2008-09-09 Ian LynaghWe always install stage2, so we need to always put...
2008-09-10 simonpj@microsoft.comCheck the *right* set of type variables for escape!
2008-09-10 simonpj@microsoft.comMore refactoring of instance declarations (fixes Trac...
2008-09-10 simonpj@microsoft.comFix Trac #2581: inlining of record selectors
2008-09-10 simonpj@microsoft.comFix Trac #2573; and explanatory comment
2008-09-10 simonpj@microsoft.comFix the zonking of HsWrappers
2008-09-10 simonpj@microsoft.comAdd newDictOcc, newDictOccs
2008-09-10 simonpj@microsoft.comLayout and type synonyms only
2008-09-10 simonpj@microsoft.comRobustify the setting of implied flags
2008-09-10 simonpj@microsoft.comRename a variable
2008-09-10 simonpj@microsoft.comComments only
2008-09-10 simonpj@microsoft.comSimplify the type signature for tcPolyBinds
2008-09-09 simonpj@microsoft.comTell GHC which module nON_EXHAUSTIVE_GUARDS_ERROR_ID...
2008-09-09 simonpj@microsoft.comImprove float-in somewhat
2008-09-09 simonpj@microsoft.comImportant performance wibble to callSiteInline (the...
2008-09-08 Ian LynaghUse test -f rather than test -e
2008-09-03 Simon MarlowWindows: print an error message in addDLL
2008-09-07 Ian Lynaghbindist fixes
2008-09-07 Manuel M T ChakravartyType families: new algorithm to solve equalities
2008-09-06 Ian LynaghInstall the stage 2 ghc package when installing; fixes...
2008-09-05 simonpj@microsoft.comFix up the instance-declaration re-engineering story
2008-09-05 simonpj@microsoft.comComments only
2008-09-05 simonpj@microsoft.comMinor refactoring to share InstEnv.instanceBindFun
2008-09-05 simonpj@microsoft.comRemove unused constructors AvoidMe, WildCard
2008-09-05 simonpj@microsoft.comMore specialiser wibbles
2008-09-05 simonpj@microsoft.comRetain unfoldings even with SimplGently
2008-09-05 simonpj@microsoft.comComments only
2008-09-05 simonpj@microsoft.comBetter debug panic messages in applyTys
2008-09-05 simonpj@microsoft.comMake ASSERT2 mention msg even when debug is off (avoid...
2008-09-04 Ian LynaghAdd a note explaining a couple of seq's
2008-09-04 dias@eecs.harvard.eduadd assertion to check that UniqFM is only passed ...
2008-09-03 Ian LynaghRe-merge concurrent,timeout,unique,st,getopt into base
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-09-03 simonpj@microsoft.comImproved specialisation of recursive groups
2008-09-01 Simon MarlowCheck the modification times of libraries in --make...
2008-08-31 Ian LynaghMake the dynlibs, ghci and ncg flags manual too
2008-08-30 Ian LynaghSquash a space leak
2008-08-30 Ian LynaghFix a space leak
2008-08-30 Ian Lynaghfix a space leak
2008-08-31 Ian LynaghMake ghc.cabal's editline flag manual, to simplify...
2008-08-30 Judah JacobsonDon't build ghc in stage1 with editline (since we alrea...
2008-08-30 Ian LynaghIf we want a profiled GHC then use -auto-all when build...
2008-08-30 Ian LynaghFix building the GHC API with profiling
2008-08-28 kili@outback.escape.deFix linkage on OpenBSD.
2008-08-28 Ian LynaghHandle the html target in compiler/ and ghc/
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-08-28 Ian LynaghDisambiguate some names in haddock comments
2008-08-28 Ian LynaghUpdate the build system to handle building and using...
2008-08-28 Ian LynaghFix a haddock2 failure
2008-08-28 simonpj@microsoft.comFix Trac #2529: derived read for prefix constructor...
2008-08-27 simonpj@microsoft.comFix Trac #745: improve error recoevery for type signatures
2008-08-27 simonpj@microsoft.comFix Trac #2538: better error messages when validating...
2008-08-27 simonpj@microsoft.comFix Trac #2520: duplicate symbols
2008-08-27 simonpj@microsoft.comOnly specialise on dictionaries that have some interest...
2008-08-27 simonpj@microsoft.comBetter documentation for -XLiberalTypeSynonyms, and...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghRemove a now-redundant comment
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-08-26 Ian LynaghMove pprFastFilePath from SrcLoc to Outputable
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-20 Simon Marlowalways treat 'forall' and '.' as reserved keywords...
2008-08-22 simonpj@microsoft.comFix a nasty float-in bug
2008-08-21 simonpj@microsoft.comMake rule printing wobble less
2008-08-25 Ian Lynaghsyb is now in its own package
2008-08-24 Ian Lynaghconcurrent, unique, timeout have now been split off...
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-18 Ian LynaghFix making it possible to build without the NCG
2008-08-17 Ian LynaghDon't clean the multi-stage stuff unless CLEAN_ALL_STAG...
2008-08-17 Ian LynaghWhen making in compiler/, automatically make in ghc...
2008-08-21 Simon MarlowDon't use the cc-options from packages when compiling...
2008-08-21 simonpj@microsoft.comImprove error message when 'forall' is not a keyword
2008-08-21 simonpj@microsoft.comFix Haddock comments in TcGenDeriv
2008-08-20 simonpj@microsoft.comFix Trac #2456: eliminate duplicate bindings when deriving
2008-08-20 simonpj@microsoft.comElaborate for-all message slightly
2008-08-18 Simon Marlowuse System.FilePath's isSearchPathSeparator instead...
2008-08-16 Ian LynaghWhen doing :l, abandon all breakpoints before we unload...
2008-08-13 Ian LynaghFollow changes in Cabal
2008-08-12 Simon Marlowput back -fwarn-depcrecations
2008-08-13 simonpj@microsoft.comImprove error message for deprecated flags (Trac #2513)
2008-08-11 Simon Marlowbuild base3-compat
2008-08-05 Simon MarlowDon't warn if 'import Prelude' doesn't import anything
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
next