summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove references to -fticky-ticky flagTim Chevalier2007-05-011-5/+2
* Comments, plus type sigssimonpj@microsoft.com2007-05-023-3/+3
* Warning policesimonpj@microsoft.com2007-05-021-0/+1
* Layout onlysimonpj@microsoft.com2007-05-021-8/+7
* Import fiddlingsimonpj@microsoft.com2007-05-023-5/+2
* Add more assertionssimonpj@microsoft.com2007-05-025-10/+12
* Use the record fields of IdInfo.RecordSelIdsimonpj@microsoft.com2007-05-023-5/+8
* Make records work properly with type familiessimonpj@microsoft.com2007-05-0212-129/+122
* Refactoring, tidyup and improve layeringSimon Marlow2007-05-0210-669/+830
* Print the "skipping" messages at verbosity 2 againSimon Marlow2007-05-021-1/+1
* Improve error reporting for type signaturessimonpj@microsoft.com2007-05-023-9/+40
* Do not generate warnings for compiler-generated codesimonpj@microsoft.com2007-05-021-2/+8
* 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