summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim/GHC/Magic.hs
Commit message (Expand)AuthorAgeFilesLines
* Reword: representation instead of levitysheaf2021-06-101-2/+2
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-281-15/+2
* Allow unsaturated runRW# applicationsBen Gamari2020-08-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-3/+3
* Typo in comment [ci skip]wip/ggreif-typoGabor Greif2019-10-031-1/+1
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-151-1/+0
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+9
* Document the list data typeAlec Theriault2018-10-041-9/+9
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-1/+2
* Stop runRW# being magicSimon Peyton Jones2017-12-191-3/+2
* Tidy up of wired-in namesSimon Peyton Jones2017-12-131-0/+4
* Fix comment (old filename '.lhs') in libraries/Takenobu Tani2017-02-041-2/+2
* Generalize the type of runRW#David Feuer2017-01-251-6/+18
* Support for noinline magic function.Edward Z. Yang2016-08-211-1/+8
* New magic function for applying realWorld#Ben Gamari2015-11-121-1/+18
* Generate Typeable info at definition sitesBen Gamari2015-10-301-0/+2
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-2/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-291-0/+2
* Make oneShot open-kindedJoachim Breitner2015-08-081-0/+7
* Add GHC.Prim.oneShotJoachim Breitner2014-11-021-1/+10
* Tweak Haddock markup in GHC.MagicReid Barton2014-08-091-6/+6
* Move lazy from GHC.Base to GHC.MagicIan Lynagh2012-11-131-1/+27
* Merge documentation from inline's old primop entryIan Lynagh2012-11-131-6/+16
* Formatting fixesDavid Terei2011-08-081-3/+3
* Use Safe Haskell when GHC >= 7.2David Terei2011-08-081-0/+1
* Add new GHC.Magic moduleIan Lynagh2009-11-231-0/+29