Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improvements to `addInt` and `$` for integer types (#18592) | Timothee Cour | 2021-08-19 | 1 | -5/+4 |
| | | | | | | | | * 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 | ||||
* | fix js stacktraces, unify all file,line,col formatting into a single ↵ | Timothee Cour | 2020-05-05 | 1 | -0/+15 |
function (#14230) * fix https://github.com/timotheecour/Nim/issues/135 ; unify all file,line,col formatting into a single function |