summary refs log tree commit diff stats
path: root/lib/std/private/digitsutils.nim
Commit message (Collapse)AuthorAgeFilesLines
* Markdown code blocks migration part 8 (#22478)Andrey Makarov2023-08-151-1/+2
|
* Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ↵konsumlamm2023-08-061-2/+2
| | | | | | | (#22328) * Use `int` in `digitsutils`, `dragonbox`, `schubfach` * Fix error message
* fixes #21393 and misc style changes (#21419)Andreas Rumpf2023-02-241-3/+1
| | | | | | | | | * fixes #21393 and misc style changes * progress --------- Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
* tyInt tyUint fit target int bit width (#20829)Bung2022-12-011-3/+3
|
* fixes #19078 [backport] (#19090)Andreas Rumpf2021-11-021-3/+6
|
* fix a potential bug (#18900)flywind2021-10-141-1/+1
|
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-191-15/+53
| | | | | | | | * improvements to $(SomeInteger) and addInt * remove mIntToStr, mInt64ToStr * improvements * fix tests/pragmas/tinjectstmt.nim; the diff is harmless, cgen code is identical with -d:danger or debug mode * rm tests/system/tstrmantle.nim * revert compiler/jsgen.nim for -d:nimVersion140
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-281-35/+23
| | | | | | | | | | | | | * Simplify addInt, remove digits10 Co-authored-by: Charles Blake <charlechaud@gmail.com> * Fix bootstrapping * Add noInit to tmp array * noInit -> noinit Co-authored-by: Charles Blake <charlechaud@gmail.com>
* merge similar procs regarding digits (#18318)flywind2021-06-221-0/+88