summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Exts.hs
Commit message (Expand)AuthorAgeFilesLines
* Documentation: add an example of SPEC usageBodigrim2023-02-161-2/+5
* Fix @since annotations on WithDict and Coerciblesheaf2022-11-301-0/+2
* Add unsafePtrEquality# restricted to UnliftedTypesOleg Grenrus2022-11-221-0/+1
* Add native delimited continuations to the RTSAlexis King2022-09-111-0/+1
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-281-4/+0
* export IsList from GHC.IsListTeo Camarasu2022-05-291-70/+1
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-271-1/+1
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-1/+0
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-0/+1
* Levity-polymorphic arrays and mutable variablessheaf2022-01-261-2/+4
* Re-export GHC.Types from GHC.Extssheaf2021-12-071-53/+52
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-1/+1
* Generalise reallyUnsafePtrEquality# and use itsheaf2021-07-231-1/+19
* Add Word64#/Int64# primopsSylvain Henry2021-07-151-4/+0
* Re-export UnliftedRep and UnliftedType from GHC.Extssheaf2021-06-261-1/+2
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-291-0/+3
* Add documentation for GHC.Exts.sortWithiori tsu2021-04-271-0/+5
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+1
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-1/+2
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-3/+27
* Revert "Remove SpecConstrAnnotation (#13681)" (#19168)Sylvain Henry2021-01-171-2/+24
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-2/+1
* Implement BoxedRep proposalAndrew Martin2020-12-141-1/+2
* Export SPEC from GHC.Exts (#13681)Sylvain Henry2020-11-101-1/+1
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-151-1/+1
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-2/+6
* Define type Void# = (# #) (#18441)Krzysztof Gogolewski2020-07-221-0/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+1
* Apply suggestion to libraries/base/GHC/Exts.hsBodigrim2020-06-011-1/+1
* Clarify description of fromListNBodigrim2020-06-011-5/+6
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-231-0/+8
* Remove SpecConstrAnnotation (#13681)Sylvain Henry2020-05-051-23/+2
* Re-export GHC.Magic.noinline from baseSebastian Graf2020-04-071-1/+1
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-0/+4
* Incorporate MR review suggestions; add change in changelogBrian Wignall2019-11-091-3/+3
* Add IsList instance for ZipList (closes #17433)ghc-8.11-startBrian Wignall2019-11-091-1/+9
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-261-0/+39
* Remove purely external primopsJohn Ericson2019-07-141-0/+2
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-211-1/+1
* Replace atomicModifyMutVar#David Feuer2018-07-151-0/+27
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+3
* Move NonEmpty definition into GHC.BaseHerbert Valerio Riedel2017-09-041-0/+9
* Mark *FB functions INLINE[0] (Fixes #13001)Takano Akio2017-01-101-0/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
* base: Export runRW# from GHC.ExtsBen Gamari2016-05-041-0/+3
* Export oneShot from GHC.ExtsJoachim Breitner2016-05-041-1/+1
* Kill the magic of AnyBen Gamari2016-03-301-0/+3
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-2/+2
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-121-0/+9
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2