summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Fix import DEPRECATE failures for castSTUArraySimon Peyton Jones2011-08-021-0/+7
* Remove some antiquated C constructsIan Lynagh2011-08-011-2/+2
* Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-07-291-14/+42
* fix warningSimon Marlow2011-07-201-1/+0
* Support 64-bit literals in the byte code generator (fixes recent testSimon Marlow2011-07-201-1/+3
* Fix DLL/SO loading (see #5313).Simon Marlow2011-07-121-21/+18
* Fix Trac #5268: missing case for bytecode generation involving coercionsSimon Peyton Jones2011-06-231-22/+18
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-173-4/+4
* SafeHaskell: Transitively check safety when compiling a module.David Terei2011-06-171-1/+1
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-1/+1
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-1/+1
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-171-1/+1
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-172-7/+6
* Add dynamically-linked plugins (see Trac #3843)Simon Peyton Jones2011-06-161-2/+39
* Fix tracking of what RdrNames are used (fixes Trac #5211)Simon Peyton Jones2011-06-111-1/+0
* Remove unused ghci/ByteCodeFFI.lhsIan Lynagh2011-05-252-29/+1
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-7/+13
* Merge ghc-new-co into master branchSimon Peyton Jones2011-05-092-167/+145
|\
| * Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-061-2/+3
| |\
| * | Substantial improvements in RtClosureInspectSimon Peyton Jones2011-05-061-152/+129
| * | Missing coercion case in byte code generationSimon Peyton Jones2011-05-061-3/+4
| * | A few more wibbles on ghc-new-coSimon Peyton Jones2011-05-021-0/+1
| * | Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-301-4/+4
| |\ \
| * | | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-192-9/+6
* | | | Remove a use of cTargetOS, in favour of platformOSIan Lynagh2011-05-082-16/+17
* | | | Whitespace only in ghci/ByteCodeGen.lhsIan Lynagh2011-05-081-363/+363
* | | | Remove an explicit import listIan Lynagh2011-05-081-1/+1
* | | | Remove commented out importsIan Lynagh2011-05-081-4/+0
| |_|/ |/| |
* | | Remove some ifdefs in favour of Haskell testsIan Lynagh2011-05-011-0/+2
* | | Remove an ifdef from ghci/ByteCodeAsm.lhsIan Lynagh2011-05-011-2/+1
| |/ |/|
* | Tidy up SigTvSimon Peyton Jones2011-04-201-4/+4
|/
* Fix parsing constructors containing dots; fixes trac #4891Ian Lynagh2011-04-031-3/+10
* 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