summary refs log tree commit diff stats
path: root/lib/pure/bitops.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | Shouldn't testing bit require only immutable access? I think this is a typo
* 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
ik K. Agaram <vc@akkartik.com> 2015-06-12 22:28:46 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-06-12 22:32:28 -0700 1555 - mu.vim: distinguish control-flow from constants' href='/akkartik/mu/commit/vimrc.vim?h=main&id=1ae4e0d95f7e37dc7d0b146542fc39b4aed491de'>1ae4e0d9 ^
b3cdcdd4 ^
b96af395 ^









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38