summaryrefslogtreecommitdiff
path: root/rts/Hash.h
Commit message (Expand)AuthorAgeFilesLines
* typosEric Lindblad2022-06-011-1/+1
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-111-4/+31
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-091-0/+2
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-111-14/+32
* Fix a few GCC warningsMichal Terepeta2018-05-131-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+4
* rts: Add missing `const` from HashTable APIErik de Castro Lopo2016-05-191-1/+1
* rts: More const correct-ness fixesErik de Castro Lopo2016-05-181-2/+7
* rts/Hash: Constify HashTable* in lookupHashTableBen Gamari2015-11-031-4/+4
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-221-1/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+7
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-2/+3
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-201-0/+7
* add prototypes for exitHashTable()Simon Marlow2006-10-201-0/+2
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+40