summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove some cruft from StaticFlagParserIan Lynagh2012-06-201-10/+1
* Follow changes in baseIan Lynagh2012-06-191-4/+2
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-191-1/+1
|\
| * Template Haskell: StringPrimL now takes [Word8]Reiner Pope2012-06-191-1/+1
* | Build fixesIan Lynagh2012-06-181-1/+0
* | 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-182-4/+8
* | Make -dppr-cols a dynamic flagIan Lynagh2012-06-186-28/+16
|/
* Remove redundant warning suppression in basicTypes/Literal.lhsIan Lynagh2012-06-181-7/+0
* Make -dtrace-level a dynamic flagIan Lynagh2012-06-184-13/+10
* Remove a redundant importIan Lynagh2012-06-161-1/+0
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-164-8/+35
|\
| * 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
* | Remove a workaround for building with GHC 6.9Ian Lynagh2012-06-161-4/+0
* | Simplify some codeIan Lynagh2012-06-141-2/+1
|/
* Make -dppr-case-as-let a dynamic flagIan Lynagh2012-06-143-30/+35
* 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-146-18/+28
* 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-139-87/+134
|\
| * 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-124-36/+37
| |\
| | * fix spelling: "infered" -> "inferred"Simon Marlow2012-06-114-36/+37
| * | Revive 'mdo' expressions, per discussion in Trac #4148Simon Peyton Jones2012-06-123-19/+22
| |/
| * Attempt to fix the bytecode generator for unboxed tuples, given the latest ch...Max Bolingbroke2012-06-092-34/+72
* | Remove lots of commented out 'in' keywordsIan Lynagh2012-06-136-43/+0
* | Tweak the way UsageErrors are constructedIan Lynagh2012-06-131-1/+2
* | Remove PlatformOutputableIan Lynagh2012-06-1333-328/+285
* | Whitespace only in nativeGen/RegAlloc/Graph/Main.hsIan Lynagh2012-06-131-306/+299
* | Make tracingDynFlags slightly more definedIan Lynagh2012-06-123-11/+18
* | Pass DynFlags down to pprDefiniteTraceIan Lynagh2012-06-122-6/+6
* | Add DynFlags to the SDoc stateIan Lynagh2012-06-124-40/+42
* | Use SDoc rather than Doc in the native gensIan Lynagh2012-06-129-279/+236