summaryrefslogtreecommitdiff
path: root/compiler/main/InteractiveEval.hs
Commit message (Expand)AuthorAgeFilesLines
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-161-0/+3
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-1/+1
* Make sure to load interfaces when running :instancesXavier Denis2019-07-231-1/+3
* Fix #8487: Debugger confuses variablesRoland Senn2019-07-211-9/+54
* Use an empty data type in TTG extension constructors (#15247)Ryan Scott2019-07-091-3/+3
* Add GHCi :instances commandXavier Denis2019-06-041-0/+170
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-211-5/+9
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-011-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-3/+3
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-171-4/+4
* Make a smart mkAppTyMSimon Peyton Jones2019-02-141-1/+1
* A few typofixesGabor Greif2019-01-231-1/+1
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-131-15/+39
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-3/+3
* GHCi should not filter instances involving cTuplesAlec Theriault2018-10-021-0/+2
* Turn on MonadFail desugaring by defaultHerbert Valerio Riedel2018-08-071-1/+5
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-6/+8
* Serialize docstrings to ifaces, display them with new GHCi :doc commandSimon Jakobi2018-06-041-0/+68
* TTG : complete for balance of hsSyn ASTAlan Zimmerman2018-04-271-2/+2
* TTG for HsBinds and Data instances Plan BAlan Zimmerman2018-04-131-1/+1
* Restore Trees That Grow reverted commitsAlan Zimmerman2018-04-091-2/+3
* Revert "trees that grow" workBen Gamari2017-11-211-3/+2
* WIP on combined Step 1 and 3 for Trees That Grow, HsExprAlan Zimmerman2017-11-111-1/+1
* WIP on Doing a combined Step 1 and 3 for Trees That GrowAlan Zimmerman2017-11-081-1/+2
* Revert "WIP on combining Step 1 and 3 of Trees That Grow"Ben Gamari2017-11-071-2/+1
* WIP on combining Step 1 and 3 of Trees That GrowAlan Zimmerman2017-11-071-1/+2
* A bunch of typofixesGabor Greif2017-09-261-4/+4
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Make ':info Coercible' display an arbitrary string (fixes #12390)Patrick Dougherty2017-07-111-3/+4
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-5/+5
* Use lengthIs and friends in more placesRyan Scott2017-06-021-1/+2
* Print warnings on parser failures (#12610).Dave Laing2017-05-151-4/+4
* Fix crash in isModuleInterpreted for HsBoot (fixes #13591)Lennart Spitzner2017-05-121-7/+7
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-1/+1
* Update levity polymorphismRichard Eisenberg2017-01-191-5/+4
* Remove deprecated InteractiveEval APIDavid Feuer2017-01-101-40/+1
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-6/+1
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-1/+6
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-6/+1
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-1/+2
* Fix #10963 and #11975 by adding new cmds to GHCi.Richard Eisenberg2016-06-231-4/+4
* Give lookupGRE_Name a better APISimon Peyton Jones2016-06-231-2/+1
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-061-9/+10
* Kill nameSetElems in getInfoBartosz Nitka2016-06-021-1/+1
* Use `setSession` instead of `modifySession` when setting `HscEnv`Ömer Sinan Ağacan2016-05-221-8/+8
* Reduce use of instances in hs-boot filesSimon Peyton Jones2016-04-201-2/+4
* Kill some unnecessary varSetElemsBartosz Nitka2016-04-151-4/+3
* Fix typos: tyars -> tyvarsBartosz Nitka2016-04-141-1/+1
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-051-2/+2
* Avoid mangled/derived names in GHCi autocomplete (fixes #11328)Adam Gundry2016-02-011-1/+4