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
*
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