Improve error reporting for type signatures
[ghc-hetmet.git] / compiler /
2007-05-02 simonpj@microsoft.comImprove error reporting for type signatures
2007-05-02 simonpj@microsoft.comDo not generate warnings for compiler-generated code
2007-05-02 simonpj@microsoft.comUse pprSourceTyCon; delete unused tyConOrigHead
2007-05-02 simonpj@microsoft.comFixes to data type families
2007-04-27 simonpj@microsoft.comFix egregious typo in TcUnify
2007-04-25 simonpj@microsoft.comTypo in comments
2007-04-25 simonpj@microsoft.comFix misleading debug trace
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2007-05-01 andy@galois.comStopping tick boxes for being removed round calls to...
2007-05-01 Pepe IborraAdd new skolem tyvars to the InteractiveContext after...
2007-04-30 Simon Marlowdon't forget to enable ^C after a :cont or :step
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-30 Pepe IborraRemove skolem tyvars from the InteractiveContext once...
2007-04-30 Pepe IborraRestore tidying up of tyvars in :print
2007-04-30 Ian LynaghMake GHCi's banner fit in a standard 80-column terminal
2007-04-29 Ian LynaghDon't enable the monomorphism warning by default
2007-04-27 Simon Marlowoutside of runStmt, if a breakpoint is hit then just...
2007-04-27 Simon Marlowgive the statements under evaluation in the ":show...
2007-04-27 Simon Marlowbreak by function: make sure we get the correct file
2007-04-27 Simon MarlowBreakpoints: don't attempt to bind variables with unbox...
2007-04-27 Simon MarlowWe shouldn't let-bind expressions with unlifted type
2007-04-27 Simon Marlowdon't forget to clean the .bat files
2007-04-27 Simon Marlowadd the constructor name field to the info table for...
2007-04-26 Simon Marlowrestore the correct Unicode ellipsis character
2007-04-26 Tim ChevalierAvoid segfault when ticky file argument is stderr
2007-04-26 Pepe IborraDont tidy up tyvars after :print type reconstruction
2007-04-26 Simon Marlowfix scoping issues with mdo (test dynbrk004)
2007-04-26 Simon MarlowAttach free variables rather than in-scope variables...
2007-04-26 Simon MarlowgetRdrNamesInScope: return interactively-bound names too
2007-04-26 Simon Marlowunused import
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-25 Pepe IborraDrop newtypes before computing the refinement substitut...
2007-04-25 Pepe Iborrafix :print reconstructing too many types in environment...
2007-04-25 Pepe IborraFix some corner cases in :print after the recent changes
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon Marlowthe Unknown types aren't required now
2007-04-25 Simon Marlowremember the type of _result
2007-04-25 Simon Marlowforce APs, AP_STACKs and ThunkSelectors in :force
2007-04-25 Simon Marlowuse Any as the HValue type, this should be a bit safer...
2007-04-25 Simon Marlowunused exports
2007-04-25 Simon Marlowunused import
2007-04-25 Simon Marlowrefactor: move pprintClosureCommand out of the GHCi...
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Pepe IborraSome tyvars were being introduced in the environment...
2007-04-24 Pepe IborraWhen a type is refined after :print, propagate the...
2007-04-24 Simon Marlowconvert type variables to TcTyVars, otherwise the typec...
2007-04-24 Simon MarlowDebuggerTys doesn't exist any more
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-24 Pepe IborraWe no longer instantiate tyvars to Unknown types in...
2007-04-24 Simon Marlowremove unused imports
2007-04-24 Simon Marlowadd comments
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-04-25 simonpj@microsoft.comFix comments about data constructors
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-24 simonpj@microsoft.comMake ticky work, at least partly, on 64-bit machines
2007-04-24 simonpj@microsoft.comFix bug in boxySplitTyConApp
2007-04-23 Simon Marlowrevert previous fix until I can find out why it was...
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-22 simonpj@microsoft.comPart 2 of: Fix corner case of useless constraint in...
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-04-22 simonpj@microsoft.comWarning police
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-04-22 simonpj@microsoft.comComments only (concerning rewrite rules)
2007-04-20 simonpj@microsoft.comFix the GHC.Base.inline builtin rule
2007-04-20 Pepe IborraHaskell list syntax for the :print command
2007-04-20 Pepe IborraOutputable.cparen
2007-04-20 Pepe Iborrawibbles
2007-04-20 Simon Marlowbreakpoints: fix the in-scope set for 'where' clauses
2007-04-20 Simon Marlowremove unused imports
2007-04-20 Simon Marlowremove a ToDo
2007-04-20 Simon Marlownew commnad :abandon, discards the current computation...
2007-04-20 Simon Marlowsplit off :ctags and :etags support into a separate...
2007-04-20 Simon Marlowexport SrcSpan & utils from GHC
2007-04-19 Simon MarlowThe prompt now shows the current breakpoint
2007-04-19 Simon Marlowfix padding calculation in listAround
2007-04-19 Simon Marlowimprove the heuristics to pick the best breakpoint...
2007-04-19 Simon MarlowMore debugger improvements
2007-04-19 Simon Marlowwe weren't adding breakpoints on parenthesised expressions
2007-04-19 Simon MarlowGet the InteractiveContext right when stopped at a...
2007-04-19 Simon Marlowmore layering cleanup: BreakArray should come from GHC
2007-04-18 Simon Marlowupdate the help text
2007-04-19 Pepe Iborraadd some DEBUG assertions
2007-04-19 Pepe IborraWhen possible, replace unification by matching in the...
2007-04-14 Pepe Iborra:print command - Do not compute all the custom printers...
2007-03-30 Pepe IborraAdd GhciMonad to the package.conf.in Modules list
2007-04-18 simonpj@microsoft.comFix bat-script generation for MSys
2007-04-18 Simon MarlowAdd support for breaking by function name: ':break...
2007-04-18 Simon Marlowimprove completion for debugger commands
2007-04-18 Simon Marlowunused import
2007-04-18 Simon MarlowRestore the interactive context when resuming a breakpoint
2007-04-18 Simon Marlowremove dead code
2007-04-18 Simon Marlowadd ':show context' which lists the current stack of...
2007-04-18 Simon Marlowhandle out-of-range lines in :break more gracefully
2007-04-18 Simon Marlowsmall cleanup: showForUser -> printForUser, eliminate...
2007-04-18 Simon Marlowadd missing module
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-18 Simon Marlowadd module header
2007-04-17 Simon Marlowremove extraneous "+1"; column numbers start at zero
next