14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
revert removal of ghcconfig.h from package.conf.in More... over 19 years ago
fix Data.HashTable for non-GHC More... over 19 years ago
remove deprecated 'withObject' More... over 19 years ago
Jan-Willem Maessen's improved implementation of Data.HashTable Rather than incrementally enlarging the hash table, this version just does it in one go when the table gets too full. More... over 19 years ago
Warning police: Make some prototypes from the RTS known More... over 19 years ago
Warning police: Removed useless catch-all clause More... over 19 years ago
reduce dependency on ghcconfig.h More... over 19 years ago
(non-GHC only) track MArray interface change More... over 19 years ago
move Text.Html to a separate package More... over 19 years ago
bump version to 2.0 More... over 19 years ago
Remove deprecated Data.FiniteMap and Data.Set interfaces More... over 19 years ago
move altzone test from ghc to base package More... over 19 years ago
remove unnecessary #include "ghcconfig.h" More... over 19 years ago
Change the API of MArray to allow resizable arrays See #704 More... over 19 years ago
deprecate this module. More... over 19 years ago
add traceShow (see #474) More... over 19 years ago
Show instance for GHC.Base.Unknown More... over 19 years ago
Eliminate some warnings Eliminate warnings in the libraries caused by mixing pattern matching with numeric literal matching.
igloo
as Ian Lynagh
More... over 19 years ago
Introduce Unknowns for the closure viewer. Add breakpointCond which was missing More... over 19 years ago
remove spurious 'extern "C" {' More... over 19 years ago
Fix unsafeIndex for large ranges More... over 19 years ago
Improve documentation of atomically More... over 19 years ago
disambiguate uses of foldr for nhc98 to compile without errors More... over 19 years ago
make Control.Monad.Instances compilable by nhc98 More... over 19 years ago
breakpointCond
David Himmelstrup
as Lemmih
More... over 19 years ago
Add missing method genRange for StdGen (fixes #794) More... over 19 years ago
UNDO: Merge "unrecognized long opt" fix from 6.4.2 This patch undid the previous patch, "RequireOrder: do not collect unrecognised options after a non-opt". I asked Sven to revert it, but didn't get an answer. More... over 19 years ago
Avoid strictness in accumulator for unpackFoldr
dons
as Don Stewart
More... over 19 years ago
Disable unpack/build fusion
dons
as Don Stewart
More... over 19 years ago
Import Data.ByteString.Lazy, improve ByteString Fusion, and resync with FPS head
dons
as Don Stewart
More... over 19 years ago