summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RTS tidyup sweep, first phaseSimon Marlow2009-08-02213-3338/+2182
* replace sparc-specific Int64 code with calls to platform-independent macrosSimon Marlow2009-07-271-116/+4
* remove old incarnation of .NET supportSimon Marlow2009-06-284-126/+0
* Windows build fixSimon Marlow2009-08-031-1/+1
* rts_stop_on_exception is a C int, not a W_Simon Marlow2009-08-031-1/+1
* Fix #3412: the worker of an Id might not be a local IdSimon Marlow2009-08-031-2/+3
* Add -r option to darcs-all, and remove push-all (#3375)Simon Marlow2009-08-032-162/+79
* remove dead codeSimon Marlow2009-06-201-12/+1
* fix warningsSimon Marlow2009-07-291-3/+2
* Implement "ghc --abi-hash M1 M2 ..."Simon Marlow2009-07-291-0/+57
* Clean GMP properly; fixes #3411Ian Lynagh2009-08-021-1/+9
* Fix permissions when installingIan Lynagh2009-08-026-10/+16
* Fix creation of library doc index, and put the library docs in bindistsIan Lynagh2009-08-024-8/+15
* Remove a TODO item that's been doneIan Lynagh2009-08-021-1/+0
* Add a publish-docs ruleIan Lynagh2009-08-011-0/+4
* Add docs to bindistsIan Lynagh2009-08-012-0/+15
* Fix "make show" in a bindistIan Lynagh2009-08-011-7/+3
* Make the new build system install the documentationIan Lynagh2009-08-013-1/+19
* whitespace tweaks in rules/docbook.mkIan Lynagh2009-08-011-2/+2
* Fix configure when alex/happy are installed to a directory containing spacesIan Lynagh2009-08-011-4/+4
* Allow more than 64k instructions in a BCO; fixes #789Ian Lynagh2009-08-012-37/+51
* If ghci runs out of labels, panicIan Lynagh2009-08-011-1/+4
* Fix the 64k insns overflow check in ghci, and add more checksIan Lynagh2009-08-012-15/+22
* Fix cleaning the integer packageIan Lynagh2009-07-301-0/+5
* Fix warnings when building with the HEADIan Lynagh2009-07-302-3/+0
* Remove some redundant fromIntegral'sIan Lynagh2009-07-302-3/+3
* Fix space problems in ghciIan Lynagh2009-07-301-2/+5
* Make the types we use when creating GHCi bytecode better match realityIan Lynagh2009-07-296-152/+166
* Add an (Outputable Word16) instanceIan Lynagh2009-07-281-1/+4
* Fix whitespace in ByteCodeAsm.lhsIan Lynagh2009-07-281-107/+107
* Add CHECK(p), like ASSERT(p) but works even when !defined(DEBUG)Simon Marlow2009-07-291-5/+9
* enable the x86-specific versions of atomic_inc()/atomic_dec()Simon Marlow2009-07-291-4/+4
* fix warningSimon Marlow2009-07-281-2/+0
* fix warningSimon Marlow2009-07-281-1/+0
* fix a warningSimon Marlow2009-07-281-3/+0
* Be a bit more sensible about choosing external OccNamesSimon Marlow2009-07-281-6/+19
* Remove old 'foreign import dotnet' codeSimon Marlow2009-07-2713-384/+30
* remove a couple of ToDosSimon Marlow2009-07-271-2/+0
* buildinfo files need a $$(wildcard)Simon Marlow2009-07-271-1/+1
* Slight tweak to avoid overflowing the command-line size in bindistSimon Marlow2009-07-271-1/+1
* avoid (benign) error about overriding rules for binary-distSimon Marlow2009-07-271-1/+1
* Give a better error message for hidden packages when building Cabal packageIan Lynagh2009-07-261-2/+13
* Add a -fbuilding-cabal-package flagIan Lynagh2009-07-261-0/+2
* Add an extension to disable n+k patternsIan Lynagh2009-07-255-5/+35
* Fix a warning on WindowsIan Lynagh2009-07-241-1/+1
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-2460-73/+72
* add number of bytes to +RTS -DS leak reportsSimon Marlow2009-07-241-2/+2
* free the gc_thread structures during shutdownSimon Marlow2009-07-243-0/+19
* Add atomic_inc()/atomic_dec(), and use them to replace gc_running_mutexSimon Marlow2009-07-242-22/+83
* Rewrite the foreign import string parser using ReadPSimon Marlow2009-07-232-120/+50