| Commit message (Expand) | Author | Age | Files | Lines |
* | A little closer to supporting breakpoints with -fexternal-interpreter | Simon Marlow | 2016-01-13 | 1 | -14/+3 |
* | Reject import declaration with semicolon in GHCi | Rik Steenkamp | 2016-01-09 | 1 | -5/+12 |
* | Enable stack traces with ghci -fexternal-interpreter -prof | Simon Marlow | 2016-01-08 | 1 | -65/+56 |
* | Refactoring only | Simon Peyton Jones | 2015-12-24 | 1 | -1/+2 |
* | Maintain cost-centre stacks in the interpreter | Simon Marlow | 2015-12-21 | 1 | -16/+18 |
* | Remote GHCi, -fexternal-interpreter | Simon Marlow | 2015-12-17 | 1 | -244/+88 |
* | Add `-W(no-)xxx` aliases for `-f(no-)warn-xxx` flags | David Luposchainsky | 2015-12-16 | 1 | -1/+1 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 1 | -13/+15 |
* | Add isImport, isDecl, and isStmt functions to GHC API | Roman Shatsov | 2015-12-07 | 1 | -0/+37 |
* | ApiAnnotations: Make all RdrName occurences Located | Alan Zimmerman | 2015-11-23 | 1 | -1/+2 |
* | APIAnnotations:add Locations in hsSyn for layout | Alan Zimmerman | 2015-11-13 | 1 | -1/+1 |
* | Rename package key to unit ID, and installed package ID to component ID. | Edward Z. Yang | 2015-10-14 | 1 | -1/+1 |
* | Add parseExpr and compileParsedExpr and use them in GHC API and GHCi | Simon Marlow | 2015-06-12 | 1 | -33/+40 |
* | Refactor RdrName.Provenance, to fix #7672 | Simon Peyton Jones | 2015-06-03 | 1 | -17/+3 |
* | Refactor the GlobalRdrEnv, fixing #7672 | Simon Peyton Jones | 2015-06-02 | 1 | -40/+31 |
* | White space only | Simon Peyton Jones | 2015-06-02 | 1 | -5/+4 |
* | ghci: Allow :back and :forward to take counts | Ben Gamari | 2015-05-19 | 1 | -4/+4 |
* | More accurate allocation stats for :set +s | Simon Marlow | 2015-05-11 | 1 | -39/+92 |
* | driver: split -fwarn-unused-binds into 3 flags (fixes #17) | Oleg Grenrus | 2015-02-23 | 1 | -2/+2 |
* | API Annotations tweaks. | Alan Zimmerman | 2015-01-16 | 1 | -0/+1 |
* | Remove redundant constraints in the compiler itself, found by -fwarn-redundan... | Simon Peyton Jones | 2015-01-06 | 1 | -2/+1 |
* | Make the location in TcLclEnv and CtLoc into a RealSrcSpan | Simon Peyton Jones | 2015-01-06 | 1 | -3/+3 |
* | Fix GHCi/GHC-API tidying and modules (Trac #9424, #9426) | Simon Peyton Jones | 2014-12-17 | 1 | -7/+5 |
* | Rename some of the functions in NameSet, to make the uniform with VarSet etc | Simon Peyton Jones | 2014-11-28 | 1 | -1/+1 |
* | Update Foreign.* for Safe Haskell now that they're safe by default | David Terei | 2014-11-21 | 1 | -0/+4 |
* | Define mapUnionVarSet, and use it | Simon Peyton Jones | 2014-08-29 | 1 | -2/+2 |
* | Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId. | Edward Z. Yang | 2014-07-21 | 1 | -1/+1 |
* | Add LANGUAGE pragmas to compiler/ source files | Herbert Valerio Riedel | 2014-05-15 | 1 | -0/+2 |
* | Fix a typo in comment | Gabor Greif | 2014-01-10 | 1 | -1/+1 |
* | Comments only | Simon Peyton Jones | 2014-01-09 | 1 | -4/+8 |
* | Refactor the way shadowing in handled in GHCi | Simon Peyton Jones | 2014-01-03 | 1 | -1/+1 |
* | Refactor handleRunStatus some more, add comments and tidy up formatting | Simon Marlow | 2013-11-28 | 1 | -55/+65 |
* | Refactor traceRunStatus/handleRunStatus | Simon Peyton Jones | 2013-11-22 | 1 | -75/+58 |
* | Restructure compilation pipeline to allow hooks | Austin Seipp | 2013-09-22 | 1 | -0/+1 |
* | Revise implementation of overlapping type family instances. | Richard Eisenberg | 2013-06-21 | 1 | -2/+2 |
* | Split off a InteractiveEvalTypes module to remove an import loop | Ian Lynagh | 2013-04-06 | 1 | -38/+2 |
* | Implement type family instance support for ":info" (#4175) | Patrick Palka | 2013-03-15 | 1 | -5/+11 |
* | Use throwGhcExceptionIO rather than throwGhcException in InteractiveEval.hs | Ian Lynagh | 2013-01-30 | 1 | -7/+10 |
* | Fix to 02c4ab049: use a weak pointer to the sandbox thread | Simon Marlow | 2013-01-30 | 1 | -1/+12 |
* | When printing types in the interactive UI, take account of free variables | Simon Peyton Jones | 2013-01-22 | 1 | -0/+1 |
* | Redirect asynchronous exceptions to the sandbox thread in runStmt (#1381) | Simon Marlow | 2012-12-20 | 1 | -11/+32 |
* | Add ":info!" to GHCi. This shows all instances without filtering first. | Iavor S. Diatchki | 2012-11-29 | 1 | -4/+6 |
* | Replace all uses of ghcError with throwGhcException and purge ghcError. | Erik de Castro Lopo | 2012-11-30 | 1 | -5/+5 |
* | Add -fghci-hist-size=N to set the number of previous steps stored by :trace | Simon Marlow | 2012-11-01 | 1 | -4/+6 |
* | Refactor the way dump flags are handled | Ian Lynagh | 2012-10-18 | 1 | -1/+1 |
* | Some alpha renaming | Ian Lynagh | 2012-10-16 | 1 | -5/+5 |
* | Move wORD_SIZE into platformConstants | Ian Lynagh | 2012-09-16 | 1 | -1/+2 |
* | GHC 7.4 is now required for building HEAD | Ian Lynagh | 2012-07-20 | 1 | -4/+0 |
* | Pass DynFlags down to showSDoc | Ian Lynagh | 2012-06-12 | 1 | -3/+5 |
* | Better error messages for setContext (#5527). | Paolo Capriotti | 2012-06-07 | 1 | -12/+23 |