index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
bitops.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...
ringabout
2023-09-21
1
-1
/
+1
*
fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)
chmod222
2023-04-03
1
-3
/
+9
*
typetraits: add toSigned, toUnsigned (#18445)
Timothee Cour
2022-04-07
1
-17
/
+9
*
renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim t...
Timothee Cour
2021-08-08
1
-3
/
+1
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-21
/
+21
*
Rotation right and left refactored to generics. Continuation of #16622 (#17578)
rockcavera
2021-03-30
1
-88
/
+31
*
follow up #17539 (#17548)
flywind
2021-03-29
1
-1
/
+0
*
close #11330 sets uses optimized countSetBits (#17334)
flywind
2021-03-22
1
-80
/
+8
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-1
/
+1
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-295
/
+294
*
Improve documentation for bitops (#16961)
konsumlamm
2021-02-15
1
-128
/
+131
*
Refactoring `bitops.rotateLeftBits()` and `bitops.rotateRightBits()`; adding ...
rockcavera
2021-02-08
1
-65
/
+223
*
adding missing commas in std/bitops (#16520)
rockcavera
2020-12-30
1
-5
/
+5
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-0
/
+2
*
Fix runnable examples for bitops (#14247)
awr1
2020-05-06
1
-3
/
+3
*
Added bitslice operations for bitops (#14016)
awr1
2020-05-06
1
-21
/
+206
*
Make bitand, bitor, bitxor varargs-friendly (#13985)
awr1
2020-04-20
1
-9
/
+26
*
Add runnableExamples to bitops module (#13951)
jiro
2020-04-13
1
-15
/
+143
*
fix several typos in documentation and comments (#12553)
Nindaleth
2019-10-30
1
-1
/
+1
*
[backport] run nimpretty on os-related stuff
narimiran
2019-09-30
1
-32
/
+47
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-48
/
+48
*
Bit operator names 2 (#11413)
Arne Döring
2019-06-06
1
-0
/
+11
*
Enable range checking for unsigned integers (#11313)
Oscar Nihlgård
2019-05-25
1
-0
/
+18
*
code cleanup (#10874)
Arne Döring
2019-03-28
1
-18
/
+6
*
bitops: add reverseBits and test (#10835)
Tomohiro
2019-03-13
1
-0
/
+45
*
Remove var
silent-observer
2019-03-05
1
-1
/
+1
*
Vm bitops fixes (#10520)
Arne Döring
2019-02-05
1
-10
/
+17
*
Added basic bit manipulation procs to bitops (#10338)
Ico Doornekamp
2019-01-23
1
-1
/
+59
*
bitops: add 'hamming weight' to the doc index
Araq
2017-12-03
1
-1
/
+1
*
add bitops module for optimized bit manipulation. (#5201)
Parashurama
2017-03-14
1
-0
/
+383