summaryrefslogtreecommitdiff
path: root/compiler/iface/LoadIface.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs iface/Austin Seipp2014-12-031-953/+0
* Change loadSrcInterface to return a list of ModIfaceEdward Z. Yang2014-11-261-6/+44
* Docs onlyEdward Z. Yang2014-11-171-2/+5
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-241-0/+1
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-13/+13
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-0/+2
* Always qualify on hi interface mismatch.Edward Z. Yang2014-07-211-1/+1
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-3/+3
* Do pretty-printing of TyThings via IfaceDecl (Trac #7730)Simon Peyton Jones2014-06-031-5/+1
* s/implict/implicit/iEdward Z. Yang2014-05-291-5/+5
* Store IfExtNames for PatSyn matchers and wrappers in interface file.Dr. ERDI Gergo2014-05-271-1/+2
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+1
* Improve error message when using qualified names in GHCiSimon Peyton Jones2014-01-031-13/+21
* Add support for module reification (#1480)Austin Seipp2013-11-021-1/+11
* Suppress AMP warnings with -XNoImplicitPrelude (fixed Trac #8320)Simon Peyton Jones2013-10-241-4/+21
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-221-1/+4
* Remove readIface's unused argumentIan Lynagh2013-03-171-3/+3
* Fix -dynamic-too with -boot filesIan Lynagh2013-03-091-1/+2
* Merge branch 'refs/heads/vect-avoid' into vect-avoid-mergeManuel M T Chakravarty2013-02-061-7/+7
|\
| * Rewrote vectorisation avoidance (based on the HS paper)Manuel M T Chakravarty2012-12-051-7/+7
* | Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-301-1/+1
* | Implement the -dynamic-too optimised path for the NCGIan Lynagh2012-12-111-15/+13
* | Fix loading dynamic interfaces when using -dynamic-tooIan Lynagh2012-12-081-1/+1
* | Tweaks to dynamic-too codeIan Lynagh2012-12-071-2/+6
* | Merge branch 'master' of mac:ghc/git/val64/.Ian Lynagh2012-12-061-50/+66
|\ \
| * | Add the beginnings of support for building vanilla and dynamic at the same timeIan Lynagh2012-12-051-1/+20
| * | Refactor findAndReadIface; no functional changesIan Lynagh2012-12-051-50/+47
* | | When using a GHC plugin, load its interface file very partially: just enough ...Daniel Vainsencher2012-12-051-36/+56
|/ /
* | Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-1/+1
* | Revert "Move seq's fixity declaration info primops.txt.pp"Ian Lynagh2012-11-231-1/+3
* | Move seq's fixity declaration info primops.txt.ppIan Lynagh2012-11-231-3/+1
* | Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-231-2/+4
* | Some alpha renamingIan Lynagh2012-10-161-1/+1
|/
* Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-0/+1
* Move and rename opt_HiVersionIan Lynagh2012-06-181-2/+2
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-1/+2
* Pass DynFlags to the LogActionIan Lynagh2012-06-111-1/+1
* Replace printDump with a new SeverityIan Lynagh2012-05-291-1/+3
* Report deprecations at occurrence sites, not once per moduleSimon Peyton Jones2012-04-251-1/+1
* Add a crucial forkM on the superclass context of IfaceClass in tcIfaceDeclSimon Peyton Jones2012-03-281-1/+1
* Remove getDOpts; use getDynFlags insteadIan Lynagh2012-01-191-3/+3
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-5/+5
* Major refactoring of CoAxiomsSimon Peyton Jones2012-01-031-3/+3
* Tweak to pretty printing for UsageFileSimon Marlow2011-11-181-1/+2
* Fix loading VectInfo for type constructorsManuel M T Chakravarty2011-11-141-1/+1
* Fix #437: recompilation check includes flagsDavid Terei2011-11-091-0/+1
* addDependentFile #4900Greg Weber2011-11-051-0/+2
* Clean up and complete the vectorisation of type classesManuel M T Chakravarty2011-11-041-2/+1
* Tabs -> spacesManuel M T Chakravarty2011-10-251-291/+291
* move AvailInfo and related things into its own moduleSimon Marlow2011-09-211-0/+1