summary refs log tree commit diff stats
path: root/lib/pure/lenientops.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ↵Timothee Cour2020-03-131-2/+0
| | | | | | | | other fixes (#13550) * fix #13218: avoid some irrelevant warnings for nim doc,rst2html * suppress warnRedefinitionOfLabel for nim doc * lots of fixes for UnusedImport warnings
* 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
| | | | | * rename SomeReal to SomeFloat * added changelog entry
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-211-0/+60
* added 'lenient ops' module * made lenient ops inline/noSideEffect; updated copyright * moved tests into external module * added warning for the '==' operator * mentioned lenientops in the standard library overview * removed test on nimout -- too fragile * removed `==` and moved doc link to core section