summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Tweak to flag parsing (#5921)Simon Marlow2012-03-131-0/+5
* In ghci, reload after :e. Patch from Paolo Capriotti. Fixes #5343Ian Lynagh2012-03-111-6/+7
* Fix crash caused by allowing duplicate *-modules in the context (#5904)Simon Marlow2012-03-021-2/+13
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-013-72/+154
* tyopsGabor Greif2012-02-271-1/+1
* Abstract out the hFlush calls in the GHC APIIan Lynagh2012-02-241-1/+1
* Update dependenciesIan Lynagh2012-02-221-1/+1
* Remove unused ghciHandleGhcExceptionIan Lynagh2012-02-161-5/+0
* tweak error messageSimon Marlow2012-02-161-2/+1
* Refactoring: make IIModule contain ModuleName, not Module, for consistencySimon Marlow2012-02-141-73/+81
* Refactoring, and fix a couple of SafeHaskell-related thingsSimon Marlow2012-02-141-33/+58
* Revert "Don't add a bad import to the saved context."Simon Marlow2012-02-131-28/+17
* Revert "Have :load work under -XSafe in GHCi."Simon Marlow2012-02-131-10/+6
* Have :load work under -XSafe in GHCi.David Terei2012-02-101-6/+10
* Don't add a bad import to the saved context.David Terei2012-02-101-17/+28
* MERGE from 7.4 branch: Update dependenciesIan Lynagh2012-02-081-2/+2
* Ignore -C when not unregisterised (reported on ghc-users)Simon Marlow2012-02-071-2/+9
* Check that imported modules actually exist (#5836)Simon Marlow2012-02-071-0/+1
* Improve support for cross-compilationSimon Marlow2012-01-301-2/+6
* Fix warning in GhciMonad.David Terei2012-01-261-1/+2
* Improve source code documentation og GHCi main.David Terei2012-01-252-4/+37
* Add a missing newline in the ghci :h text; spotted by Alexander McPhailIan Lynagh2012-01-241-1/+1
* Fix minor bug introduced in e7e771d14ac671904a69abecf9e133d4647026c1Simon Marlow2012-01-031-1/+1
* Major refactoring of CoAxiomsSimon Peyton Jones2012-01-031-2/+2
* Fix :issafe safe haskell ghci commandDavid Terei2011-12-221-8/+24
* Fix safe imports to work in GHCi.David Terei2011-12-221-6/+17
* simplify code.David Terei2011-12-221-2/+3
* Tabs -> SpacesDavid Terei2011-12-191-43/+37
* Fix warningsDavid Terei2011-12-191-362/+360
* Tabs -> SpacesDavid Terei2011-12-191-65/+58
* Tabs -> SpacesDavid Terei2011-12-191-58/+51
* Add a class HasDynFlags(getDynFlags)Ian Lynagh2011-12-191-4/+6
* Time handling overhaulSimon Marlow2011-11-252-2/+9
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-2/+2
* Use -fwarn-tabs when validatingIan Lynagh2011-11-044-0/+28
* Increment the line number correctly in GHCiSimon Marlow2011-10-241-13/+15
* Formatting wibbles.David Terei2011-10-171-16/+16
* Remove cruft code from old Safe Haskell implementation methodDavid Terei2011-10-172-26/+26
* Allow foreign import declarations to the entered interactively in GHCi.Simon Marlow2011-10-061-1/+2
* Follow changes to HValue/Any handlingIan Lynagh2011-10-031-1/+1
* Implement GHCi command :kind! which normalises its typeSimon Peyton Jones2011-09-231-6/+9
* show bindings in the order they were definedSimon Marlow2011-09-211-3/+2
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-212-30/+67
* In :load, call GHC.guessTarget on the new targets before unloadingSimon Marlow2011-09-211-6/+6
* Fix etags output; trac #4256Ian Lynagh2011-09-171-1/+1
* Remove an old "ToDo" commentIan Lynagh2011-09-131-1/+0
* Implement -XConstraintKindMax Bolingbroke2011-09-061-1/+0
* Add a flag -fno-ghci-historyIan Lynagh2011-09-011-2/+5
* fix warningSimon Marlow2011-08-261-1/+1
* Clean up the handling of the import and :module commands in GHCiSimon Marlow2011-08-262-329/+443