summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-033-69/+59
|\
| * Refactor configure.ac's: Define FIND_GCC() in aclocal.m4Ian Lynagh2011-08-033-24/+20
| * Refactor configure.ac's: Put XCODE_VERSION() in aclocal.m4Ian Lynagh2011-08-033-41/+28
| * Small configure.ac refactoringIan Lynagh2011-08-031-13/+18
| * Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-08-0214-254/+254
| |\
| * | Fix path to Cabal library, corrects documentation.Lennart Kolmodin2011-08-022-3/+5
* | | Include the instances of associated types in the "extras" of a classSimon Peyton Jones2011-08-032-5/+29
| |/ |/|
* | Avoid confusing Haddock in commentSimon Peyton Jones2011-08-021-1/+1
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-0218-209/+311
|\ \ | |/
| * Wibble to main "Refactor the imports of InteractiveContext" patchSimon Peyton Jones2011-08-021-9/+17
| * Improve pretty-printing for ambiguous imports etcSimon Peyton Jones2011-08-022-12/+24
| * Add ListSetOps.removeRedundantSimon Peyton Jones2011-08-021-1/+20
| * Add a commentSimon Peyton Jones2011-08-021-0/+2
| * Fix import DEPRECATE failures for castSTUArraySimon Peyton Jones2011-08-023-0/+21
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-0230-196/+289
| |\
| * | Refactor the imports of InteractiveContextSimon Peyton Jones2011-08-0213-191/+231
* | | Fix reversed test in OccurAnal (introduced in recent commit 428f8c3d)Simon Peyton Jones2011-08-021-10/+12
* | | Comment wibble (hash at start of line confused CPP)Simon Peyton Jones2011-08-021-2/+2
* | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-08-0230-196/+289
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of ssh://darcs.haskell.org/home/darcs/ghcDavid Terei2011-08-01106-1859/+3297
| |\ \
| | * | Os X: With Xcode 4, check for gcc-4.2 also in the setup for binary distributionsManuel M T Chakravarty2011-08-011-1/+30
| | * | Remove some antiquated C constructsIan Lynagh2011-08-0122-154/+93
| | * | Revert "Don't build dph for now: it doesn't work (#5360)"Manuel M T Chakravarty2011-07-312-8/+4
| | * | Revert "Fix the workaround for #5360"Manuel M T Chakravarty2011-07-311-2/+1
| | * | Fix the use of UniqueFM in the type checker (commit bf5af91ca597666641b8519ab...Manuel M T Chakravarty2011-07-311-1/+1
| | * | Implement public interface for GC statistics.Edward Z. Yang2011-07-304-3/+124
| | * | Fix the workaround for #5360Ian Lynagh2011-07-311-1/+2
| | * | Follow things moving in the integer librariesIan Lynagh2011-07-301-26/+25
| | * | Don't build dph for now: it doesn't work (#5360)Ian Lynagh2011-07-302-4/+8
| | |/
| * | SafeHaskell: Fix bug with safe import checkDavid Terei2011-08-011-11/+16
* | | Don't bleat about non-External names in mkUsageInfoSimon Peyton Jones2011-08-021-3/+14
* | | Comments onlySimon Peyton Jones2011-08-021-1/+8
* | | Change the representation of export lists in .hi filesSimon Peyton Jones2011-08-0210-214/+167
* | | Further simplification to OccurAnal, concerning "weak loop breakers"Simon Peyton Jones2011-08-011-34/+50
* | | Comments onlySimon Peyton Jones2011-08-011-2/+3
* | | Don't run a splice if there are preceding type errorsSimon Peyton Jones2011-08-011-0/+10
| |/ |/|
* | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-295-34/+142
|\ \
| * | Add CoreMonad.reinitializeGlobals so plugins can work around linker issuesMax Bolingbroke2011-07-295-34/+142
* | | Comments, plus export TrieMap(..)Simon Peyton Jones2011-07-291-4/+25
* | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-2915-171/+144
|\ \ \ | |/ /
| * | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2011-07-299-146/+119
| |\ \
| | * | We no longer need to mark Entry as local or notMax Bolingbroke2011-07-291-6/+5
| | * | Remove last use of entryLblToInfoLblMax Bolingbroke2011-07-292-19/+12
| | * | Common up uses of entryLblToInfoLbl in CmmProcPointMax Bolingbroke2011-07-291-20/+21
| | * | Eliminate cvtToSRTLbl (dead code)Max Bolingbroke2011-07-281-9/+1
| | * | Eliminate localiseLabelMax Bolingbroke2011-07-283-16/+8
| | * | Eliminate infoLblToEntryLblMax Bolingbroke2011-07-283-42/+49
| | * | There is only one flavour of LFBlackHole: make that explicitMax Bolingbroke2011-07-282-14/+12
| | * | Put the info CLabel in CmmInfoTable rather than a localness flag, tidy up som...Max Bolingbroke2011-07-288-49/+40
| * | | Remove unnecessary import (Windows only)Simon Peyton Jones2011-07-291-1/+0