summaryrefslogtreecommitdiff
path: root/compiler/utils/Binary.hs
Commit message (Expand)AuthorAgeFilesLines
* Restore old names of comparison primopsJan Stolarek2013-09-181-1/+1
* Trailing whitespacesJan Stolarek2013-09-181-3/+3
* Binary: eradicate BinIO handlesPatrick Palka2013-08-261-44/+0
* Binary: Make lazyGet more thread-safePatrick Palka2013-08-261-1/+6
* De-orphan a load of Binary instancesIan Lynagh2013-07-271-0/+141
* Rename remaining FastBytes usages to ByteStringIan Lynagh2012-12-141-1/+1
* Remove the trivial mkFastStringFastBytes wrapperIan Lynagh2012-12-141-1/+1
* Use ByteString rather than FastBytes in BinaryIan Lynagh2012-12-141-13/+15
* Make FastBytes a synonym for ByteStringIan Lynagh2012-12-131-6/+6
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-12/+0
* Implement FastBytes, and use it for MachStrIan Lynagh2012-07-141-6/+17
* Remove some disabled codeIan Lynagh2012-05-291-3/+0
* Switch to using the time package, rather than old-timeIan Lynagh2012-01-141-0/+18
* Fix #437: recompilation check includes flagsDavid Terei2011-11-091-11/+21
* Change the way IfExtName is serialized so (most) wired-in names get special r...Max Bolingbroke2011-09-271-22/+24
* fix Binary instance for TyCon following Typeable implementationSimon Marlow2011-07-121-0/+12
* move computeFingerprint from MkIface to BinarySimon Marlow2011-07-121-0/+14
* SafeHaskell: Make base GHC.* modules untrustedDavid Terei2011-06-171-1/+1
* SafeHaskell: Update to work with safe baseDavid Terei2011-06-171-1/+2
* SafeHaskell: Fix recompilation avoidance to take Safe into account.David Terei2011-06-171-0/+9
* Remove code that is dead now that we need >= 6.12 to buildIan Lynagh2010-12-151-5/+0
* Use explicit Word32/Int32 in place of Int in the on-disk .hi fileSimon Marlow2009-08-211-3/+3
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-1/+1
* Always serialise Int as 64bit values; fixes trac #3041Ian Lynagh2009-07-171-9/+0
* Remove some code that has always been commented outIan Lynagh2009-07-171-4/+0
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-4/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-2/+2
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-1/+6
* When generating C, don't pretend functions are dataIan Lynagh2009-02-061-0/+11
* Add (a) CoreM monad, (b) new Annotations featuresimonpj@microsoft.com2008-10-301-0/+22
* Move some flags from the Makefile into module pragmasIan Lynagh2008-07-101-0/+4
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-10/+0
* remove the "expanding to size" messagesSimon Marlow2008-06-031-2/+1
* Use MD5 checksums for recompilation checking (fixes #1372, #1959)Simon Marlow2008-05-281-60/+61
* Remove a DEBUGIan Lynagh2008-03-291-3/+3
* Follow library changesIan Lynagh2008-03-231-0/+9
* Fix warnings in BinaryIan Lynagh2008-02-181-29/+25
* Whitespace onlyIan Lynagh2008-02-181-149/+148
* lots of portability changes (#1405)Isaac Dupree2008-01-171-3/+23
* refactoring only: use the parameterised InstalledPackageInfoSimon Marlow2007-10-031-5/+0
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* remove #if branches for pre-ghc-6.0Isaac Dupree2007-06-051-10/+0
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-22/+1
* Module header tidyup #2Simon Marlow2006-10-111-2/+2
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-111-103/+64
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+756