summaryrefslogtreecommitdiff
path: root/compiler/main/GHC.hs
Commit message (Expand)AuthorAgeFilesLines
* Restore home-package-plugin functionalityMax Bolingbroke2011-06-301-1/+1
* SafeHaskell: Restore comment although we don't know what it means.David Terei2011-06-171-1/+8
* SafeHaskell: Add ':issafe' cmd to GHCi that displays module safety infoDavid Terei2011-06-171-20/+32
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-0/+5
* Follow Src{Loc,Span} changes in other parts of the treeIan Lynagh2011-06-091-2/+2
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-091-30/+36
* add commentSimon Marlow2011-06-041-0/+4
* Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-301-2/+2
|\
| * Initialise Settings before DynFlagsIan Lynagh2011-04-221-2/+1
| * Split off a Settings type from DynFlagsIan Lynagh2011-04-221-1/+2
* | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-4/+3
|/
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-5/+3
* :script file scripts in GHCi #1363Vivian McPhail2011-02-261-1/+2
* Split main/GHC into GHC and GhcMakesimonpj@microsoft.com2011-01-251-1454/+58
* Move imports around (no change in behaviour)simonpj@microsoft.com2011-01-101-4/+4
* Replace uses of the old try function with the new oneIan Lynagh2010-12-181-2/+2
* Fix bug #3165 (:history throws irrefutable pattern failed)pepeiborra@gmail.com2010-11-151-1/+1
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-216/+173
* Remove GHC.extendGlobalRdrScope, GHC.extendGlobalTypeScopesimonpj@microsoft.com2010-10-131-31/+0
* Add separate functions for querying DynFlag and ExtensionFlag optionsIan Lynagh2010-09-181-2/+2
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-141-12/+16
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-2/+3
* Expose the functions haddock needs even when haddock is disabled; #3558Ian Lynagh2010-07-311-2/+11
* trac #2362 (full import syntax in ghci)amsay@amsay.net2010-06-251-1/+1
* fix the home_imps filter to allow for 'import "this" <module>'Simon Marlow2010-06-211-1/+4
* Fix Trac #4127: build GlobalRdrEnv in GHCi correctlysimonpj@microsoft.com2010-06-151-1/+1
* Use UserInterrupt rather than our own Interrupted exception (#4100)Simon Marlow2010-06-021-1/+1
* Improve printing of TyThings; fixes Trac #4087simonpj@microsoft.com2010-05-251-2/+2
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-3/+2
* catch SIGHUP and SIGTERM and raise an exception (#3656)Simon Marlow2010-01-271-3/+1
* Do some recompilation avoidance in GHC.loadModuleSimon Marlow2010-01-121-7/+17
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-041-2/+2
* Columns now start at 1, as lines already didIan Lynagh2009-11-271-3/+3
* improve the cyclic module error message as per #1856Simon Marlow2009-09-161-5/+12
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-261-15/+1
* Make updates to the Finder caches atomic. Well, almost.Thomas Schilling2009-08-161-2/+5
* refactor: use packageConfigId in place of mkPackageId . packageSimon Marlow2009-07-161-1/+1
* Remove unused importsIan Lynagh2009-07-071-1/+0
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-3/+3
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-3/+3
* Fix the flag used to force linking when we are making a shared libraryDuncan Coutts2009-06-041-1/+1
* When linking a shared library with --make, always do the link stepDuncan Coutts2009-05-191-1/+1
* FIX #2682: banish silly cases of the "module Foo is not loaded" errorSimon Marlow2009-04-211-17/+53
* FIX #2976: fix buggy implementation of shadowing in GHC.getBindingsSimon Marlow2009-03-111-9/+3
* The default cleanup handler should /always/ delete the temp filesIan Lynagh2008-12-111-1/+1
* Document 'loadModule'.Thomas Schilling2008-12-021-1/+7
* Add 'needsTemplateHaskell' utility function and document why one mightThomas Schilling2008-12-021-0/+10
* Documentation only.Thomas Schilling2008-12-021-7/+36
* Export 'succeeded' and 'failed' helper functions.Thomas Schilling2008-12-021-1/+2
* Put full ImportDecls in ModSummary instead of just ModuleNamesSimon Marlow2008-12-021-10/+19