summary refs log tree commit diff stats
path: root/lib/system/comparisons.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-111-20/+25
| | | | * fixes #13513 * merge tarithmetics in tarithm
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-1/+1
|
* System cleanup, part 2 (#13155)Miran2020-01-151-0/+311
* create basic_types, arithmetics, exceptions, comparisons * create setops.nim * create memalloc.nim * create gc_interface.nim * create iterators_1.nim