summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* extended ticky to also track "let"s that are not closuresticky-for-all-letsNicolas 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
* | Build system fix: really print the number of symbols in DLLsIan Lynagh2013-04-061-1/+1
* | 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
* | Rename the FFI DLL to libffi.dll for consistencyIan Lynagh2013-04-061-5/+7
* | Change the list of modules that are put into a separate DLL on WindowsIan Lynagh2013-04-061-4/+2
* | When making a DLL, print the number of symbols that are in itIan Lynagh2013-04-061-0/+1
|/
* Fix typosGabor Greif2013-04-067-11/+11
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-04-032-4/+3
|\
| * In build.mk.sample, include v in GhcLibWays even if DYNAMIC_GHC_PROGRAMS is setIan Lynagh2013-04-031-1/+1
| * Fix installationIan Lynagh2013-04-031-3/+2
* | 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
|/
* Make sure README.md mentions that make can build in parallel.Austin Seipp2013-03-291-1/+6
* Revert "Make sure README.md mentions that make can build in parallel."Austin Seipp2013-03-292-6/+1
* Revert "Wibble."Austin Seipp2013-03-291-1/+1
* Wibble.Austin Seipp2013-03-291-1/+1
* Make sure README.md mentions that make can build in parallel.Austin Seipp2013-03-292-1/+6
* ticky enhancementsNicolas Frisby2013-03-2925-642/+829
* 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