summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add silent superclass parameters (again)Simon Peyton Jones2012-06-2721-85/+196
* Mention Generic1 in the user's guideJose Pedro Magalhaes2012-06-261-16/+23
* Make the GHC API a little more powerful.David Terei2012-06-252-27/+73
* tweak llvm version warning messageDavid Terei2012-06-251-2/+2
* New version of the patch for #5461.Paolo Capriotti2012-06-255-18/+24
* Fix Word64ToInteger conversion rule.Paolo Capriotti2012-06-251-1/+1
* Implemented feature request on reconfigurable pretty-printing in GHCi (#5461)Vitaly Bragilesky2012-06-253-5/+36
* Use errorMsg over putMsg when appropriate.David Terei2012-06-251-3/+3
* Warn if using unsupported version of LLVM.David Terei2012-06-252-5/+27
* Fix #6158. LLVM 3.1 doesn't like certain constructions that 3.0 andDavid Terei2012-06-251-3/+15
* Remove the ID MonadIan Lynagh2012-06-231-18/+0
* Remove sortLe usesIan Lynagh2012-06-221-7/+6
* Remove sortLeIan Lynagh2012-06-221-93/+2
* Remove another use of sortLeIan Lynagh2012-06-221-12/+9
* Correct a commentIan Lynagh2012-06-221-1/+1
* Remove a few more sortLe'sIan Lynagh2012-06-221-11/+9
* Remove another sortLe useIan Lynagh2012-06-221-5/+5
* Use a derived Ord instance for DiscrIan Lynagh2012-06-221-12/+3
* Derive Eq DiscrIan Lynagh2012-06-221-9/+2
* Change more uses of sortLe to sortByIan Lynagh2012-06-2210-30/+25
* Remove some uses of sortLeIan Lynagh2012-06-226-20/+13
* Remove some more unused functionsIan Lynagh2012-06-221-28/+0
* Remove a GHC 6.4 workaroundIan Lynagh2012-06-221-6/+1
* Remove 'on' from UtilIan Lynagh2012-06-226-13/+14
* Remove some more unused function from ListSetOpsIan Lynagh2012-06-221-22/+0
* Remove an unused functionIan Lynagh2012-06-221-20/+0
* Remove duplicated commentJose Pedro Magalhaes2012-06-211-2/+0
* Allow deriving Generic1Jose Pedro Magalhaes2012-06-214-169/+521
* Add --verbose and --help flags to gen_contents_indexThomas Dziedzic2012-06-211-7/+30
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-06-2118-236/+175
|\
| * Fix whitespace in cmm/PprCmmDecl.hsIan Lynagh2012-06-201-9/+2
| * Remove some more redundant Platform argumentsIan Lynagh2012-06-203-10/+10
| * Remove some more redundant Platform argumentsIan Lynagh2012-06-206-72/+64
| * Remove some redundant Platform argumentsIan Lynagh2012-06-202-17/+16
| * Fix whitespace in cmm/PprCmmExpr.hsIan Lynagh2012-06-201-24/+17
| * Fix whitespace in codeGen/StgCmmGran.hsIan Lynagh2012-06-201-32/+25
| * Make -fgransim a dynamic flagIan Lynagh2012-06-204-15/+14
| * Make -fparallel a dynamic flagIan Lynagh2012-06-205-9/+6
| * Fix whitespace in codeGen/CgParallel.hsIan Lynagh2012-06-201-29/+22
| * Remove some cruft from StaticFlagParserIan Lynagh2012-06-203-27/+1
| * Define W_TO_LONG in Cmm.hIan Lynagh2012-06-201-0/+6
* | Remove the USAVOURY HACK in simplifyInferSimon Peyton Jones2012-06-211-74/+30
|/
* Follow changes in baseIan Lynagh2012-06-192-5/+2
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-195-1/+11
|\
| * Add getGCStatsEnabled function.Paolo Capriotti2012-06-193-0/+7
| * Template Haskell: StringPrimL now takes [Word8]Reiner Pope2012-06-191-1/+1
| * Create versioned runghc wrapper (#5873)Paolo Capriotti2012-06-191-0/+3
* | Fix buildIan Lynagh2012-06-191-0/+1
* | Build fixesIan Lynagh2012-06-182-2/+1
* | Move and rename opt_HiVersionIan Lynagh2012-06-184-8/+8