summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of bugs in the way info tables are generated for 64-bit platformsSimon Marlow2014-11-052-15/+25
* Simplify the API for tcInstTyVars, and make it more consistent with other sim...Simon Peyton Jones2014-11-041-5/+5
* Some refactoring around endPass and debug dumpingSimon Peyton Jones2014-11-041-0/+1
* Convert GHCi sources from .lhs to .hsRodlogic2014-10-297-151/+93
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-2/+2
* Clean up and remove todo.Joel Burget2014-10-071-20/+23
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-2/+2
* Extend `Foldable` class with `length` and `null` methodsHerbert Valerio Riedel2014-09-281-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Export `Monoid(..)`/`Foldable(..)`/`Traversable(..)` from PreludeHerbert Valerio Riedel2014-09-211-0/+2
* Change linker message verbosity to `-v2` (re #7863)Herbert Valerio Riedel2014-09-201-1/+1
* Add the ability to :set -l{foo} in ghci, fix #1407.archblob2014-09-161-9/+20
* Make Applicative a superclass of MonadAustin Seipp2014-09-092-0/+4
* Fix validation error in Linker arising from package rep changesDuncan Coutts2014-08-291-1/+1
* Fix long lines and trailing whitespaceDuncan Coutts2014-08-291-3/+7
* Use ghc-local types for packages, rather than Cabal typesDuncan Coutts2014-08-291-5/+3
* build: require GHC 7.6 for bootstrappingAustin Seipp2014-08-191-4/+0
* Make PackageState an abstract type.Edward Z. Yang2014-08-051-7/+2
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-1/+1
* 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