summaryrefslogtreecommitdiff
path: root/libraries/ghc-prim
Commit message (Expand)AuthorAgeFilesLines
* Add a primop to query the label of a threadBen Gamari2022-08-061-0/+3
* rts: Move thread labels into TSOBen Gamari2022-08-061-0/+10
* Add primop to list threadsBen Gamari2022-08-061-0/+10
* Implement DeepSubsumptionSimon Peyton Jones2022-07-251-0/+18
* Add a Note summarising GHC's UTF-8 implementationsBen Gamari2022-07-221-2/+5
* Bump ghc-prim and base versionsBen Gamari2022-06-272-22/+23
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-272-11/+10
* Mark GHC.Prim.PtrEq as Unsafesheaf2022-04-271-1/+1
* Ensure that wired-in exception closures aren't GC'dBen Gamari2022-04-251-0/+2
* Merge remote-tracking branch 'origin/master'Ben Gamari2022-04-082-8/+7
|\
| * Fixes to 9.4 release notesKrzysztof Gogolewski2022-04-081-1/+1
| * Rename [] to List (#21294)Vladislav Zavialov2022-04-071-7/+6
* | rts: Adjust RTS symbol table on Windows for ucrtBen Gamari2022-04-071-1/+1
|/
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-232-0/+2
* 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