summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-04-1995-4540/+4636
|\
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-04-161-1/+1
| |\
| | * Fix the dynflags consistency codeIan Lynagh2013-04-151-1/+1
| * | Allow partial applications of a type synonym in :kind in GHCi (Trac #7586)Simon Peyton Jones2013-04-161-30/+38
| * | Remove accidentally-inserted tabsSimon Peyton Jones2013-04-161-2/+2
| * | Comments and debug output onlySimon Peyton Jones2013-04-162-3/+4
| * | Make the desugarer a tiny bit cleverer on coercions (fixes Trac #7837)Simon Peyton Jones2013-04-161-2/+31
| * | Improve the "main is not defined in Main" message a bit furtherSimon Peyton Jones2013-04-151-18/+22
| * | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-04-158-102/+65
| |\ \ | | |/
| | * Whitespace only in CmmNodeIan Lynagh2013-04-141-21/+14
| | * No need to map over all blocks, setting up PIC.Gabor Greif2013-04-131-12/+4
| | * Revert "extended ticky to also track "let"s that are not closures"Nicolas Frisby2013-04-126-69/+47
| * | Change wording of "main is not defined in Main" message (Trac #7816)Simon Peyton Jones2013-04-121-2/+2
| |/
| * Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-04-126-47/+69
| |\
| | * extended ticky to also track "let"s that are not closuresNicolas Frisby2013-04-126-47/+69
| * | Fix type variable scoping in nested pattern type signatures (#7827)Patrick Palka2013-04-121-2/+11
| |/
| * Make explicit that there can be only one entry pointGabor Greif2013-04-121-3/+3
| * ignore RealWorld in size_expr; flag to keep w/w from creating sharingNicolas Frisby2013-04-114-25/+54
| * added ticky counters for heap and stack checksNicolas Frisby2013-04-112-1/+11
| * Remove CPP in ByteCodeItblsIan Lynagh2013-04-092-186/+162
| * Use the standard state monad transformer in GHCiIan Lynagh2013-04-092-40/+20
| * Remove some __HADDOCK__ CPPIan Lynagh2013-04-093-14/+0
| * Generalise the type of fieldSz and use it moreIan Lynagh2013-04-091-3/+3
| * There can be several blocks in a PPC/ELF cmm procGabor Greif2013-04-081-8/+15
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-04-073-104/+96
| |\
| | * Remove tabs (M-x untabify)Gabor Greif2013-04-071-99/+91
| | * Fix typosGabor Greif2013-04-073-6/+6
| * | Propagate ffi includes to compiler/ghci/LibFFI.hsc (Fixes #7686)Peter Trommler2013-04-071-1/+1
| |/
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-04-071-1/+1
| |\
| | * TyposGabor Greif2013-04-071-1/+1
| * | Add a check that the Windows DLL split is OK; fixes #7780Ian Lynagh2013-04-071-0/+1
| |/
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-04-062-19/+8
| |\
| | * Rewrite usingInconsistentPicReg as a table for clarityGabor Greif2013-04-061-5/+5
| | * Derive instance Eq for CmmNodeGabor Greif2013-04-061-14/+3
| * | Remove a redundant build-system hackIan Lynagh2013-04-061-11/+0
| * | Detab modules with tabs on 5 lines or fewerIan Lynagh2013-04-0613-158/+68
| * | Whitespace only in TypeIan Lynagh2013-04-061-303/+297
| * | Split off a InteractiveEvalTypes module to remove an import loopIan Lynagh2013-04-065-42/+69
| * | Whitespace only in TysWiredInIan Lynagh2013-04-061-154/+148
| * | Change the list of modules that are put into a separate DLL on WindowsIan Lynagh2013-04-061-4/+2
| |/
| * Fix typosGabor Greif2013-04-066-9/+9
| * Fix Trac #7804, about floating equalitesSimon Peyton Jones2013-04-031-14/+55
| * Fix Trac #7805: don't allow nested foralls in promoted typesSimon Peyton Jones2013-04-031-14/+9
| * This changes fixes a bad error in canonicalisation, concerning kind equalitySimon Peyton Jones2013-04-031-46/+65
| * ticky enhancementsNicolas Frisby2013-03-2913-362/+664
| * improve dead code elimination in CorePrep (fixes #7796)Nicolas Frisby2013-03-282-74/+36
| * Fix non-termination of SpecConstr (see #5550).Amos Robinson2013-03-282-18/+50
| * Improve comments about dead code (thanks to Nick Frisby)Simon Peyton Jones2013-03-271-22/+13
| * Comment onlySimon Peyton Jones2013-03-271-1/+1
| * Comment typoSimon Peyton Jones2013-03-271-1/+1