summaryrefslogtreecommitdiff
path: root/compiler/main/ErrUtils.lhs
Commit message (Expand)AuthorAgeFilesLines
* Refactor FFI error messagesSimon Peyton Jones2014-07-251-5/+30
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+1
* Change type of `errMsgSpans` field of `ErrMsg` to `SrcSpan`Joachim Breitner2013-10-261-9/+6
* Allow the GHCi messages to be overridden via the GHC API; fixes #7456Ian Lynagh2013-06-231-0/+1
* Use throwIO rather than throwIan Lynagh2013-01-301-1/+2
* Improve kind inference for tuple typesSimon Peyton Jones2012-11-261-1/+4
* Refactor the way dump flags are handledIan Lynagh2012-10-181-8/+10
* Put header and timestamp in dump filesIan Lynagh2012-10-171-6/+8
* Some alpha renamingIan Lynagh2012-10-161-4/+4
* Rename DynFlag to GeneralFlagIan Lynagh2012-10-161-12/+12
* Remove unused dumpIfSet_dyn_orIan Lynagh2012-10-151-8/+1
* Make the -ferror-spans flag dynamicIan Lynagh2012-10-091-3/+5
* Remove hPrintDump and make rule dump output more consistent (#7060)Paolo Capriotti2012-07-181-1/+7
* Restore old output for -ddump-rule-firings #7060Paolo Capriotti2012-07-181-2/+5
* Remove some uses of sortLeIan Lynagh2012-06-221-8/+3
* Change -dppr-user-length from a static to a dynamic flagIan Lynagh2012-06-141-5/+9
* Pass DynFlags down to pprDebugAndThenIan Lynagh2012-06-121-4/+4
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-2/+2
* Store short error message text as a stringIan Lynagh2012-06-121-3/+5
* Pass DynFlags down to mk_err_msgIan Lynagh2012-06-121-13/+14
* Pass DynFlags down to hPrintDumpIan Lynagh2012-06-111-1/+1
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-13/+16
* Pass DynFlags to prettyPrintGhcErrorsIan Lynagh2012-06-111-10/+11
* Make Ppr* versions of the Sorry and PgmError exceptions tooIan Lynagh2012-06-111-0/+4
* Change how pprPanic worksIan Lynagh2012-06-111-0/+11
* Replace printDump with a new SeverityIan Lynagh2012-05-291-4/+5
* Fix tracking of reason safe inference failed. (#5988)David Terei2012-04-041-1/+4
* Replace createDirectoryHierarchy with createDirectoryIfMissing TrueTakano Akio2012-02-271-1/+2
* remove unused function: printErrorSimon Marlow2012-02-271-4/+1
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-76/+81
* Create the directory for dump files to be put inIan Lynagh2011-11-181-1/+2
* Add -dumpdir flag; fixes trac #5198Ian Lynagh2011-11-181-13/+18
* Tabs -> Spaces + formatting fixesDavid Terei2011-11-161-72/+62
* Add Safe Haskell '-fwarn-safe', '-fwarn-unsafe', '-fno-safe-infer' flagsDavid Terei2011-11-161-16/+24
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Comments and white spaceSimon Peyton Jones2011-07-211-1/+0
* defaultErrorHandler now only takes LogActionIan Lynagh2011-07-031-3/+6
* Make dumpIfSet_dyn_or use dumpSDocIan Lynagh2011-06-051-5/+5
* Make -ddump-to-file truncate existing files.Edward Z. Yang2011-05-151-13/+23
* Start support for coloured SDoc output.Thomas Schilling2011-04-071-1/+2
* Improve printing for -ddump-derivsimonpj@microsoft.com2010-12-151-1/+7
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-40/+12
* Send ghc progress output to stdout; fixes #3636Ian Lynagh2010-08-081-2/+3
* Continue refactoring the core-to-core pipelinesimonpj@microsoft.com2009-12-241-15/+5
* Add some missing exports back for GHC package users; fixes trac #3715Ian Lynagh2009-12-051-0/+1
* Add Outputable.blankLine and use itsimonpj@microsoft.com2009-10-291-2/+2
* Put context information for warnings in errMsgExtraInfo.Thomas Schilling2009-09-151-1/+4
* Use the ErrMsg record typesimonpj@microsoft.com2009-07-231-7/+7
* Change 'handleFlagWarnings' to throw exceptions instead of dying.Thomas Schilling2008-11-221-20/+0
* fix #2636: throw missing module errors as SourceErrors, not ErrMsgSimon Marlow2008-10-101-18/+1