| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor the command-line argument parsing (again) | simonpj@microsoft.com | 2010-08-16 | 1 | -23/+4 |
* | Do the dependency-omitting for 'make 1' in a slightly different way | Simon Marlow | 2010-08-10 | 1 | -3/+4 |
* | Flatten flags for ghci's :show | Ian Lynagh | 2010-07-25 | 1 | -1/+1 |
* | Add support for Haskell98 and Haskell2010 "languages" | Ian Lynagh | 2010-07-24 | 1 | -1/+1 |
* | Rename "language" varibles etc to "extension", and add --supported-extensions | Ian Lynagh | 2010-07-24 | 2 | -16/+18 |
* | Separate language option handling into 2 phases | Ian Lynagh | 2010-07-24 | 2 | -15/+35 |
* | Separate the language flags from the other DynFlag's | Ian Lynagh | 2010-07-24 | 1 | -3/+1 |
* | Use gcc to build C programs for stages >= 1 | Ian Lynagh | 2010-07-16 | 1 | -1/+1 |
* | adapt to the new async exceptions API | Simon Marlow | 2010-07-09 | 1 | -3/+12 |
* | refactor import declaration support (#2362) | Simon Marlow | 2010-07-05 | 2 | -60/+55 |
* | trac #2362 (full import syntax in ghci) | amsay@amsay.net | 2010-06-25 | 2 | -36/+73 |
* | In ghci, catch IO exceptions when calling canonicalizePath | Ian Lynagh | 2010-06-13 | 1 | -3/+7 |
* | Re-add newlines to enable layout for multi-line input. | Ian Lynagh | 2010-06-02 | 1 | -1/+1 |
* | Use UserInterrupt rather than our own Interrupted exception (#4100) | Simon Marlow | 2010-06-02 | 1 | -5/+12 |
* | Refactor pretty printing of TyThings to fix Trac #4015 | simonpj@microsoft.com | 2010-05-25 | 1 | -3/+6 |
* | the 'stage=0' trick to disable all compiler builds stopped working; fix it | Simon Marlow | 2010-05-20 | 1 | -8/+7 |
* | add the proper library dependencies for GhcProfiled=YES | Simon Marlow | 2010-05-06 | 1 | -0/+5 |
* | Add $(GhcDynamic) knob, set to YES to get stage2 linked with -dynamic | Simon Marlow | 2010-04-28 | 1 | -0/+5 |
* | runghc: flush stdout/stderr on an exception (#3890) | Simon Marlow | 2010-05-05 | 1 | -0/+2 |
* | Fix "make 2" | Ian Lynagh | 2010-04-27 | 1 | -0/+7 |
* | --make is now the default (#3515), and -fno-code works with --make (#3783) | Simon Marlow | 2010-04-27 | 1 | -9/+26 |
* | Make sure all the clean rules are always included | Ian Lynagh | 2010-04-24 | 1 | -11/+6 |
* | Pass the location of gcc in the ghc wrapper script; partially fixes #3863 | Ian Lynagh | 2010-03-24 | 1 | -1/+1 |
* | Eliminate mkdependC | Ian Lynagh | 2009-12-09 | 1 | -3/+11 |
* | Fix column numbers used when highlighting :list output | Ian Lynagh | 2009-12-03 | 1 | -2/+2 |
* | Tweak how shell wrappers are built | Ian Lynagh | 2009-11-07 | 1 | -1/+1 |
* | ghc-stage2 is now renamed to ghc when it is installed | Ian Lynagh | 2009-11-07 | 1 | -0/+6 |
* | Make installation on *nix work for paths with spaces in their name | Ian Lynagh | 2009-11-05 | 2 | -3/+3 |
* | GhciMonad.resume should restore the program's argv and progname | Simon Marlow | 2009-10-21 | 1 | -1/+7 |
* | Make a mingw tree from mingw tarballs | Ian Lynagh | 2009-10-23 | 1 | -3/+3 |
* | The -e flag now has a "SepArg" argument; fixes #3568 | Ian Lynagh | 2009-10-12 | 1 | -1/+1 |
* | Print warnings after doMkDependHS | Ian Lynagh | 2009-10-12 | 1 | -1/+2 |
* | remove encoding of output using Haskeline; the IO library does it now (#3398) | Simon Marlow | 2009-09-18 | 2 | -42/+8 |
* | FIX #3434 (improve vi tags: add non-exported symbols, kinds, regex tags) | Peter Hercek | 2009-08-17 | 2 | -70/+133 |
* | alow macros to redefine builtin GHCi commands (implements #3084) | Peter Hercek | 2009-05-12 | 1 | -6/+14 |
* | move hschooks.c to ghc/, and enable it | Simon Marlow | 2009-09-11 | 2 | -0/+42 |
* | Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS vars | Ian Lynagh | 2009-09-11 | 1 | -1/+0 |
* | Add -package-id, improve package shadowing behaviour and error messages | Simon Marlow | 2009-09-08 | 1 | -0/+1 |
* | Make our install variables etc compliant with GNU standards; fixes #1924 | Ian Lynagh | 2009-08-14 | 1 | -1/+1 |
* | fast make omits dependencies in ghc/ too | Simon Marlow | 2009-08-02 | 1 | -1/+6 |
* | remove unnecessary -#include options | Simon Marlow | 2009-08-02 | 1 | -1/+0 |
* | fix warnings | Simon Marlow | 2009-07-29 | 1 | -3/+2 |
* | Implement "ghc --abi-hash M1 M2 ..." | Simon Marlow | 2009-07-29 | 1 | -0/+57 |
* | Windows only: set the encoding on stdin to utf8 | Simon Marlow | 2009-07-23 | 1 | -0/+6 |
* | Make the --info values printable with "ghc --print-foo"; trac #3122 | Ian Lynagh | 2009-07-16 | 1 | -164/+260 |
* | Trim unused imports detected by new unused-import code | simonpj@microsoft.com | 2009-07-06 | 3 | -11/+10 |
* | Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263 | Max Bolingbroke | 2009-07-01 | 3 | -22/+21 |
* | Improved infrastructure for fast-rebuilding of parts of the tree | Simon Marlow | 2009-07-03 | 1 | -3/+5 |
* | Fix #2197 (properly this time) | Simon Marlow | 2009-07-01 | 1 | -7/+4 |
* | make GhcProfiled work, and add a "prof" flavour to build.mk | Simon Marlow | 2009-07-01 | 1 | -2/+3 |