Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #19078 [backport] (#19090) | Andreas Rumpf | 2021-11-02 | 1 | -3/+6 |
| | |||||
* | fix a potential bug (#18900) | flywind | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | improvements to `addInt` and `$` for integer types (#18592) | Timothee Cour | 2021-08-19 | 1 | -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) | Clyybber | 2021-06-28 | 1 | -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) | flywind | 2021-06-22 | 1 | -0/+88 |