summaryrefslogtreecommitdiff
path: root/compiler/ghci/RtClosureInspect.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #2044 (:printing impredicatively typed things)pepe2008-04-211-25/+25
* Remove GADT refinements, part 5Manuel M T Chakravarty2008-04-071-1/+1
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* fix unregisterised stage 2 buildSimon Marlow2008-02-191-0/+4
* Support for using libffi to implement FFI calls in GHCi (#631)Simon Marlow2008-02-041-4/+3
* Fix the buildIan Lynagh2008-01-241-1/+1
* Replace ioToTcRn with liftIOTwan van Laarhoven2008-01-171-3/+2
* Comments onlyPepe Iborra2007-12-081-40/+31
* Refactoring onlyPepe Iborra2007-12-081-21/+15
* Change the format used by :print to show the content of referencesPepe Iborra2007-12-081-1/+8
* Teach :print to follow references (STRefs and IORefs)Pepe Iborra2007-12-041-25/+55
* refactoring onlyPepe Iborra2007-12-021-8/+10
* wibblePepe Iborra2007-11-141-2/+2
* Try to manage the size of the text rendered for ':show bindings'Pepe Iborra2007-11-141-1/+1
* Make the Term ppr depth awarePepe Iborra2007-11-141-29/+31
* Use paragraph fill sep where possiblePepe Iborra2007-11-141-4/+4
* Fix Trac 1865: GHCi debugger crashes with :printPepe Iborra2007-11-131-7/+11
* Replaced two uses of head b explicit pattern matchingPepe Iborra2007-10-131-2/+2
* Following an indirection doesn't count as a RTTI stepPepe Iborra2007-09-281-1/+1
* fix :print when !tablesNextToCodeSimon Marlow2007-10-181-0/+8
* Finally, I managed to squash an infamous bug in :printPepe Iborra2007-09-271-20/+28
* Better modelling of newtypes in the Term datatypePepe Iborra2007-09-121-45/+82
* Refactoring & documenting the Term pprinter used by :printPepe Iborra2007-09-111-4/+26
* Custom printer for the Term datatype that won't output TypeRep valuesPepe Iborra2007-09-111-26/+4
* Custom printer for the Term datatype that won't output TypeRep valuesPepe Iborra2007-09-111-4/+26
* Fix assertions in RtClosureInspectIan Lynagh2007-09-071-2/+2
* warning policePepe Iborra2007-09-061-59/+75
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Use a Data.Sequence instead of a list in cvReconstructTypePepe Iborra2007-08-291-18/+22
* Fix a bug in RtClosureInspect.cvReconstructType.Pepe Iborra2007-08-291-1/+2
* Warning policePepe Iborra2007-08-291-3/+10
* Use a version of obtainTerm that takes a max depth boundPepe Iborra2007-08-271-15/+18
* Type checking for type synonym familiesManuel M T Chakravarty2007-08-281-0/+2
* Follow Array changes (adding numElements field)Ian Lynagh2007-08-101-8/+9
* Fix for print022 (round up when dividing type size by word size)Ian Lynagh2007-07-141-1/+1
* Automatic RTTI for ghci bindings Pepe Iborra2007-07-141-9/+24
* Teach :print to not panic when the DataCon for a closure is not exposed by th...Pepe Iborra2007-07-121-47/+87
* Fix an array indexing bug in getClosureData (used by :print)Pepe Iborra2007-07-121-1/+2
* Fix imports & add missing type signaturesPepe Iborra2007-07-111-4/+9
* Add a max depth bound to the bfs implementation in cvReconstructType,Pepe Iborra2007-07-111-11/+14
* Fix a bug in MatchCon, and clarify what dataConInstOrigArgTys doesLemmih2007-06-071-1/+1
* Several changes to the code dealing with newtypes in :printPepe Iborra2007-06-171-83/+76
* wibblePepe Iborra2007-05-241-2/+2
* Clean up for code conventions & add some comment Pepe Iborra2007-05-231-38/+72
* wibblePepe Iborra2007-05-201-1/+1
* Clean up & commentsPepe Iborra2007-05-201-130/+109
* cvReconstructType: a faster, types-only version of cvObtainTermPepe Iborra2007-05-201-11/+62
* Rewrite the unsafe code dealing with unboxed primitives in RtClosureInspectPepe Iborra2007-05-191-55/+51