summaryrefslogtreecommitdiff
path: root/ghc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidy up cross-compilingSimon Marlow2013-01-171-1/+1
* Don't make -C imply -fvia-CIan Lynagh2013-01-111-9/+1
* Ship transformers with GHCIan Lynagh2013-01-021-16/+6
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-1/+1
* Update dependenciesIan Lynagh2012-11-301-1/+1
* Add ":info!" to GHCi. This shows all instances without filtering first.Iavor S. Diatchki2012-11-291-10/+12
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-303-37/+37
* Change how dependency generation works; fixes #7381Ian Lynagh2012-11-021-1/+1
* Do not treat a constructor in a *pattern* as a *use* of that constructorSimon Peyton Jones2012-10-291-2/+0
* Set the default way correctly when dynamic-by-defaultIan Lynagh2012-10-251-1/+1
* Some alpha renamingIan Lynagh2012-10-162-12/+12
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+3
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-271-1/+1
* Move wORD_SIZE into platformConstantsIan Lynagh2012-09-161-6/+8
* Add more modes to mkDerivedConstantsIan Lynagh2012-09-131-3/+10
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-1/+1
* Move ldInputs into DynFlagsIan Lynagh2012-09-031-10/+10
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-09-031-2/+6
|\