summary refs log tree commit diff stats
path: root/lib/pure/lenientops.nim
Commit message (Expand)AuthorAgeFilesLines
* Use func in lenientops (#16641)konsumlamm2021-01-091-15/+15
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-2/+0
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* last stdlib cleanupsAraq2019-09-211-1/+1
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-12/+12
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-211-0/+60
id='n87' href='#n87'>87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147