summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Use pprSourceTyCon; delete unused tyConOrigHeadsimonpj@microsoft.com2007-05-022-10/+2
* Fixes to data type familiessimonpj@microsoft.com2007-05-023-35/+94
* Fix egregious typo in TcUnifysimonpj@microsoft.com2007-04-271-1/+1
* Typo in commentssimonpj@microsoft.com2007-04-251-1/+1
* Fix misleading debug tracesimonpj@microsoft.com2007-04-251-1/+1
* Improve hashing of expressions for CSE (reduces warnings about extendCSEnv)simonpj@microsoft.com2007-04-253-7/+12
* Stopping tick boxes for being removed round calls to error.andy@galois.com2007-05-011-0/+3
* Add new skolem tyvars to the InteractiveContext after type reconstructionPepe Iborra2007-05-011-3/+8
* don't forget to enable ^C after a :cont or :stepSimon Marlow2007-04-301-0/+1
* Changing internal data structures used by Hpcandy@galois.com2007-04-303-76/+120
* Remove skolem tyvars from the InteractiveContext once they have been instanti...Pepe Iborra2007-04-301-1/+5
* Restore tidying up of tyvars in :printPepe Iborra2007-04-302-11/+35
* Make GHCi's banner fit in a standard 80-column terminalIan Lynagh2007-04-301-3/+3
* Don't enable the monomorphism warning by defaultIan Lynagh2007-04-291-1/+0
* outside of runStmt, if a breakpoint is hit then just print a messageSimon Marlow2007-04-271-12/+22
* give the statements under evaluation in the ":show context" outputSimon Marlow2007-04-272-21/+34
* break by function: make sure we get the correct fileSimon Marlow2007-04-271-5/+14
* Breakpoints: don't attempt to bind variables with unboxed typesSimon Marlow2007-04-271-16/+21
* We shouldn't let-bind expressions with unlifted typeSimon Marlow2007-04-271-11/+17
* don't forget to clean the .bat filesSimon Marlow2007-04-271-0/+1
* add the constructor name field to the info table for RTS constructorsSimon Marlow2007-04-272-2/+9
* restore the correct Unicode ellipsis characterSimon Marlow2007-04-261-1/+1
* Avoid segfault when ticky file argument is stderrTim Chevalier2007-04-261-2/+0
* Dont tidy up tyvars after :print type reconstructionPepe Iborra2007-04-261-25/+1
* fix scoping issues with mdo (test dynbrk004)Simon Marlow2007-04-261-36/+25
* Attach free variables rather than in-scope variables to breakpointsSimon Marlow2007-04-261-50/+98
* getRdrNamesInScope: return interactively-bound names tooSimon Marlow2007-04-261-2/+9
* unused importSimon Marlow2007-04-261-1/+0
* Give a better error message when we try to print a value of unknown typeSimon Marlow2007-04-264-2/+16
* Drop newtypes before computing the refinement substitution after :print type ...Pepe Iborra2007-04-251-4/+8
* fix :print reconstructing too many types in environment bindingsPepe Iborra2007-04-251-13/+20
* Fix some corner cases in :print after the recent changesPepe Iborra2007-04-252-3/+8
* Tidy types of free vars at a breakpointSimon Marlow2007-04-253-32/+40
* the Unknown types aren't required nowSimon Marlow2007-04-251-6/+1
* remember the type of _resultSimon Marlow2007-04-253-21/+42
* force APs, AP_STACKs and ThunkSelectors in :forceSimon Marlow2007-04-251-2/+8
* use Any as the HValue type, this should be a bit safer than forall a.aSimon Marlow2007-04-251-1/+1
* unused exportsSimon Marlow2007-04-251-7/+1
* unused importSimon Marlow2007-04-251-1/+0
* refactor: move pprintClosureCommand out of the GHCi monadSimon Marlow2007-04-252-16/+18
* Keep track of free type variables in the interactive bindingsSimon Marlow2007-04-255-39/+72
* Some tyvars were being introduced in the environment via the thunk bindings '...Pepe Iborra2007-04-242-4/+13
* When a type is refined after :print, propagate the substitution to all the in...Pepe Iborra2007-04-242-40/+28
* convert type variables to TcTyVars, otherwise the typechecker gets confusedSimon Marlow2007-04-241-2/+13
* DebuggerTys doesn't exist any moreSimon Marlow2007-04-242-2/+0
* Breakpoints: get the names of the free variables rightSimon Marlow2007-04-2410-137/+171
* We no longer instantiate tyvars to Unknown types in the :print mechanismPepe Iborra2007-04-244-140/+25
* remove unused importsSimon Marlow2007-04-242-4/+0
* add commentsSimon Marlow2007-04-241-1/+3
* Generating synonym instance representation tyconsManuel M T Chakravarty2007-04-258-64/+105