summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* Refactor the command-line argument parsing (again)simonpj@microsoft.com2010-08-161-23/+4
* Do the dependency-omitting for 'make 1' in a slightly different waySimon Marlow2010-08-101-3/+4
* Flatten flags for ghci's :showIan Lynagh2010-07-251-1/+1
* Add support for Haskell98 and Haskell2010 "languages"Ian Lynagh2010-07-241-1/+1
* Rename "language" varibles etc to "extension", and add --supported-extensionsIan Lynagh2010-07-242-16/+18
* Separate language option handling into 2 phasesIan Lynagh2010-07-242-15/+35
* Separate the language flags from the other DynFlag'sIan Lynagh2010-07-241-3/+1
* Use gcc to build C programs for stages >= 1Ian Lynagh2010-07-161-1/+1
* adapt to the new async exceptions APISimon Marlow2010-07-091-3/+12
* refactor import declaration support (#2362)Simon Marlow2010-07-052-60/+55
* trac #2362 (full import syntax in ghci)amsay@amsay.net2010-06-252-36/+73
* In ghci, catch IO exceptions when calling canonicalizePathIan Lynagh2010-06-131-3/+7
* Re-add newlines to enable layout for multi-line input.Ian Lynagh2010-06-021-1/+1
* Use UserInterrupt rather than our own Interrupted exception (#4100)Simon Marlow2010-06-021-5/+12
* Refactor pretty printing of TyThings to fix Trac #4015simonpj@microsoft.com2010-05-251-3/+6
* the 'stage=0' trick to disable all compiler builds stopped working; fix itSimon Marlow2010-05-201-8/+7
* add the proper library dependencies for GhcProfiled=YESSimon Marlow2010-05-061-0/+5
* Add $(GhcDynamic) knob, set to YES to get stage2 linked with -dynamicSimon Marlow2010-04-281-0/+5
* runghc: flush stdout/stderr on an exception (#3890)Simon Marlow2010-05-051-0/+2
* Fix "make 2"Ian Lynagh2010-04-271-0/+7
* --make is now the default (#3515), and -fno-code works with --make (#3783)Simon Marlow2010-04-271-9/+26
* Make sure all the clean rules are always includedIan Lynagh2010-04-241-11/+6
* Pass the location of gcc in the ghc wrapper script; partially fixes #3863Ian Lynagh2010-03-241-1/+1
* Eliminate mkdependCIan Lynagh2009-12-091-3/+11
* Fix column numbers used when highlighting :list outputIan Lynagh2009-12-031-2/+2
* Tweak how shell wrappers are builtIan Lynagh2009-11-071-1/+1
* ghc-stage2 is now renamed to ghc when it is installedIan Lynagh2009-11-071-0/+6
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-052-3/+3
* GhciMonad.resume should restore the program's argv and prognameSimon Marlow2009-10-211-1/+7
* Make a mingw tree from mingw tarballsIan Lynagh2009-10-231-3/+3
* The -e flag now has a "SepArg" argument; fixes #3568Ian Lynagh2009-10-121-1/+1
* Print warnings after doMkDependHSIan Lynagh2009-10-121-1/+2
* remove encoding of output using Haskeline; the IO library does it now (#3398)Simon Marlow2009-09-182-42/+8
* FIX #3434 (improve vi tags: add non-exported symbols, kinds, regex tags)Peter Hercek2009-08-172-70/+133
* alow macros to redefine builtin GHCi commands (implements #3084)Peter Hercek2009-05-121-6/+14
* move hschooks.c to ghc/, and enable itSimon Marlow2009-09-112-0/+42
* Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS varsIan Lynagh2009-09-111-1/+0
* Add -package-id, improve package shadowing behaviour and error messagesSimon Marlow2009-09-081-0/+1
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-1/+1
* fast make omits dependencies in ghc/ tooSimon Marlow2009-08-021-1/+6
* remove unnecessary -#include optionsSimon Marlow2009-08-021-1/+0
* fix warningsSimon Marlow2009-07-291-3/+2
* Implement "ghc --abi-hash M1 M2 ..."Simon Marlow2009-07-291-0/+57
* Windows only: set the encoding on stdin to utf8Simon Marlow2009-07-231-0/+6
* Make the --info values printable with "ghc --print-foo"; trac #3122Ian Lynagh2009-07-161-164/+260
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-063-11/+10
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-013-22/+21
* Improved infrastructure for fast-rebuilding of parts of the treeSimon Marlow2009-07-031-3/+5
* Fix #2197 (properly this time)Simon Marlow2009-07-011-7/+4
* make GhcProfiled work, and add a "prof" flavour to build.mkSimon Marlow2009-07-011-2/+3