summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Follow build system changes in integer-gmpIan Lynagh2013-04-205-3/+13
* Remove the Windows installerIan Lynagh2013-04-205-819/+1
* Some build system refactoringIan Lynagh2013-04-2011-58/+52
* Small build system refactoringIan Lynagh2013-04-201-5/+6
* Small build system refactoringIan Lynagh2013-04-202-6/+6
* Add a 'compare' command to sync-allIan Lynagh2013-04-191-0/+47
* Some sync-all refactoringIan Lynagh2013-04-191-91/+108
* Use a simpler way of finding the current git branch in sync-allIan Lynagh2013-04-191-1/+1
* Update darcs -> git in a commentIan Lynagh2013-04-191-1/+1
* Remove boot-pkgs from SRC_DIST_GHC_FILESIan Lynagh2013-04-191-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2013-04-19224-34398/+5519
|\
| * Check to see if TVar's are locked in check_read_only (fixes #7815)Ryan Yates2013-04-171-2/+6
| * Fix page numbering in the users guide PDF; fixes #7793Ian Lynagh2013-04-171-4/+1
| * 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-162-31/+55
| * | 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
| * | Tidy up documentation of generalisationSimon Peyton Jones2013-04-121-18/+22
| * | 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-115-25/+65
| * added ticky counters for heap and stack checksNicolas Frisby2013-04-116-1/+21
| * Fix segfaults on SELinux machines; fixes #7629Ian Lynagh2013-04-091-1/+1
| * 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
| * | Fix installation; fixes #7784Ian Lynagh2013-04-071-1/+1
| |/
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-04-072-3/+3
| |\
| | * TyposGabor Greif2013-04-072-3/+3
| * | Add a check that the Windows DLL split is OK; fixes #7780Ian Lynagh2013-04-076-0/+138
| |/
| * 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