summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | Make -firrefutable-tuples a dynamic flagIan Lynagh2012-06-184-6/+5
| * | Make -ignore-dot-ghci a dynamic flagIan Lynagh2012-06-184-8/+11
| * | Make -dppr-cols a dynamic flagIan Lynagh2012-06-187-29/+17
| |/
| * Remove redundant warning suppression in basicTypes/Literal.lhsIan Lynagh2012-06-181-7/+0
| * Make -dtrace-level a dynamic flagIan Lynagh2012-06-184-13/+10
| * Switch to using the 'rubenvb' mingw buildsIan Lynagh2012-06-174-17/+15
| * Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-06-171-2/+2
| |\
| | * Build fix for Hurd.Paolo Capriotti2012-06-171-2/+2
| * | Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-06-160-0/+0
| |\ \ | | |/
| | * Merge win:c:/m64/reg14Ian Lynagh2012-06-161-0/+1
| | |\
| * | \ Merge branch 'master' of http://darcs.haskell.org//ghcIan Lynagh2012-06-162-7/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Remove a redundant importIan Lynagh2012-06-161-1/+0
| | * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-165-16/+88
| | |\
| | * | Remove a workaround for building with GHC 6.9Ian Lynagh2012-06-161-4/+0
| | * | Simplify some codeIan Lynagh2012-06-141-2/+1
| * | | Fix build on win64Ian Lynagh2012-06-161-0/+1
| | |/ | |/|
| * | Don't put auto sccs on INLINE functions (#6131)Simon Marlow2012-06-151-3/+33