summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-213-16/+16
* ghci: detabify/unwhitespace ByteCodeInstrAustin Seipp2014-07-201-92/+84
* ghci: detabify/unwhitespace ByteCodeGenAustin Seipp2014-07-201-15/+8
* ghci: detabify/dewhitespace RtClosureInspectAustin Seipp2014-07-201-89/+81
* add support for x86_64-solaris2 platformKarel Gardas2014-07-131-1/+5
* Revert "Fix obscure problem with using the system linker (#8935)"Austin Seipp2014-06-301-49/+23
* Fix obscure problem with using the system linker (#8935)Simon Marlow2014-06-081-23/+49
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-159-10/+25
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-292-0/+7
* Unify, rather than match, in GND processing (fixes Trac #8865)Simon Peyton Jones2014-03-101-2/+1
* Fix #8770Austin Seipp2014-02-171-1/+10
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-092-10/+12
* Some popular typos in commentsGabor Greif2013-12-021-1/+1
* Fix the deugger (fixing Trac #8557)Simon Peyton Jones2013-11-281-28/+36
* Untabify buffer.Austin Seipp2013-11-221-2/+2
* M-x delete-trailing-whitespaceAustin Seipp2013-11-221-5/+5
* GHCi: Properly generate jump code for ARM (#8380)Austin Seipp2013-11-221-2/+21
* TyposKrzysztof Gogolewski2013-10-121-1/+1
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-7/+7
* Fix the bytecode genreation for tagToEnum# (Trac #8383)Simon Peyton Jones2013-10-041-42/+83
* Comments onlySimon Peyton Jones2013-10-041-0/+1
* Improve pretty-printing of typesunknown2013-10-011-3/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-013-3/+3
* Fix BCO bitmap generation on 32-bit platforms (#8377)Takano Akio2013-09-291-11/+9
* Implement an unlifted Proxy type, Proxy#Austin Seipp2013-09-271-0/+1
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+2
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+2
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-224-7/+3
* Fix AMP warnings.Austin Seipp2013-09-112-0/+16
* Strings and comments only: 'to to ' fixesGabor Greif2013-08-221-1/+1
* Add a better implementation of dropTail, and use itSimon Peyton Jones2013-08-191-1/+1
* Don't run the system linker unncessarily.Patrick Palka2013-08-141-1/+5
* Implement "roles" into GHC.Richard Eisenberg2013-08-021-4/+12
* Allow the GHCi messages to be overridden via the GHC API; fixes #7456Ian Lynagh2013-06-231-4/+5
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-184-6/+6
* Handle -opt<blah> options more consistently (#7909)Simon Marlow2013-05-211-5/+4
* Fix ghci on Windows when GHC is dynamically linkedIan Lynagh2013-05-141-1/+1
* Remove CPP in ByteCodeItblsIan Lynagh2013-04-092-186/+162
* Use the standard state monad transformer in GHCiIan Lynagh2013-04-092-40/+20
* Remove some __HADDOCK__ CPPIan Lynagh2013-04-091-2/+0
* Generalise the type of fieldSz and use it moreIan Lynagh2013-04-091-3/+3
* Fix searching for object files when doing THIan Lynagh2013-03-161-35/+31
* A little polishingIan Lynagh2013-03-161-1/+1
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-17/+11
* Add OSiOS, and define and use platformUsesFrameworks; part of #7720Ian Lynagh2013-03-021-16/+15
* some more typosGabor Greif2013-02-021-1/+1
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-12/+14
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-302-3/+3
* Use throwGhcExceptionIO rather than throwGhcException in ghci/Linker.lhsIan Lynagh2013-01-301-13/+13
* Pure refactoringSimon Peyton Jones2013-01-281-2/+3