| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the build system to handle building and using haddock2 | Ian Lynagh | 2008-08-28 | 1 | -1/+3 |
* | Fix a haddock2 failure | Ian Lynagh | 2008-08-28 | 1 | -3/+3 |
* | Fix Trac #2529: derived read for prefix constructor operators | simonpj@microsoft.com | 2008-08-28 | 1 | -10/+14 |
* | Fix Trac #745: improve error recoevery for type signatures | simonpj@microsoft.com | 2008-08-27 | 4 | -32/+26 |
* | Fix Trac #2538: better error messages when validating types | simonpj@microsoft.com | 2008-08-27 | 1 | -41/+61 |
* | Fix Trac #2520: duplicate symbols | simonpj@microsoft.com | 2008-08-27 | 1 | -2/+14 |
* | Only specialise on dictionaries that have some interesting structure | simonpj@microsoft.com | 2008-08-27 | 1 | -4/+17 |
* | Better documentation for -XLiberalTypeSynonyms, and steal forall keyword | simonpj@microsoft.com | 2008-08-27 | 1 | -0/+1 |
* | re-fix of #1205, fix #2542 | Simon Marlow | 2008-08-27 | 3 | -35/+68 |
* | Give locations of flag warnings/errors | Ian Lynagh | 2008-08-26 | 9 | -52/+75 |
* | Remove a now-redundant comment | Ian Lynagh | 2008-08-26 | 1 | -1/+0 |
* | Separate the static flag parser from the static global variables | Ian Lynagh | 2008-08-26 | 4 | -187/+217 |
* | Move pprFastFilePath from SrcLoc to Outputable | Ian Lynagh | 2008-08-26 | 2 | -4/+5 |
* | Fix flaggery for RULES (cf Trac #2497) | simonpj@microsoft.com | 2008-08-26 | 8 | -16/+27 |
* | always treat 'forall' and '.' as reserved keywords inside RULES pragmas | Simon Marlow | 2008-08-20 | 1 | -12/+21 |
* | Fix a nasty float-in bug | simonpj@microsoft.com | 2008-08-22 | 1 | -9/+10 |
* | Make rule printing wobble less | simonpj@microsoft.com | 2008-08-21 | 3 | -14/+27 |
* | syb is now in its own package | Ian Lynagh | 2008-08-25 | 3 | -2/+8 |
* | concurrent, unique, timeout have now been split off from base | Ian Lynagh | 2008-08-24 | 1 | -1/+2 |
* | st is now split off from base | Ian Lynagh | 2008-08-23 | 1 | -4/+15 |
* | Ignore install-docs in compiler/Makefile and ghc/Makefile | Ian Lynagh | 2008-08-21 | 1 | -0/+3 |
* | Fix making it possible to build without the NCG | Ian Lynagh | 2008-08-18 | 2 | -19/+38 |
* | Don't clean the multi-stage stuff unless CLEAN_ALL_STAGES is YES | Ian Lynagh | 2008-08-17 | 1 | -0/+2 |
* | When making in compiler/, automatically make in ghc/ when we are done | Ian Lynagh | 2008-08-17 | 1 | -0/+1 |
* | Don't use the cc-options from packages when compiling .hc files | Simon Marlow | 2008-08-21 | 1 | -1/+7 |
* | Improve error message when 'forall' is not a keyword | simonpj@microsoft.com | 2008-08-21 | 2 | -6/+9 |
* | Fix Haddock comments in TcGenDeriv | simonpj@microsoft.com | 2008-08-21 | 1 | -2/+2 |
* | Fix Trac #2456: eliminate duplicate bindings when deriving | simonpj@microsoft.com | 2008-08-20 | 1 | -43/+44 |
* | Elaborate for-all message slightly | simonpj@microsoft.com | 2008-08-20 | 1 | -1/+2 |
* | use System.FilePath's isSearchPathSeparator instead of our own | Simon Marlow | 2008-08-18 | 1 | -12/+2 |
* | When doing :l, abandon all breakpoints before we unload everything | Ian Lynagh | 2008-08-16 | 1 | -0/+1 |
* | Follow changes in Cabal | Ian Lynagh | 2008-08-13 | 4 | -4/+4 |
* | put back -fwarn-depcrecations | Simon Marlow | 2008-08-12 | 1 | -0/+1 |
* | Improve error message for deprecated flags (Trac #2513) | simonpj@microsoft.com | 2008-08-13 | 1 | -3/+5 |
* | build base3-compat | Simon Marlow | 2008-08-11 | 2 | -3/+2 |
* | Don't warn if 'import Prelude' doesn't import anything | Simon Marlow | 2008-08-05 | 1 | -1/+4 |
* | Add -XPackageImports, new syntax for package-qualified imports | Simon Marlow | 2008-08-05 | 11 | -51/+93 |
* | Suppress uniques when (and only when) we have -dsuppress-uniques | simonpj@microsoft.com | 2008-08-12 | 1 | -2/+1 |
* | get exception names from Control.Exception.Base instead of Control.Exception | Ross Paterson | 2008-08-12 | 2 | -8/+8 |
* | Fix Trac #2490: sections should be parenthesised | simonpj@microsoft.com | 2008-08-12 | 2 | -21/+59 |
* | Refactoring: define TcRnMonad.failWith and use it in the renamer | simonpj@microsoft.com | 2008-08-12 | 3 | -11/+9 |
* | Layout only | simonpj@microsoft.com | 2008-08-12 | 1 | -1/+1 |
* | Print tidy rules in user style, to avoid gratuitous uniques | simonpj@microsoft.com | 2008-08-11 | 3 | -4/+8 |
* | Export Depth (needed for mkUserStyle); collapse identical PrintUnqualified, Q... | simonpj@microsoft.com | 2008-08-11 | 1 | -5/+3 |
* | When suppressing uniques, don't print the separating underscore | simonpj@microsoft.com | 2008-08-11 | 1 | -3/+11 |
* | Make -dsuppress-uniques apply regardless of -ppr-debug | simonpj@microsoft.com | 2008-08-11 | 1 | -1/+1 |
* | Fix Trac #2367: selectors for GADTs | simonpj@microsoft.com | 2008-08-11 | 2 | -30/+38 |
* | Mostly fix Trac #2431: make empty case acceptable to (most of) GHC | simonpj@microsoft.com | 2008-08-11 | 4 | -11/+29 |
* | Fix Trac #2412: type synonyms and hs-boot recursion | simonpj@microsoft.com | 2008-08-11 | 8 | -76/+110 |
* | Fix Trac #2506: infix assert | simonpj@microsoft.com | 2008-08-11 | 1 | -26/+36 |