summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-174-118/+123
* Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flagsDavid Luposchainsky2015-12-161-9/+6
* Expose enabled language extensions to THBen Gamari2015-12-152-5/+7
* Frontend plugins.Edward Z. Yang2015-12-121-0/+27
* Refactor GHCi Command type; allow "hidden" commandsHerbert Valerio Riedel2015-12-082-18/+49
* Make HasDynFlags more transformers friendlyHerbert Valerio Riedel2015-12-081-1/+1
* Introduce HasGhciState class and refactor use-sitesHerbert Valerio Riedel2015-12-082-44/+39
* Remove redundant CPP conditionalsHerbert Valerio Riedel2015-12-072-9/+0
* Add isImport, isDecl, and isStmt functions to GHC APIRoman Shatsov2015-12-072-40/+12
* Revert "ghci: Add support for prompt functions"Ben Gamari2015-12-022-71/+48
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-4/+4
* ghci: Refactor handling of :showBen Gamari2015-11-291-21/+39
* ghci: Add support for prompt functionsBen Gamari2015-11-292-50/+73
* Function definition in GHCiRoman Shatsov2015-11-212-21/+23
* ghci: don't let ctags/etags overwrite source filesAustin Seipp2015-11-202-6/+16
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-17/+2
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-10/+0
* Update process submodule to process-1.4 releaseHerbert Valerio Riedel2015-11-021-1/+1
* Update process submoduleHerbert Valerio Riedel2015-11-011-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-2/+2
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-2/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-291-2/+2
* Make it possible to have different UniqSupply strategiesBartosz Nitka2015-10-271-0/+2
* Suggest chmod 755 instead of 644Ben Gamari2015-10-221-1/+1
* Driver: `ghci -e` should behave like `ghc -e` (#9360)Thomas Miedema2015-10-191-0/+13
* MRP-refactor `GHCi` Applicative/Monad instanceHerbert Valerio Riedel2015-10-181-2/+1
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-142-6/+6
* Fix error msg: ghci can't be used with -prof or -static (#10936)Thomas Miedema2015-10-101-1/+1
* Prevent GHC from silently dying when preprocessor is not foundTamar Christina2015-10-031-1/+0
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-2/+17
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-3/+2
* Build system: cleanup BUILD_DIRS + add lots of NotesThomas Miedema2015-09-081-0/+2
* Respect GHC_CHARENC environment variable #10762Michael Snoyman2015-08-291-2/+12
* Transliterate unknown characters at outputMichael Snoyman2015-08-181-0/+3
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-3/+3
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-211-4/+0
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-2/+3
* Fix off-by-one error in GHCi line reporting (Trac #10578)Ömer Sinan Ağacan2015-07-171-3/+6
* Build system: delete two unused filesThomas Miedema2015-07-131-1/+0
* Easy way to defer type errors (implements #8353)Benjamin Bykowski2015-07-051-14/+28
* Comments only [skip ci]Thomas Miedema2015-07-041-0/+4
* Mask to avoid uncaught ^C exceptionsSimon Marlow2015-06-291-7/+14
* Add parseExpr and compileParsedExpr and use them in GHC API and GHCiSimon Marlow2015-06-121-14/+32
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-3/+2
* Always force the exception in enqueued commandsZejun Wu2015-06-092-8/+9
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-3/+4
* Catch canonicalizePath exceptions, fix #10101Flaviu Andrei Csernik (archblob)2015-06-011-6/+3
* ghci: Allow :back and :forward to take countsBen Gamari2015-05-191-18/+28
* Do not check dir perms when .ghci doesn't existZejun Wu2015-05-141-5/+4
* Fix weird behavior of -ignore-dot-ghci and -ghci-sciptZejun Wu2015-05-121-40/+40