summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use -f rather than -e for portabilityIan Lynagh2008-09-211-1/+1
* Add some special cases for putting dph in bindistsIan Lynagh2008-09-211-1/+1
* Escape a hash in the Makefile (it was breaking source dist creation)Ian Lynagh2008-09-201-1/+1
* Disallow package flags in OPTIONS_GHC pragmas (#2499)Simon Marlow2008-09-233-19/+41
* #2566: emit a warning for 'ghc -c foo.bar'Simon Marlow2008-09-231-2/+9
* Fix to new executable allocation code (fixed print002 etc.)Simon Marlow2008-09-222-21/+24
* clean sm/Evac_thr.c and sm/Scav_thr.cSimon Marlow2008-09-221-0/+1
* add -XNewQualifiedOperators (Haskell' qualified operator syntax)Simon Marlow2008-09-224-29/+121
* Fix Trac #2597 (first bug): correct type checking for empty listsimonpj@microsoft.com2008-09-201-1/+10
* Fix Trac #2597 (second bug): complain about an empty DoE blocksimonpj@microsoft.com2008-09-201-2/+4
* Update dependenciesIan Lynagh2008-09-202-4/+4
* Fix building with GHC 6.6Ian Lynagh2008-09-201-1/+7
* Remove fno-method-sharing from the list of static flagsIan Lynagh2008-09-201-1/+0
* Tidy up the treatment of dead binderssimonpj@microsoft.com2008-09-2018-365/+479
* Gix the ghcii scriptIan Lynagh2008-09-191-1/+1
* Create runhaskell as well as runghcIan Lynagh2008-09-192-1/+15
* On Linux use libffi for allocating executable memory (fixed #738)Simon Marlow2008-09-196-21/+66
* Move the context_switch flag into the CapabilitySimon Marlow2008-09-1913-28/+39
* Fix building the extralibs tarballIan Lynagh2008-09-191-1/+1
* Install libffi when installing frmo a bindistIan Lynagh2008-09-191-0/+1
* Fix how we put libffi into bindistsIan Lynagh2008-09-192-15/+6
* Don't require Parser.y in a source dist6_10_branch_has_been_forkedIan Lynagh2008-09-191-1/+7
* Add HpcParser.hs to source distsIan Lynagh2008-09-191-0/+7
* Fix the list of generated files that need to go into the source distsIan Lynagh2008-09-191-1/+1
* Improve documentation of overlapping instancessimonpj@microsoft.com2008-09-191-5/+29
* Put generated files in source distsIan Lynagh2008-09-181-0/+20
* Add libraries/syb to .darcs-boringIan Lynagh2008-09-181-0/+1
* Fix a couple of issues with :printpepe2008-09-186-314/+631
* wibblepepe2008-04-181-1/+1
* RichTokenStream supportChaddai Fouche2008-09-183-23/+127
* When passing gcc -B, also tell it where the mingw include directory isIan Lynagh2008-09-181-2/+3
* Don't put the mingw directory in RTS's package.confIan Lynagh2008-09-181-3/+0
* Be more forceful when cleaning in compiler/ and ghc/Ian Lynagh2008-09-182-2/+10
* Generate ghc.cabal and ghc-bin.cabal with configureIan Lynagh2008-09-185-5/+14
* Make the ghci scripts point to the versioned GHC program, not just "ghc"Ian Lynagh2008-09-181-2/+2
* Fix Trac #1470: improve handling of recursive instances (needed for SYB3)simonpj@microsoft.com2008-09-182-75/+149
* Comments onlysimonpj@microsoft.com2008-09-181-0/+4
* Replace ASSERT with WARN, and explain whysimonpj@microsoft.com2008-09-181-3/+30
* Add a missing "prime" (env' --> env'') thereby fixing a tripping WARN. Hurrah!simonpj@microsoft.com2008-09-181-2/+6
* Fix nasty infelicity: do not short-cut empty substitution in the simplifiersimonpj@microsoft.com2008-09-172-14/+16
* Avoid arity reduction when doing eta-reducesimonpj@microsoft.com2008-09-171-9/+22
* Add extra WARN testsimonpj@microsoft.com2008-09-171-2/+15
* Comments onlysimonpj@microsoft.com2008-09-171-2/+3
* Re-adjust interaction between -ddump flags and force-recompilationsimonpj@microsoft.com2008-09-171-11/+18
* Add Outputable GhcMode instancesimonpj@microsoft.com2008-09-171-0/+5
* Improve error reporting for 'deriving' (Trac #2604)simonpj@microsoft.com2008-09-171-37/+47
* Add link to GADT paper re rigid typessimonpj@microsoft.com2008-09-161-1/+5
* Fix MacOS X build: don't believe __GNUC_GNU_INLINE__ on MacOS XSimon Marlow2008-09-181-1/+5
* require Alex version 2.1.0Simon Marlow2008-09-181-2/+2
* Type families: fixes in the new solverManuel M T Chakravarty2008-09-181-59/+93