summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-012-4/+4
* Document remaining GHCi commands in users_guide (#7501)Ben Gamari2013-09-221-1/+1
* Fix AMP warnings.Austin Seipp2013-09-111-3/+8
* GHCi: Fix multi-line input line/column-number refsHerbert Valerio Riedel2013-09-111-7/+34
* Merge branch 'master' into ghc-parmake-gsocPatrick Palka2013-08-301-2/+18
|\
| * Document :kind! in ghci built-in helpReid Barton2013-08-291-1/+2
| * GHCi: Implement new `:show paths` sub-commandHerbert Valerio Riedel2013-08-271-1/+16
* | Buffer stdout and stderr when we're compiling via GHCiPatrick Palka2013-08-261-3/+12
* | Make stdout and stderr line-bufferedPatrick Palka2013-08-262-2/+3
|/
* Fix GHCi macros not shadowing builtins (#8113)Herbert Valerio Riedel2013-08-241-1/+1
* Remove dead code.Austin Seipp2013-08-221-4/+1
* GHCi: Implement `%l` prompt substitution for line-numberHerbert Valerio Riedel2013-08-101-1/+2
* Change which files --make mode thinks are 'Haskellish'Ian Lynagh2013-07-301-3/+2
* use prompt2 in `:set +m` modeHerbert Valerio Riedel2013-07-211-1/+1
* Add `:show imports` to completion tableHerbert Valerio Riedel2013-07-211-1/+1
* Add `:show linker` command to `:help` outputHerbert Valerio Riedel2013-07-211-0/+1
* Fix buildIan Lynagh2013-07-071-7/+10
* Alpha rename some functions for consistencyIan Lynagh2013-07-071-6/+6
* emacs-friendly completion command for ghci; part of #5687. Patch from hvr.Ian Lynagh2013-07-071-0/+41
* Revise implementation of overlapping type family instances.Richard Eisenberg2013-06-211-2/+2
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-181-1/+1
* Fix ghci crash when the user code closes stdinIan Lynagh2013-06-151-0/+5
* --show-options lists all flags. Add user documentation for #7843Jan Stolarek2013-06-131-1/+1
* Add --show-options to list all flags (Fixes #7843)Jan Stolarek2013-06-061-1/+20
* Whitespace onlyIan Lynagh2013-06-041-2/+2
* Reformat help message for `:show` to fit into 80 cols again.usrbincc2013-06-041-2/+2
* Formatting only: fix alignment.usrbincc2013-06-041-10/+10
* Add the ability to customize the continuation prompt.usrbincc2013-06-042-19/+34
* Handle -opt<blah> options more consistently (#7909)Simon Marlow2013-05-211-2/+4
* Remove DynFlags's hscOutName fieldIan Lynagh2013-04-261-2/+0
* Print details of panic messages raised from GHCi (#7844)Patrick Palka2013-04-211-3/+4
* Add a kludgy dependency to fix compiling modules that use annotationsIan Lynagh2013-03-171-0/+6
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-03-161-6/+10
|\
| * Implement type family instance support for ":info" (#4175)Patrick Palka2013-03-151-6/+10
* | Fix the handling of Opt_StaticIan Lynagh2013-03-161-4/+9
* | A little polishingIan Lynagh2013-03-161-5/+0
* | Set the way to 'dynamic' when running GHCi if GHCi is dynamically linkedIan Lynagh2013-03-151-19/+32
|/
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-3/+3
* Use the automatic variables for touchy tooIan Lynagh2013-03-031-3/+3
* Automatically define _INPLACE variables for perl programs tooIan Lynagh2013-03-031-3/+3
* Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-031-1/+1
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-2/+2
* Always quote arguments to removeFiles (fixes Windows install).Geoffrey Mainland2013-02-221-1/+1
* Remove gblock and gunblockIan Lynagh2013-02-192-6/+2
* Finish removing BootingFromHcIan Lynagh2013-02-171-5/+0
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-0/+5
* Stop using the deprecated System.CmdIan Lynagh2013-02-151-1/+1
* Use throwIO rather than throwIan Lynagh2013-01-301-1/+1
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-1/+0
* Use pprTypeForUser when printing kinds in ghciSimon Peyton Jones2013-01-221-1/+3