| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #10963 and #11975 by adding new cmds to GHCi. | Richard Eisenberg | 2016-06-23 | 1 | -4/+4 |
* | Give lookupGRE_Name a better API | Simon Peyton Jones | 2016-06-23 | 1 | -2/+1 |
* | Use UniqDFM for HomePackageTable | Bartosz Nitka | 2016-06-06 | 1 | -9/+10 |
* | Kill nameSetElems in getInfo | Bartosz Nitka | 2016-06-02 | 1 | -1/+1 |
* | Use `setSession` instead of `modifySession` when setting `HscEnv` | Ömer Sinan Ağacan | 2016-05-22 | 1 | -8/+8 |
* | Reduce use of instances in hs-boot files | Simon Peyton Jones | 2016-04-20 | 1 | -2/+4 |
* | Kill some unnecessary varSetElems | Bartosz Nitka | 2016-04-15 | 1 | -4/+3 |
* | Fix typos: tyars -> tyvars | Bartosz Nitka | 2016-04-14 | 1 | -1/+1 |
* | GHCi: Fix load/reload space leaks (#4029) | Jason Eisenberg | 2016-03-05 | 1 | -2/+2 |
* | Avoid mangled/derived names in GHCi autocomplete (fixes #11328) | Adam Gundry | 2016-02-01 | 1 | -1/+4 |
* | Rename "open" subst functions | Bartosz Nitka | 2016-01-27 | 1 | -3/+3 |
* | Construct in_scope set in mkTopTCvSubst | Bartosz Nitka | 2016-01-26 | 1 | -2/+2 |
* | Comments only | Simon Peyton Jones | 2016-01-21 | 1 | -0/+10 |
* | substTy to substTyUnchecked to fix Travis build | Bartosz Nitka | 2016-01-20 | 1 | -2/+3 |
* | Hide derived OccNames from user | Ben Gamari | 2016-01-19 | 1 | -3/+5 |
* | 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 |