summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | small tidyupSimon Marlow2012-06-152-4/+1
* | fix ticket number in commentSimon Marlow2012-06-151-1/+1
* | use definition of mdo segmentation from the workshop paperRoss Paterson2012-06-151-8/+53
|/
* Make -dppr-case-as-let a dynamic flagIan Lynagh2012-06-144-31/+36
* Fix ghc/ following -dppr-user-length changesIan Lynagh2012-06-141-2/+1
* Fix whitespace in coreSyn/PprCore.lhsIan Lynagh2012-06-141-119/+112
* Be strict in the DynFlags inside an SDocIan Lynagh2012-06-141-1/+1
* Change -dppr-user-length from a static to a dynamic flagIan Lynagh2012-06-147-19/+29
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-1439-480/+309
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-06-1313-108/+90
| |\
| * | Simplify the implementation of Implicit ParametersSimon Peyton Jones2012-06-1339-480/+309
* | | Rename Coverage.dflags to Coverage.tte_dflagsIan Lynagh2012-06-141-3/+3
* | | Fix whitespace in deSugar/Coverage.lhsIan Lynagh2012-06-141-231/+224
* | | Stop exporting, and stop using, some deprecated functionsIan Lynagh2012-06-133-13/+6
* | | Use 'ppr' rather than 'pprCLabel platform'Ian Lynagh2012-06-131-19/+19
* | | Remove more redundant Platform argumentsIan Lynagh2012-06-131-25/+24
* | | Remove more redundant Platform argumentsIan Lynagh2012-06-133-12/+9
* | | Remove some more Platform argumentsIan Lynagh2012-06-134-16/+9
| |/ |/|
* | Remove more unused Platform argumentsIan Lynagh2012-06-134-12/+9
* | Remove some unnecessary platform argumentsIan Lynagh2012-06-139-96/+81
|/
* Add missing fileIan Lynagh2012-06-131-0/+7
* Follow spelling fixesIan Lynagh2012-06-131-5/+5
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-1314-206/+298
|\
| * tweak documentation of mdo/recRoss Paterson2012-06-121-18/+25
| * Report unusable UNPACK warnings even when -O is off (#3966)Simon Marlow2012-06-121-3/+8
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-06-125-37/+38
| |\
| | * fix spelling: "infered" -> "inferred"Simon Marlow2012-06-115-37/+38
| * | Revive 'mdo' expressions, per discussion in Trac #4148Simon Peyton Jones2012-06-126-137/+178
| |/
| * Attempt to fix the bytecode generator for unboxed tuples, given the latest ch...Max Bolingbroke2012-06-092-34/+72
| * Don't use 64-bit support functions on MIPS N32.Michał Masłowski2012-06-091-1/+1