summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cruft removalSimon Marlow2009-01-063-24/+2
* wake up the blocked exception queue on ThreadFinished; fixes #2910Simon Marlow2009-01-061-0/+7
* bump GHC's max stack size to 512MSimon Marlow2008-12-191-1/+1
* ext-core: change .cabal file so we can build with either GHC 6.8 or 6.10Tim Chevalier2009-01-052-12/+25
* ext-core: fix some Prep bugsTim Chevalier2009-01-051-60/+98
* ext-core: use shorter names when combining modulesTim Chevalier2009-01-052-4/+23
* ext-core: twiddle primitive thingsTim Chevalier2009-01-052-2/+8
* Don't pin a register for gc_thread on SPARC.Ben.Lippmeier@anu.edu.au2009-01-051-1/+8
* Require HsColour by defaultIan Lynagh2009-01-044-2/+17
* Fix buildIan Lynagh2009-01-041-5/+5
* Add GHCi completions to :set and :showOri Avtalion2008-12-091-8/+15
* Fix sync-all: Check for --complete/partial before --<anything>Ian Lynagh2009-01-041-3/+3
* Remove time from extralibs at request of maintainerIan Lynagh2009-01-041-1/+0
* validate fix: InteractiveEval no longer needs to import IdInfoIan Lynagh2009-01-031-1/+0
* Fix validate: strs is no longer used in IfaceSynIan Lynagh2009-01-031-1/+0
* Remove trailing whitespace from HaddockUtilsIan Lynagh2008-12-291-40/+40
* Fix warnings in HaddockUtilsIan Lynagh2008-12-291-12/+6
* Remove dead code from HaddockUtilsIan Lynagh2008-12-291-12/+0
* Make record selectors into ordinary functionssimonpj@microsoft.com2009-01-0240-929/+803
* Fix Trac #2721: reject newtype deriving if the class has associated typessimonpj@microsoft.com2008-12-311-20/+24
* -XImpredicativeTypes implies -XRankNTypes, and improve error msg in TcMTypesimonpj@microsoft.com2008-12-312-1/+4
* Fix Trac #2856: make deriving work for type familiessimonpj@microsoft.com2008-12-313-57/+81
* White space and spelling in commentssimonpj@microsoft.com2008-12-312-2/+2
* Remove -XImpredicativeTypes from -fglasgow-extssimonpj@microsoft.com2008-12-311-1/+0
* Improve error reporting for 'deriving'simonpj@microsoft.com2008-12-313-97/+100
* Improve error message in deriving (fix Trac #2851)simonpj@microsoft.com2008-12-301-1/+3
* Avoid nasty name clash with associated data types (fixes Trac #2888)simonpj@microsoft.com2008-12-306-73/+95
* Refactor RnEnv to fix Trac #2901simonpj@microsoft.com2008-12-304-67/+42
* Add quotes to error messagesimonpj@microsoft.com2008-12-301-2/+2
* Tidy up treatment of big lambda (fixes Trac #2898)simonpj@microsoft.com2008-12-302-60/+62
* Fix warnings in ByteCodeAsmIan Lynagh2008-12-291-17/+19
* Fix warnings in ByteCodeInstrIan Lynagh2008-12-291-12/+3
* Fix warnings in RulesIan Lynagh2008-12-291-39/+33
* Fix warnings in StgCmmForeignIan Lynagh2008-12-291-10/+11
* Fix warnings in CgCallConvIan Lynagh2008-12-291-10/+11
* Fix warnings in SMRepIan Lynagh2008-12-291-17/+15
* Fix warnings in ClosureInfoIan Lynagh2008-12-291-34/+43
* Fix warnings in CgTickyIan Lynagh2008-12-291-15/+18
* Fix warnings in CgConIan Lynagh2008-12-291-11/+4
* Fix warnings in WorkWrapIan Lynagh2008-12-291-18/+14
* Fix warnings in NCGMonadIan Lynagh2008-12-291-8/+2
* Fix warnings in CmmInfoIan Lynagh2008-12-291-11/+3
* Fix warnings in CmmCPSGenIan Lynagh2008-12-291-13/+23
* Fix warnings in CmmProcPointIan Lynagh2008-12-291-10/+1
* Fix warnings in CmmCallConvIan Lynagh2008-12-291-13/+18
* Fix warnings in CmmLiveIan Lynagh2008-12-291-8/+1
* Fix warnings in CmmCPSIan Lynagh2008-12-291-14/+8
* Fix warnings in CmmUtilsIan Lynagh2008-12-291-11/+5
* Comment out dead function breakProcIan Lynagh2008-12-291-0/+4
* Fix warnings in CmmBrokenBlockIan Lynagh2008-12-291-11/+5