summaryrefslogtreecommitdiff
path: root/compiler/prelude/primops.txt.pp
Commit message (Expand)AuthorAgeFilesLines
* Fix dataToTag# comment syntax again (primops.txt.pp)Ömer Sinan Ağacan2018-10-121-53/+52
* Comments about dataToTag# onlySimon Peyton Jones2018-10-121-21/+53
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-101-24/+20
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-82/+0
* Add Int8# and Word8#Michal Terepeta2018-10-071-0/+82
* Set `infixr -1 ->`Alec Theriault2018-10-041-1/+1
* Improve generated `GHC.Prim` docsAlec Theriault2018-10-041-27/+62
* primops: Fix documentation of compactAllocateBlock#Ben Gamari2018-10-011-4/+4
* Add traceBinaryEvent# primopMitsutoshi Aoe2018-08-211-2/+12
* Fix precision of asinh/acosh/atanh by making them primopsArtem Pelenitsyn2018-08-211-0/+30
* primops: Drop documentation for WORD_SIZE_IN_BITS < 32Chai T. Rex2018-08-161-4/+5
* primops: Drop support for WORD_SIZE_IN_BITS < 32Ben Gamari2018-08-151-27/+0
* Fix PrelRules.caseRules to account for out-of-range tagsSimon Peyton Jones2018-07-251-1/+1
* Fix hash in haddock of ghc-prim.Masahiro Sakai2018-07-161-17/+17
* Replace atomicModifyMutVar#David Feuer2018-07-151-11/+23
* rts: Rip out support for STM invariantsBen Gamari2018-06-021-7/+0
* base: Improve documentation of indexArray#Andrew Martin2018-05-301-2/+7
* Add HeapView functionalityPatrick Dougherty2018-05-201-5/+4
* Add 'addWordC#' PrimOpSebastian Graf2018-05-051-4/+15
* Declare `catchRetry#` lazy in its first argumentBen Gamari2018-04-131-1/+1
* Add unaligned bytearray access primops. Fixes #4442.Reiner Pope2018-03-251-0/+210
* Fix seq# case of exprOkForSpeculationSimon Peyton Jones2018-03-201-7/+1
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-191-0/+14
* myThreadId# is trivial; make it an inline primopSimon Marlow2018-02-181-1/+0
* Add new mbmi and mbmi2 compiler flagsJohn Ky2018-01-211-0/+22
* Revert "Improve accuracy of get/setAllocationCounter"Ben Gamari2018-01-181-14/+0
* Fix hash in haddock of ghc-prim.HE, Tao2018-01-151-1/+1
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-081-0/+14
* Typos in comments [ci skip]Gabor Greif2017-12-281-1/+1
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* Revert "Add new mbmi and mbmi2 compiler flags"Ben Gamari2017-11-221-22/+0
* base: Document GHC.Stack.CCS internalsBen Gamari2017-11-211-1/+1
* Add new mbmi and mbmi2 compiler flagsJohn Ky2017-11-151-0/+22
* Turn `compareByteArrays#` out-of-line primop into inline primopalexbiehl2017-10-291-1/+0
* Implement new `compareByteArrays#` primopHerbert Valerio Riedel2017-10-161-3/+22
* TypofixesGabor Greif2017-09-271-2/+2
* primops: Add some notes regarding the meaning of the "type" fieldBen Gamari2017-09-261-0/+8
* Model divergence of retry# as ThrowsExn, not DivergesBen Gamari2017-09-131-2/+5
* Clarify seq documentationSibi Prabakaran2017-09-131-2/+3
* Fix note references and some typosGabor Greif2017-07-261-1/+1
* Reword documentation region overlap documentation for copying mutable arraysAndrew Martin2017-06-191-6/+14
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* Document mkWeak#Ben Gamari2017-04-251-0/+5
* base: Implement bit casts between word and float typesErik de Castro Lopo2017-04-121-2/+3
* Revert "Make raiseIO# produce topRes"David Feuer2017-04-031-4/+6
* Typos in comments [ci skip]Gabor Greif2017-03-301-1/+1
* Spelling in comments only [ci skip]Gabor Greif2017-03-281-1/+1
* Make unsafeInterleaveST less unsafeDavid Feuer2017-03-221-1/+1
* Let GHC know MutVar# ops can't failDavid Feuer2017-03-211-2/+16
* Make raiseIO# produce topResDavid Feuer2017-03-091-6/+4