summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* 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
* In :browse, always print output in the *current* contextSimon Peyton Jones2011-08-221-19/+11
* Formatting fixesDavid Terei2011-08-191-152/+138
* Change use of if to whenDavid Terei2011-08-191-5/+4
* More info from :issafe ghci commandDavid Terei2011-08-191-24/+41
* Teach GHC to compile objective-c++ files as well (trac #5150)Peter Wortmann2011-08-061-1/+1
* sanitise naming of package listsSimon Marlow2011-08-051-1/+1
* Wibble to main "Refactor the imports of InteractiveContext" patchSimon Peyton Jones2011-08-021-9/+17
* Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-021-94/+108
* show warning flags in :set (lost in the recent dopt->wopt change,Simon Marlow2011-07-211-6/+18
* Factor the GHC version into the hash generated by --abi-hash (#5328)Simon Marlow2011-07-201-0/+3
* Debugger commands do not work with -fno-ghci-sandbox, so emit usefulSimon Marlow2011-07-121-31/+46
* Relax some dependenciesIan Lynagh2011-07-081-1/+1
* defaultErrorHandler now only takes LogActionIan Lynagh2011-07-031-2/+1
* SafeHaskell: Try to be consistent in naming.David Terei2011-06-291-1/+1
* trac #5265 (support for additional .ghci files)Sam Anklesaria2011-06-261-1/+2
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-0/+1
* SafeHaskell: Change SafeHaskellMode to use Outputable vs ShowDavid Terei2011-06-171-1/+1
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-171-2/+5
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-171-0/+1
* SafeHaskell: Add ':issafe' cmd to GHCi that displays module safety infoDavid Terei2011-06-171-1/+48
* SafeHaskell: Fix a warning stopping validationDavid Terei2011-06-171-3/+5
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-172-25/+26