summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SafeHaskell: Fix typo in warningDavid Terei2011-06-171-1/+1
* SafeHaskell: Fix validation errors when unsafe base usedDavid Terei2011-06-177-6/+19
* SafeHaskell: Fix compilation errors.David Terei2011-06-174-7/+8
* SafeHaskell: Update for recent changes to TcDerivDavid Terei2011-06-171-4/+7
* SafeHaskell: Fix validation errors when Safe base used.David Terei2011-06-174-5/+17
* SafeHaskell: Fix bug with overlapping instances reporting wrong errorDavid Terei2011-06-171-5/+4
* SafeHaskell: Require implicit imports to be safeDavid Terei2011-06-171-1/+1
* SafeHaskell: Even more fixing to work with safe baseDavid Terei2011-06-178-9/+10
* SafeHaskell: Move safe haskell flag into Overlap flagDavid Terei2011-06-179-85/+80
* SafeHaskell: Remove dead alternate flag check methodDavid Terei2011-06-171-77/+0
* SafeHaskell: Remove some flags from being restricted on CmdLineDavid Terei2011-06-171-30/+32
* SafeHaskell: More fixing to work with safe baseDavid Terei2011-06-175-24/+25
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-1712-15/+42
* SafeHaskell: Add ':issafe' cmd to GHCi that displays module safety infoDavid Terei2011-06-172-21/+80
* SafeHaskell: Fix a warning stopping validationDavid Terei2011-06-172-5/+7
* SafeHaskell: Allow some flags that were cmdline only before by mistakeDavid Terei2011-06-171-3/+3
* SafeHaskell: Add new package flags for setting trustDavid Terei2011-06-172-20/+54
* SafeHaskell: Fix recompilation avoidance to take Safe into account.David Terei2011-06-173-4/+15
* SafeHaskell: Restrict OverlappingInstances.David Terei2011-06-1711-98/+164
* SafeHaskell: Disable user written rewrite rules in Safe modeDavid Terei2011-06-172-10/+29
* SafeHaskell: Fix problem with forced recompilation and disable THDavid Terei2011-06-172-41/+48
* SafeHaskell: Force all FFI imports to be in IODavid Terei2011-06-172-10/+20
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-1714-552/+827
* SafeHaskell: Force all imports to be safe in Safe modeDavid Terei2011-06-173-6/+17
* SafeHaskell: Add safe import flag (not functional)David Terei2011-06-1713-51/+97
* SafeHaskell: Add Safe & Trustworthy pragmasDavid Terei2011-06-175-80/+235
* SafeHaskell: Add trust flag to packagesDavid Terei2011-06-172-2/+22
* codeGen: Make emitCopyByteArray less pessimisticJohan Tibell2011-06-172-19/+2
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-06-179-304/+367
|\
| * Skip constant folding in nativegen if new codegen used.Edward Z. Yang2011-06-171-2/+8
| * Port MachOp folding to new code generator.Edward Z. Yang2011-06-174-193/+295
| * Refactor CmmLive and CmmSpillReload.Edward Z. Yang2011-06-173-94/+49
| * Track changes in the DPH package and GHC.PArr.Manuel M T Chakravarty2011-06-172-18/+18
* | Fix buildIan Lynagh2011-06-172-14/+2
* | Merge branch 'master' of dippy:c:/msys/1.0/home/ian/ghc/.Ian Lynagh2011-06-172-4/+14
|\ \
| * | Fix the build with GHC 6.12Ian Lynagh2011-06-172-4/+14
* | | Complain if the old haddock or binary repos are in the treeIan Lynagh2011-06-172-1/+44
* | | Remove most of the CPP from compiler/nativeGen/X86/CodeGen.hsIan Lynagh2011-06-171-558/+522
|/ /
* | Whitespace only in compiler/nativeGen/X86/CodeGen.hsIan Lynagh2011-06-171-607/+607
|/
* Refactoring CmmSpillReload and CmmLive.Edward Z. Yang2011-06-174-37/+49
* Port "Add byte array copy primops" to the new code genJohan Tibell2011-06-161-0/+57
* Add byte array copy primopsJohan Tibell2011-06-162-0/+76
* Wibble on panic messageDavid Terei2011-06-161-1/+1
* FIX BUILD on PPC. Define default genCCall with correct number of args.Erik de Castro Lopo2011-06-161-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2011-06-1733-1229/+1773
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-06-169-215/+669
| |\
| | * Add dynamically-linked plugins (see Trac #3843)Simon Peyton Jones2011-06-169-215/+669
| * | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-06-1614-438/+307
| |\ \ | | |/
| | * haddock the mtl package when validatingIan Lynagh2011-06-161-4/+7
| | * Deprecate the DatatypeContexts extensionIan Lynagh2011-06-151-1/+2