| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build | Ian Lynagh | 2013-07-07 | 1 | -7/+10 |
* | Alpha rename some functions for consistency | Ian Lynagh | 2013-07-07 | 1 | -6/+6 |
* | emacs-friendly completion command for ghci; part of #5687. Patch from hvr. | Ian Lynagh | 2013-07-07 | 1 | -0/+41 |
* | Revise implementation of overlapping type family instances. | Richard Eisenberg | 2013-06-21 | 1 | -2/+2 |
* | Fix many ASSERT uses under Clang. | Austin Seipp | 2013-06-18 | 1 | -1/+1 |
* | Fix ghci crash when the user code closes stdin | Ian Lynagh | 2013-06-15 | 1 | -0/+5 |
* | --show-options lists all flags. Add user documentation for #7843 | Jan Stolarek | 2013-06-13 | 1 | -1/+1 |
* | Add --show-options to list all flags (Fixes #7843) | Jan Stolarek | 2013-06-06 | 1 | -1/+20 |
* | Whitespace only | Ian Lynagh | 2013-06-04 | 1 | -2/+2 |
* | Reformat help message for `:show` to fit into 80 cols again. | usrbincc | 2013-06-04 | 1 | -2/+2 |
* | Formatting only: fix alignment. | usrbincc | 2013-06-04 | 1 | -10/+10 |
* | Add the ability to customize the continuation prompt. | usrbincc | 2013-06-04 | 2 | -19/+34 |
* | Handle -opt<blah> options more consistently (#7909) | Simon Marlow | 2013-05-21 | 1 | -2/+4 |
* | Remove DynFlags's hscOutName field | Ian Lynagh | 2013-04-26 | 1 | -2/+0 |
* | Print details of panic messages raised from GHCi (#7844) | Patrick Palka | 2013-04-21 | 1 | -3/+4 |
* | Add a kludgy dependency to fix compiling modules that use annotations | Ian Lynagh | 2013-03-17 | 1 | -0/+6 |
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2013-03-16 | 1 | -6/+10 |
|\ |
|
| * | Implement type family instance support for ":info" (#4175) | Patrick Palka | 2013-03-15 | 1 | -6/+10 |
* | | Fix the handling of Opt_Static | Ian Lynagh | 2013-03-16 | 1 | -4/+9 |
* | | A little polishing | Ian Lynagh | 2013-03-16 | 1 | -5/+0 |
* | | Set the way to 'dynamic' when running GHCi if GHCi is dynamically linked | Ian Lynagh | 2013-03-15 | 1 | -19/+32 |
|/ |
|
* | Automatically add the $(exeext) to program names | Ian Lynagh | 2013-03-03 | 1 | -3/+3 |
* | Use the automatic variables for touchy too | Ian Lynagh | 2013-03-03 | 1 | -3/+3 |
* | Automatically define _INPLACE variables for perl programs too | Ian Lynagh | 2013-03-03 | 1 | -3/+3 |
* | Use unlit_INPLACE rather than UNLIT in the build system | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
* | Rename $(Windows) to $(Windows_Host) | Ian Lynagh | 2013-03-01 | 1 | -2/+2 |
* | Always quote arguments to removeFiles (fixes Windows install). | Geoffrey Mainland | 2013-02-22 | 1 | -1/+1 |
* | Remove gblock and gunblock | Ian Lynagh | 2013-02-19 | 2 | -6/+2 |
* | Finish removing BootingFromHc | Ian Lynagh | 2013-02-17 | 1 | -5/+0 |
* | Build system tweak: Do the package checks at configure time | Ian Lynagh | 2013-02-15 | 1 | -0/+5 |
* | Stop using the deprecated System.Cmd | Ian Lynagh | 2013-02-15 | 1 | -1/+1 |
* | Use throwIO rather than throw | Ian Lynagh | 2013-01-30 | 1 | -1/+1 |
* | StaticFlags code cleanup (fixes #7595) | Jan Stolarek | 2013-01-28 | 1 | -1/+0 |
* | Use pprTypeForUser when printing kinds in ghci | Simon Peyton Jones | 2013-01-22 | 1 | -1/+3 |
* | Tidy up cross-compiling | Simon Marlow | 2013-01-17 | 1 | -1/+1 |
* | Don't make -C imply -fvia-C | Ian Lynagh | 2013-01-11 | 1 | -9/+1 |
* | Ship transformers with GHC | Ian Lynagh | 2013-01-02 | 1 | -16/+6 |
* | Implement overlapping type family instances. | Richard Eisenberg | 2012-12-21 | 1 | -1/+1 |
* | Update dependencies | Ian Lynagh | 2012-11-30 | 1 | -1/+1 |
* | Add ":info!" to GHCi. This shows all instances without filtering first. | Iavor S. Diatchki | 2012-11-29 | 1 | -10/+12 |
* | Replace all uses of ghcError with throwGhcException and purge ghcError. | Erik de Castro Lopo | 2012-11-30 | 3 | -37/+37 |
* | Change how dependency generation works; fixes #7381 | Ian Lynagh | 2012-11-02 | 1 | -1/+1 |
* | Do not treat a constructor in a *pattern* as a *use* of that constructor | Simon Peyton Jones | 2012-10-29 | 1 | -2/+0 |
* | Set the default way correctly when dynamic-by-default | Ian Lynagh | 2012-10-25 | 1 | -1/+1 |
* | Some alpha renaming | Ian Lynagh | 2012-10-16 | 2 | -12/+12 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 1 | -0/+3 |
* | Tweak the build system handling of shell wrappers | Ian Lynagh | 2012-09-27 | 1 | -1/+1 |
* | Move wORD_SIZE into platformConstants | Ian Lynagh | 2012-09-16 | 1 | -6/+8 |
* | Add more modes to mkDerivedConstants | Ian Lynagh | 2012-09-13 | 1 | -3/+10 |
* | Update dependency on directory. | Paolo Capriotti | 2012-09-09 | 1 | -1/+1 |