summaryrefslogtreecommitdiff
path: root/compiler/ghci
Commit message (Expand)AuthorAgeFilesLines
* Fix breakage in the GHCi debuggerSimon Marlow2015-10-211-10/+3
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-172-5/+6
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-143-14/+14
* Update Cabal to HEAD, IPID renamed to Component ID.Edward Z. Yang2015-10-141-2/+1
* Fix GHCi on Arm (#10375).Erik de Castro Lopo2015-10-151-5/+5
* Add short library names support to Windows linkerTamar Christina2015-10-101-3/+7
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-30/+16
* Switch from recording IsBootInterface to recording full HscSource.Edward Z. Yang2015-07-221-1/+1
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-16/+30
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-30/+16
* Remove redundant importSimon Peyton Jones2015-06-021-1/+0
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-26/+25
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-2/+2
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-06-011-11/+11
* Revert "In ghci linker, link against all previous temp sos (#10322)"Austin Seipp2015-05-191-11/+11
* In ghci linker, link against all previous temp sos (#10322)Reid Barton2015-05-191-11/+11
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-3/+4
* Revert multiple commitsAustin Seipp2015-05-141-4/+3
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-3/+4
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-16/+30
* fix '&stg_interp_constr_entry' FFI type to be FunPtrSergei Trofimovich2015-04-061-13/+16
* Refactor: follow hlint suggestions in Linker.hsThomas Miedema2015-03-191-10/+6
* Refactor Linker.hs: use System.Directory.findFileThomas Miedema2015-03-191-27/+17
* Dynamically link all loaded packages in new objectPeter Trommler2015-03-071-1/+4
* Replace .lhs with .hs in compiler commentsYuri de Wit2015-02-092-2/+2
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-1/+1
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-062-3/+5
* Make the location in TcLclEnv and CtLoc into a RealSrcSpanSimon Peyton Jones2015-01-061-3/+1
* Fix system linker on Mac OS XPeter Trommler2014-12-291-6/+5
* trac #9744, make program name and product version configurable through DynFla...Luite Stegeman2014-12-201-2/+1
* Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426)Simon Peyton Jones2014-12-171-3/+3
* Fix obscure problem with using the system linker (#8935)Peter Trommler2014-11-301-23/+51
* Rename some of the functions in NameSet, to make the uniform with VarSet etcSimon Peyton Jones2014-11-282-3/+3
* Update Foreign.* for Safe Haskell now that they're safe by defaultDavid Terei2014-11-211-0/+4
* make TcRnMonad.lhs respect -ddump-to-fileGreg Weber2014-11-191-0/+1
* 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