summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Update the build system to handle building and using haddock2Ian Lynagh2008-08-281-1/+3
* Fix a haddock2 failureIan Lynagh2008-08-281-3/+3
* Fix Trac #2529: derived read for prefix constructor operatorssimonpj@microsoft.com2008-08-281-10/+14
* Fix Trac #745: improve error recoevery for type signaturessimonpj@microsoft.com2008-08-274-32/+26
* Fix Trac #2538: better error messages when validating typessimonpj@microsoft.com2008-08-271-41/+61
* Fix Trac #2520: duplicate symbolssimonpj@microsoft.com2008-08-271-2/+14
* Only specialise on dictionaries that have some interesting structuresimonpj@microsoft.com2008-08-271-4/+17
* Better documentation for -XLiberalTypeSynonyms, and steal forall keyword simonpj@microsoft.com2008-08-271-0/+1
* re-fix of #1205, fix #2542Simon Marlow2008-08-273-35/+68
* Give locations of flag warnings/errorsIan Lynagh2008-08-269-52/+75
* Remove a now-redundant commentIan Lynagh2008-08-261-1/+0
* Separate the static flag parser from the static global variablesIan Lynagh2008-08-264-187/+217
* Move pprFastFilePath from SrcLoc to OutputableIan Lynagh2008-08-262-4/+5
* Fix flaggery for RULES (cf Trac #2497)simonpj@microsoft.com2008-08-268-16/+27
* always treat 'forall' and '.' as reserved keywords inside RULES pragmasSimon Marlow2008-08-201-12/+21
* Fix a nasty float-in bugsimonpj@microsoft.com2008-08-221-9/+10
* Make rule printing wobble lesssimonpj@microsoft.com2008-08-213-14/+27
* syb is now in its own packageIan Lynagh2008-08-253-2/+8
* concurrent, unique, timeout have now been split off from baseIan Lynagh2008-08-241-1/+2
* st is now split off from baseIan Lynagh2008-08-231-4/+15
* Ignore install-docs in compiler/Makefile and ghc/MakefileIan Lynagh2008-08-211-0/+3
* Fix making it possible to build without the NCGIan Lynagh2008-08-182-19/+38
* Don't clean the multi-stage stuff unless CLEAN_ALL_STAGES is YESIan Lynagh2008-08-171-0/+2
* When making in compiler/, automatically make in ghc/ when we are doneIan Lynagh2008-08-171-0/+1
* Don't use the cc-options from packages when compiling .hc filesSimon Marlow2008-08-211-1/+7
* Improve error message when 'forall' is not a keywordsimonpj@microsoft.com2008-08-212-6/+9
* Fix Haddock comments in TcGenDerivsimonpj@microsoft.com2008-08-211-2/+2
* Fix Trac #2456: eliminate duplicate bindings when derivingsimonpj@microsoft.com2008-08-201-43/+44
* Elaborate for-all message slightlysimonpj@microsoft.com2008-08-201-1/+2
* use System.FilePath's isSearchPathSeparator instead of our ownSimon Marlow2008-08-181-12/+2
* When doing :l, abandon all breakpoints before we unload everythingIan Lynagh2008-08-161-0/+1
* Follow changes in CabalIan Lynagh2008-08-134-4/+4
* put back -fwarn-depcrecationsSimon Marlow2008-08-121-0/+1
* Improve error message for deprecated flags (Trac #2513)simonpj@microsoft.com2008-08-131-3/+5
* build base3-compatSimon Marlow2008-08-112-3/+2
* Don't warn if 'import Prelude' doesn't import anythingSimon Marlow2008-08-051-1/+4
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-0511-51/+93
* Suppress uniques when (and only when) we have -dsuppress-uniquessimonpj@microsoft.com2008-08-121-2/+1
* get exception names from Control.Exception.Base instead of Control.ExceptionRoss Paterson2008-08-122-8/+8
* Fix Trac #2490: sections should be parenthesisedsimonpj@microsoft.com2008-08-122-21/+59
* Refactoring: define TcRnMonad.failWith and use it in the renamersimonpj@microsoft.com2008-08-123-11/+9
* Layout onlysimonpj@microsoft.com2008-08-121-1/+1
* Print tidy rules in user style, to avoid gratuitous uniquessimonpj@microsoft.com2008-08-113-4/+8
* Export Depth (needed for mkUserStyle); collapse identical PrintUnqualified, Q...simonpj@microsoft.com2008-08-111-5/+3
* When suppressing uniques, don't print the separating underscoresimonpj@microsoft.com2008-08-111-3/+11
* Make -dsuppress-uniques apply regardless of -ppr-debugsimonpj@microsoft.com2008-08-111-1/+1
* Fix Trac #2367: selectors for GADTssimonpj@microsoft.com2008-08-112-30/+38
* Mostly fix Trac #2431: make empty case acceptable to (most of) GHCsimonpj@microsoft.com2008-08-114-11/+29
* Fix Trac #2412: type synonyms and hs-boot recursionsimonpj@microsoft.com2008-08-118-76/+110
* Fix Trac #2506: infix assertsimonpj@microsoft.com2008-08-111-26/+36