summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Major refactoring of the type inference enginesimonpj@microsoft.com2011-01-121-5/+2
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-5/+0
* Allow enumerations to have phantom arguments.simonpj@microsoft.com2010-12-151-2/+2
* GHCi linker: Assume non-Haskell libraries are dynamic libsIan Lynagh2010-12-131-0/+3
* Always enable the archive-loading codeIan Lynagh2010-11-271-27/+14
* Remove unncessary fromIntegral callssimonpj@microsoft.com2010-11-161-1/+1
* More modules that need LANGUAGE BangPatternssimonpj@microsoft.com2010-11-121-0/+1
* Add LANGUAGE BangPatterns to modules that use themsimonpj@microsoft.com2010-11-121-0/+1
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-4/+1
* Use takeUniqFromSupply in ByteCodeGenIan Lynagh2010-10-211-3/+3
* Tidy up RuntimeUnkSkols a bit moresimonpj@microsoft.com2010-10-211-7/+18
* Clean up the debugger codesimonpj@microsoft.com2010-10-192-98/+107
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-193-6/+13
* Don't automatically link the haskell98 packageIan Lynagh2010-10-061-1/+1
* Beautiful new approach to the skolem-escape check and untouchablesimonpj@microsoft.com2010-10-081-2/+2
* Using 'stdcall' when it is not supported is only a warning now (#3336)Simon Marlow2010-09-241-1/+2
* Remove use of lambda with a refutable patternsimonpj@microsoft.com2010-09-232-28/+27
* Implement archive loading for ghciIan Lynagh2010-09-202-7/+42
* Filter out the FFI library when loading package in ghciIan Lynagh2010-09-201-1/+7
* Remove (most of) the FiniteMap wrapperIan Lynagh2010-09-143-22/+27
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-133-9/+12
* avoid Foreign.unsafePerformIORoss Paterson2010-09-092-3/+3
* Make PersistentLinkerState fields strict; fixes #4208Ian Lynagh2010-07-271-4/+4
* When (un)loading an object fails, say which object in teh panicIan Lynagh2010-07-231-2/+2
* adapt to the new async exceptions APISimon Marlow2010-07-091-2/+2
* account for the new BLACKHOLEs in the GHCi debuggerSimon Marlow2010-04-061-3/+6
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-1/+1
* Refactor PackageTarget back into StaticTargetBen.Lippmeier@anu.edu.au2010-01-041-14/+1
* Follow PackageTarget change in byte code generatorBen.Lippmeier@anu.edu.au2010-01-021-0/+14
* locateOneObj: don't look for dynamic libs in static modeSimon Marlow2010-01-031-10/+7
* #3604: treat TH with -dynamic in the same way as -profSimon Marlow2009-11-041-1/+10
* implement case-on-Word in the byte code generator/interpreter (#2881)Simon Marlow2009-09-183-0/+27
* Allow TH/annotations to be used with -dynamicSimon Marlow2009-09-081-1/+1
* Fix #3461: protect the use of keepCAFs with #ifdef DYNAMICSimon Marlow2009-08-281-0/+2
* Follow changes in Cabal: package -> sourcePackageIdSimon Marlow2009-08-241-2/+2
* Add unique package identifiers (InstalledPackageId) in the package DBSimon Marlow2009-08-201-9/+12
* trim Data.Sequence import, in preparation for expanding its APIRoss Paterson2009-08-241-1/+1
* Make -dynamic a proper way, so we read the .dyn_hi filesSimon Marlow2009-08-201-1/+1
* Make the dynamic linker thread-safe.Thomas Schilling2009-08-171-144/+146
* #include fixSimon Marlow2009-08-051-1/+0
* remove unnecessary -#include optionsSimon Marlow2009-08-022-4/+0
* RTS tidyup sweep, first phaseSimon Marlow2009-08-023-4/+4
* Windows build fixSimon Marlow2009-08-031-1/+1
* Allow more than 64k instructions in a BCO; fixes #789Ian Lynagh2009-08-011-26/+37
* If ghci runs out of labels, panicIan Lynagh2009-08-011-1/+4
* Fix the 64k insns overflow check in ghci, and add more checksIan Lynagh2009-08-012-15/+22
* Remove some redundant fromIntegral'sIan Lynagh2009-07-302-3/+3
* Fix space problems in ghciIan Lynagh2009-07-301-2/+5
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-294-151/+162
* Fix whitespace in ByteCodeAsm.lhsIan Lynagh2009-07-281-107/+107