| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace calls to `ptext . sLit` with `text` | Jan Stolarek | 2016-01-18 | 1 | -5/+5 |
* | Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging." | Edward Z. Yang | 2015-11-16 | 1 | -5/+1 |
* | Simplify type of ms_srcimps and ms_textual_imps. | Edward Z. Yang | 2015-10-09 | 1 | -8/+5 |
* | Unify hsig and hs-boot; add preliminary "hs-boot" merging. | Edward Z. Yang | 2015-09-21 | 1 | -1/+5 |
* | Revert "Revert "Revert "Support for multiple signature files in scope.""" | Edward Z. Yang | 2015-09-21 | 1 | -4/+1 |
* | Replace (SourceText,FastString) with StringLiteral data type | Alan Zimmerman | 2015-08-02 | 1 | -1/+2 |
* | Revert "Revert "Support for multiple signature files in scope."" | Edward Z. Yang | 2015-07-20 | 1 | -1/+4 |
* | Revert "Support for multiple signature files in scope." | Edward Z. Yang | 2015-06-11 | 1 | -4/+1 |
* | ApiAnnotations : strings in warnings do not return SourceText | Alan Zimmerman | 2015-06-01 | 1 | -1/+1 |
* | Support for multiple signature files in scope. | Edward Z. Yang | 2015-04-07 | 1 | -1/+4 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -0/+2 |
* | Change a few throwGhcException uses to throwGhcExceptionIO | Ian Lynagh | 2013-01-30 | 1 | -3/+3 |
* | Replace all uses of ghcError with throwGhcException and purge ghcError. | Erik de Castro Lopo | 2012-11-30 | 1 | -2/+2 |
* | Remove an -fno-cse flag | Ian Lynagh | 2012-11-02 | 1 | -3/+0 |
* | Change how dependency generation works; fixes #7381 | Ian Lynagh | 2012-11-02 | 1 | -17/+24 |
* | Refactor the way dump flags are handled | Ian Lynagh | 2012-10-18 | 1 | -1/+1 |
* | Some alpha renaming | Ian Lynagh | 2012-10-16 | 1 | -1/+1 |
* | Pass DynFlags down to showSDoc | Ian Lynagh | 2012-06-12 | 1 | -2/+2 |
* | Pass DynFlags down to mk_err_msg | Ian Lynagh | 2012-06-12 | 1 | -2/+4 |
* | Remove unused imports | David Terei | 2011-04-26 | 1 | -2/+0 |
* | Refactoring and tidyup of HscMain and related things (also fix #1666) | Simon Marlow | 2010-10-27 | 1 | -0/+1 |
* | Add the implicit 'import Prelude' in getImports | Simon Marlow | 2010-03-03 | 1 | -4/+0 |
* | Add Outputable.blankLine and use it | simonpj@microsoft.com | 2009-10-29 | 1 | -1/+1 |
* | Trim unused imports detected by new unused-import code | simonpj@microsoft.com | 2009-07-06 | 1 | -2/+2 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 1 | -1/+1 |
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -10/+18 |
* | better error message for missing package-qualified modules in ghc -M | Simon Marlow | 2009-01-23 | 1 | -10/+12 |
* | Put full ImportDecls in ModSummary instead of just ModuleNames | Simon Marlow | 2008-12-02 | 1 | -15/+17 |
* | ghc -M: need to add a dep on Prelude unless -fno-implicit-prelude is on | Simon Marlow | 2008-11-28 | 1 | -0/+4 |
* | make -include-pkg-deps work (not sure when this got lost) | Simon Marlow | 2008-11-28 | 1 | -2/+2 |
* | Use 'GhcMonad' in DriverMkDepend. | Thomas Schilling | 2008-09-14 | 1 | -33/+37 |
* | Follow changes in the base library | Ian Lynagh | 2008-07-31 | 1 | -3/+4 |
* | Follow extensible exception changes | Ian Lynagh | 2008-07-30 | 1 | -2/+1 |
* | First step for getting rid of the old -optdep flags | Ian Lynagh | 2008-07-20 | 1 | -45/+11 |
* | Move -fno-cse flags from Makefile into pragmas | Ian Lynagh | 2008-07-11 | 1 | -0/+2 |
* | Now that we require GHC >= 6.4.2, System.IO.Error is always available | Ian Lynagh | 2008-06-20 | 1 | -1/+1 |
* | Allow flags to be marked as deprecated | Ian Lynagh | 2008-06-14 | 1 | -2/+8 |
* | Use a proper datatype, rather than pairs, for flags | Ian Lynagh | 2008-06-14 | 1 | -8/+8 |
* | Fix warnings in DriverMkDepend | Ian Lynagh | 2008-06-14 | 1 | -11/+6 |
* | Fix whitespace in DriverMkDepend | Ian Lynagh | 2008-06-14 | 1 | -227/+226 |
* | (F)SLIT -> (f)sLit in DriverMkDepend | Ian Lynagh | 2008-04-12 | 1 | -5/+5 |
* | Don't import FastString in HsVersions.h | Ian Lynagh | 2008-03-29 | 1 | -0/+1 |
* | Fix Makefile generatin on Windows | Ian Lynagh | 2008-01-16 | 1 | -4/+4 |
* | Fix generating dependencies for different ways now we use FilePath | Ian Lynagh | 2008-01-15 | 1 | -1/+3 |
* | Use System.FilePath | Ian Lynagh | 2008-01-12 | 1 | -3/+4 |
* | Move OPTIONS pragmas above comments | Ian Lynagh | 2007-09-21 | 1 | -7/+7 |
* | Fix CodingStyle#Warnings URLs | Ian Lynagh | 2007-09-04 | 1 | -1/+1 |
* | Use OPTIONS rather than OPTIONS_GHC for pragmas | Ian Lynagh | 2007-09-03 | 1 | -2/+2 |
* | Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules | Ian Lynagh | 2007-09-01 | 1 | -0/+7 |
* | Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504 | Ian Lynagh | 2007-04-06 | 1 | -3/+0 |