summary refs log tree commit diff stats
path: root/lib/pure/bitops.nim
Commit message (Expand)AuthorAgeFilesLines
* [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