summaryrefslogtreecommitdiff
path: root/compiler/main/InteractiveEval.hs
Commit message (Expand)AuthorAgeFilesLines
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-1/+5
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-2/+1
* Tidy up the ic_exports field of the InteractiveContext. PreviouslySimon Marlow2011-06-041-31/+13
* :script file scripts in GHCi #1363Vivian McPhail2011-02-261-3/+10
* Look through type synonyms when computing orphanssimonpj@microsoft.com2011-01-261-1/+1
* Major refactoring of the type inference enginesimonpj@microsoft.com2011-01-121-18/+32
* Just some alpha renamingIan Lynagh2010-11-211-4/+4
* Fix bug #3165 (:history throws irrefutable pattern failed)pepeiborra@gmail.com2010-11-151-21/+12
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-25/+16
* Clean up the debugger codesimonpj@microsoft.com2010-10-191-51/+25
* Add a -fghci-sandbox flag so that we can en/disable the ghci sandboxIan Lynagh2010-10-151-6/+13
* avoid Foreign.unsafePerformIORoss Paterson2010-09-091-1/+2
* Expose the functions haddock needs even when haddock is disabled; #3558Ian Lynagh2010-07-311-9/+0
* adapt to the new async exceptions APISimon Marlow2010-07-091-3/+3
* trac #2362 (full import syntax in ghci)amsay@amsay.net2010-06-251-20/+35
* Fix Trac #4127: build GlobalRdrEnv in GHCi correctlysimonpj@microsoft.com2010-06-151-19/+15
* Use UserInterrupt rather than our own Interrupted exception (#4100)Simon Marlow2010-06-021-2/+2
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-1/+1
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-041-2/+2
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-291-1/+1
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+1
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* FIX #2845: Allow breakpoints on expressions with unlifted typeSimon Marlow2009-04-201-5/+9
* :steplocal and :stepmodule should not polute trace historyPeter Hercek2009-02-221-7/+9
* #2973: we should virtualise the CWD inside the GHC API, not in the clientSimon Marlow2009-01-271-0/+25
* validate fix: InteractiveEval no longer needs to import IdInfoIan Lynagh2009-01-031-1/+0
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-021-5/+3
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-22/+2
* Fix a couple of issues with :printpepe2008-09-181-33/+51
* Use 'GhcMonad' in InteractiveEval.Thomas Schilling2008-09-141-169/+166
* Document InteractiveEval and follow OccName changeMax Bolingbroke2008-07-311-2/+2
* Split the Id related functions out from Var into Id, document Var and some of IdMax Bolingbroke2008-07-311-1/+1
* Follow changes in the base libraryIan Lynagh2008-07-311-3/+19
* Follow extensible exception changesIan Lynagh2008-07-301-7/+7
* Fix Haddock errors.Thomas Schilling2008-07-201-11/+10
* Fix buildIan Lynagh2008-04-221-0/+2
* (F)SLIT -> (f)sLit in InteractiveEvalIan Lynagh2008-04-121-6/+4
* Fix #2044 (:printing impredicatively typed things)pepe2008-04-211-3/+8
* Fix warnings in main/InteractiveEvalIan Lynagh2008-03-251-17/+27
* Fix a space leak in :trace (trac #2128)Ian Lynagh2008-03-161-1/+1
* Convert more UniqFM's back to LazyUniqFM'sIan Lynagh2008-02-071-1/+1
* refactoring onlyPepe Iborra2007-12-021-1/+1
* fix race conditions in sandboxIO (#1583, #1922, #1946)Simon Marlow2007-12-041-19/+23
* Fix Trac 1865: GHCi debugger crashes with :printPepe Iborra2007-11-131-1/+1
* View patterns, record wildcards, and record punsDan Licata2007-10-101-1/+0
* FIX #1681: withBreakAction had too large a scope in runStmtSimon Marlow2007-10-101-4/+4
* FIX #1743, create a fresh unique for each Id we bind at a breakpointSimon Marlow2007-10-091-1/+8
* Fix type signaturesPepe Iborra2007-09-111-2/+2
* GHCi debugger: new flag -fbreak-on-errorPepe Iborra2007-09-111-8/+20
* warning policePepe Iborra2007-09-061-4/+4