summary refs log tree commit diff stats
path: root/lib/pure/bitops.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* the compiler can be compiled with vcc (#22832)Juan M Gómez2023-10-161-1/+1
* fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...ringabout2023-09-211-1/+1
* fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)chmod2222023-04-031-3/+9
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-071-17/+9
* renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...Timothee Cour2021-08-081-3/+1
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-21/+21
* Rotation right and left refactored to generics. Continuation of #16622 (#17578)rockcavera2021-03-301-88/+31
* follow up #17539 (#17548)flywind2021-03-291-1/+0
* close #11330 sets uses optimized countSetBits (#17334)flywind2021-03-221-80/+8
* IC: green tests (#17311)Andreas Rumpf2021-03-191-1/+1
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-295/+294
* Improve documentation for bitops (#16961)konsumlamm2021-02-151-128/+131
* Refactoring `bitops.rotateLeftBits()` and `bitops.rotateRightBits()`; adding ...rockcavera2021-02-081-65/+223
* adding missing commas in std/bitops (#16520)rockcavera2020-12-301-5/+5
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-0/+2
* Fix runnable examples for bitops (#14247)awr12020-05-061-3/+3
* Added bitslice operations for bitops (#14016)awr12020-05-061-21/+206
* Make bitand, bitor, bitxor varargs-friendly (#13985)awr12020-04-201-9/+26
* Add runnableExamples to bitops module (#13951)jiro2020-04-131-15/+143
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* [backport] run nimpretty on os-related stuffnarimiran2019-09-301-32/+47
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-48/+48
* Bit operator names 2 (#11413)Arne Döring2019-06-061-0/+11
* Enable range checking for unsigned integers (#11313)Oscar Nihlgård2019-05-251-0/+18
* code cleanup (#10874)Arne Döring2019-03-281-18/+6
* bitops: add reverseBits and test (#10835)Tomohiro2019-03-131-0/+45
* Remove varsilent-observer2019-03-051-1/+1
* Vm bitops fixes (#10520)Arne Döring2019-02-051-10/+17
* Added basic bit manipulation procs to bitops (#10338)Ico Doornekamp2019-01-231-1/+59
* bitops: add 'hamming weight' to the doc indexAraq2017-12-031-1/+1
* add bitops module for optimized bit manipulation. (#5201)Parashurama2017-03-141-0/+383