Continue refactoring the core-to-core pipeline
[ghc-hetmet.git] / compiler / main / ErrUtils.lhs
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-05 Ian LynaghAdd some missing exports back for GHC package users...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-09-15 Thomas SchillingPut context information for warnings in errMsgExtraInfo.
2009-07-23 simonpj@microsoft.comUse the ErrMsg record type
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-09-21 Thomas SchillingGeneralise type of 'defaultErrorHandler' so it can...
2008-09-14 Thomas SchillingGive the "Failing due to -Werror" message a name.
2008-09-14 Thomas SchillingAdd aliases for bags of warnings and errors.
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-07-31 Max BolingbrokeExpand ErrUtils api with another plain variant
2008-08-04 simonpj@microsoft.comFix Trac #2467: decent warnings for orphan instances
2008-07-31 Ian LynaghFollow changes in the base library
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-16 Ian LynaghIf we are failing due to a warning and -Werror, say so
2008-02-11 Roman LeshchinskiyAllow -ddump-simpl-phases to specify which phases to...
2008-01-27 Twan van LaarhovenFixed warnings in main/ErrUtils
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-22 Ben.Lippmeier@anu... Refactor cmmNativeGen so dumps can be emitted inline...
2007-08-21 Ben.Lippmeier@anu... Allow redirection of -ddump-* to file
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-19 Simon Marlowunused imports
2006-04-07 Simon MarlowReorganisation of the source tree