swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / main / InteractiveEval.hs
2011-06-03 Simon MarlowTidy up the ic_exports field of the InteractiveContext...
2011-02-26 Vivian McPhail:script file scripts in GHCi #1363
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-11-21 Ian LynaghJust some alpha renaming
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-19 simonpj@microsoft.comClean up the debugger code
2010-10-15 Ian LynaghAdd a -fghci-sandbox flag so that we can en/disable...
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-07-31 Ian LynaghExpose the functions haddock needs even when haddock...
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-06-15 simonpj@microsoft.comFix Trac #4127: build GlobalRdrEnv in GHCi correctly
2010-06-02 Simon MarlowUse UserInterrupt rather than our own Interrupted excep...
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-04-20 Simon MarlowFIX #2845: Allow breakpoints on expressions with unlift...
2009-02-22 Peter Hercek:steplocal and :stepmodule should not polute trace...
2009-01-27 Simon Marlow#2973: we should virtualise the CWD inside the GHC...
2009-01-03 Ian Lynaghvalidate fix: InteractiveEval no longer needs to import...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-09-18 pepeFix a couple of issues with :print
2008-09-14 Thomas SchillingUse 'GhcMonad' in InteractiveEval.
2008-07-31 Max BolingbrokeDocument InteractiveEval and follow OccName change
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-20 Thomas SchillingFix Haddock errors.
2008-04-22 Ian LynaghFix build
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in InteractiveEval
2008-04-21 pepeFix #2044 (:printing impredicatively typed things)
2008-03-25 Ian LynaghFix warnings in main/InteractiveEval
2008-03-16 Ian LynaghFix a space leak in :trace (trac #2128)
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2007-12-02 Pepe Iborrarefactoring only
2007-12-04 Simon Marlowfix race conditions in sandboxIO (#1583, #1922, #1946)
2007-11-13 Pepe IborraFix Trac 1865: GHCi debugger crashes with :print
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-10 Simon MarlowFIX #1681: withBreakAction had too large a scope in...
2007-10-09 Simon MarlowFIX #1743, create a fresh unique for each Id we bind...
2007-09-11 Pepe IborraFix type signatures
2007-09-11 Pepe IborraGHCi debugger: new flag -fbreak-on-error
2007-09-06 Pepe Iborrawarning police
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-08-31 Simon Marlowcomments only
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-29 Pepe IborraWarning police
2007-08-27 Pepe IborraUse a version of obtainTerm that takes a max depth...
2007-08-27 Pepe IborraBe more careful when calculating the enclosing top...
2007-08-26 Pepe IborraPrint contents of bindings when stopping at a breakpoint
2007-08-24 Pepe IborraA partial attempt to improve :stepover
2007-08-22 Michael D. AdamsBuild fix: modBreaks -> modBreaks_decls modbreaks
2007-08-22 Pepe IborraA partial attempt to improve :stepover
2007-08-21 Pepe IborraSmall rearrangements
2007-08-15 Pepe IborraTeach :history to show the name of the enclosing declar...
2007-08-09 Pepe IborraA new :stepover command for the debugger
2007-08-09 Pepe Iborra:step does not delete the :history anymore, and now...
2007-08-04 simonpj@microsoft.comIn GHCi, filter instances by what is in scope, not...
2007-07-14 Pepe IborraAutomatic RTTI for ghci bindings
2007-07-11 Pepe IborraAsk for a HscEnv instead of a Session in InteractiveEva...
2007-05-18 Simon MarlowFIX: break011.
2007-05-17 Simon Marlowrethrow exceptions in sandboxIO
2007-05-17 Simon Marloweliminate warnings
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-14 Simon Marlowresult_id should be a GlobalId
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Simon Marlowimprove :abandon, it wasn't properly terminating the...
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering