summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/StaticPtr.hs
Commit message (Expand)AuthorAgeFilesLines
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-111-3/+3
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* More efficient, non-allocating unsafeLookupStaticPtrÖmer Sinan Ağacan2018-11-161-4/+3
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-2/+2
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+1
* StaticPointers: Clarify documentationFacundo Domínguez2017-11-151-0/+5
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
* StaticPointers: Allow closed vars in the static form.Facundo Domínguez2016-05-021-9/+17
* Overload the static form to reduce verbosity.Facundo Domínguez2016-02-251-0/+8
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-4/+1
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-2/+2
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-131-19/+14
* fix spInfoSrcLoc field nameFacundo Domínguez2014-12-221-2/+2
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+122