summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Follow Src{Loc,Span} changes in other parts of the treeIan Lynagh2011-06-091-1/+0
* Refactor SrcLoc and SrcSpanIan Lynagh2011-06-092-34/+51
* Tidy up the ic_exports field of the InteractiveContext. PreviouslySimon Marlow2011-06-042-52/+83
* Merge ghc-new-co into master branchSimon Peyton Jones2011-05-091-3/+4
|\
| * Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-04-304-29/+45
| |\
| * | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-3/+4
* | | Merge branch 'coloured-core' of https://github.com/nominolo/ghc into coloured...coloured-coreIan Lynagh2011-05-081-1/+1
|\ \ \ | |_|/ |/| |
| * | Start support for coloured SDoc output.Thomas Schilling2011-04-071-1/+1
* | | We no longer need to pass pgmc etc in the ghc.wrapper scriptIan Lynagh2011-04-291-1/+1
* | | Initialise Settings before DynFlagsIan Lynagh2011-04-221-1/+2
* | | Rename "extra-gcc-opts" to "settings", and start generalising itIan Lynagh2011-04-213-19/+32
* | | Make the compiler depend on unlit existingIan Lynagh2011-04-201-11/+13
| |/ |/|
* | Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-121-1/+0
* | Merge branch 'trac_5025' of https://github.com/thoughtpolice/ghcSimon Marlow2011-04-061-1/+1
|\ \
| * | Teach GHC to compile objective-c files; trac #5025Austin Seipp2011-04-031-1/+1
| |/
* | Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-3/+3
|/