summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
Commit message (Expand)AuthorAgeFilesLines
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-2/+1
* Improve out-of-order inferred type variablessheaf2022-03-021-10/+14
* NCG: inline some 64-bit primops on x86/32-bit (#5444)Sylvain Henry2022-02-231-2/+0
* Reinstallable GHCZubin Duggal2022-02-211-1/+1
* Fix documentation about Word64Rep/Int64Rep (#16964)Sylvain Henry2022-02-111-2/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-017-16/+5
* Levity-polymorphic arrays and mutable variablessheaf2022-01-262-17/+132
* Re-export GHC.Types from GHC.Extssheaf2021-12-071-3/+8
* Bump Cabal submoduleBen Gamari2021-11-181-1/+1
* Increase type sharingBen Gamari2021-11-171-0/+10
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-063-48/+20
* Remove record field from SoloSimon Peyton Jones2021-11-051-1/+9
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-1/+3
* Rules for sized conversion primops (#19769)Sylvain Henry2021-09-301-0/+146
* Add more instances for SoloDavid Feuer2021-09-181-0/+2
* Export Solo from Data.TupleDavid Feuer2021-08-271-1/+49
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-022-2/+11
* doc: fix copy/paste errorFraser Tweedale2021-07-271-2/+2
* Generalise reallyUnsafePtrEquality# and use itsheaf2021-07-233-0/+170
* Add Word64#/Int64# primopsSylvain Henry2021-07-154-87/+9
* Revert "Make reallyUnsafePtrEquality# levity-polymorphic"Matthew Pickering2021-06-271-9/+0
* Make reallyUnsafePtrEquality# levity-polymorphicsheaf2021-06-251-0/+9
* Reword: representation instead of levitysheaf2021-06-101-2/+2
* Make some simple primops levity-polymorphicsheaf2021-06-041-0/+20
* Use fix-sized arithmetic primops for fixed size boxed typesJohn Ericson2021-05-061-28/+174
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-293-2/+69
* Make divModInt# branchlessSylvain Henry2021-04-291-13/+69
* Allow divInt#/modInt# to inline (#18067)Sylvain Henry2021-04-291-2/+2
* Refactor modInt# to make it branchlessSylvain Henry2021-04-291-7/+59
* Refactor divInt# to make it branchless (#18067, #19636)Sylvain Henry2021-04-291-9/+68
* [skip ci] Fix 'Ord' documentation inconsistencyGaƫl Deest2021-03-201-4/+4
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-141-1/+2
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-4/+17
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-0/+18
* Move absentError into ghc-prim.Andreas Klebinger2021-02-261-0/+58
* Introduce keepAlive primopBen Gamari2021-02-141-0/+4
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+1
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-9/+4
* Implement BoxedRep proposalAndrew Martin2020-12-141-4/+9
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-1/+1
* Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-11-051-3/+8
* Clarify Eq documentation #18713f-a2020-10-161-9/+4
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-152-79/+28
* Unification of Nat and NaturalsHaskellMouse2020-10-131-5/+2
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-10-071-2/+2
* Fix typos in commentsKrzysztof Gogolewski2020-10-021-1/+1
* Added explicit fixity to (~).HaskellMouse2020-09-172-0/+11
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-281-15/+2
* Allow unsaturated runRW# applicationsBen Gamari2020-08-181-1/+1
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-223-5/+9