summaryrefslogtreecommitdiff
path: root/compiler/main/DriverMkDepend.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* DriverMkDepend: Kill redundant importBen Gamari2017-09-131-1/+0
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-7/+9
* Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-271-9/+7
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-271-7/+9
* Refactor temp files cleanupDouglas Wilson2017-06-081-2/+3
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-5/+5
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-5/+1
* Simplify type of ms_srcimps and ms_textual_imps.Edward Z. Yang2015-10-091-8/+5
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-1/+5
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-4/+1
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-1/+2
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-1/+4
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-4/+1
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-1/+1
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-1/+4
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-301-3/+3
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-2/+2
* Remove an -fno-cse flagIan Lynagh2012-11-021-3/+0
* Change how dependency generation works; fixes #7381Ian Lynagh2012-11-021-17/+24
* Refactor the way dump flags are handledIan Lynagh2012-10-181-1/+1
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-2/+2
* Pass DynFlags down to mk_err_msgIan Lynagh2012-06-121-2/+4
* Remove unused importsDavid Terei2011-04-261-2/+0
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-0/+1
* Add the implicit 'import Prelude' in getImportsSimon Marlow2010-03-031-4/+0
* Add Outputable.blankLine and use itsimonpj@microsoft.com2009-10-291-1/+1
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-2/+2
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* GHC new build system megapatchIan Lynagh2009-04-261-10/+18
* better error message for missing package-qualified modules in ghc -MSimon Marlow2009-01-231-10/+12
* Put full ImportDecls in ModSummary instead of just ModuleNamesSimon Marlow2008-12-021-15/+17
* ghc -M: need to add a dep on Prelude unless -fno-implicit-prelude is onSimon Marlow2008-11-281-0/+4
* make -include-pkg-deps work (not sure when this got lost)Simon Marlow2008-11-281-2/+2
* Use 'GhcMonad' in DriverMkDepend.Thomas Schilling2008-09-141-33/+37
* Follow changes in the base libraryIan Lynagh2008-07-311-3/+4
* Follow extensible exception changesIan Lynagh2008-07-301-2/+1
* First step for getting rid of the old -optdep flagsIan Lynagh2008-07-201-45/+11
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-0/+2
* Now that we require GHC >= 6.4.2, System.IO.Error is always availableIan Lynagh2008-06-201-1/+1
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-2/+8
* Use a proper datatype, rather than pairs, for flagsIan Lynagh2008-06-141-8/+8
* Fix warnings in DriverMkDependIan Lynagh2008-06-141-11/+6
* Fix whitespace in DriverMkDependIan Lynagh2008-06-141-227/+226
* (F)SLIT -> (f)sLit in DriverMkDependIan Lynagh2008-04-121-5/+5
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Fix Makefile generatin on WindowsIan Lynagh2008-01-161-4/+4
* Fix generating dependencies for different ways now we use FilePathIan Lynagh2008-01-151-1/+3