summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Prefer builtin commands to macros in GHCi command resolution (#3858)Max Bolingbroke2011-04-021-1/+4
* Improve GHCi line numbers in errorsIan Lynagh2011-02-271-6/+9
* :script file scripts in GHCi #1363Vivian McPhail2011-02-262-8/+54
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-44/+1
* Fix ghci in stage3Ian Lynagh2011-01-231-5/+1
* Manually control more of the Cabal flags for the compiler and ghc packagesIan Lynagh2011-01-212-0/+10
* Remove some hardcoded makefile settingsIan Lynagh2011-01-212-19/+2
* Add NondecreasingIndentation extension to ghc-binIan Lynagh2011-01-171-0/+2
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-161-5/+0