Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improvements to `addInt` and `$` for integer types (#18592) | Timothee Cour | 2021-08-19 | 1 | -38/+24 |
| | | | | | | | | * 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 | ||||
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -8/+5 |
| | | | | | | * compiler/vmhooks: add getVar to allow vmops with var params * addFloat vmops with var param * cgen now renders float32 literals in c backend using roundtrip float to string | ||||
* | Fix unused warning for $ on empty object (#18381) | Clyybber | 2021-06-28 | 1 | -1/+1 |
| | |||||
* | Simplify addInt, remove digits10 (#18356) | Clyybber | 2021-06-28 | 1 | -3/+1 |
| | | | | | | | | | | | | | * 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> | ||||
* | followup #18318: simplify `dollarImpl` and add a test (#18330) | Timothee Cour | 2021-06-22 | 1 | -7/+0 |
| | |||||
* | merge similar procs regarding digits (#18318) | flywind | 2021-06-22 | 1 | -15/+10 |
| | |||||
* | added float32 schubfach algorithm; wip (#18155) | Andreas Rumpf | 2021-06-03 | 1 | -0/+4 |
| | | | | | * added float32 schubfach algorithm; wip * fixes #18418 | ||||
* | Replace double backticks with single backticks - Part 1 out of ~6 (#17205) | Danil Yarantsev | 2021-02-28 | 1 | -10/+10 |
| | |||||
* | fix stringify unsigned integer in JS and JS VM (#17086) | flywind | 2021-02-18 | 1 | -18/+29 |
| | | | | | * fix js unsigned integer * better | ||||
* | add -d:nimStrictMode in CI to keep code from regressing; fixes ↵ | Timothee Cour | 2021-02-17 | 1 | -1/+0 |
| | | | | ConvFromXtoItselfNotNeeded, UnusedImport notes (#16764) | ||||
* | remove unused warning (#16809) | flywind | 2021-01-24 | 1 | -2/+2 |
| | |||||
* | $(uint|uint64) now works with nimscript (#15644) | Timothee Cour | 2020-10-20 | 1 | -0/+20 |
| | | | | | * $(uint|uint64) now works with nimscript * fixup | ||||
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -1/+1 |
| | | | | * move since from inclrtl to std/private/since * move since import in system below for HCR | ||||
* | `$` now works for unsigned intergers with `nim js` (#14122) | Timothee Cour | 2020-04-27 | 1 | -0/+17 |
| | | | | * $(unsigned) now works for js * move NimMajor+friends closer to NimVersion according as per reviewer feedback | ||||
* | changed type() to typeof() in docs and error messages (#14084) | hlaaftana | 2020-04-24 | 1 | -3/+3 |
| | |||||
* | refactor system.$ for objects a little; refs #13398 | Araq | 2020-04-20 | 1 | -9/+3 |
| | |||||
* | Fix unused warning for `$` for empty tuple/objects (#13991) | hlaaftana | 2020-04-18 | 1 | -1/+2 |
| | |||||
* | replace old problematic isNamedTuple implementation by TypeTrait ↵ | Timothee Cour | 2020-02-07 | 1 | -11/+15 |
| | | | | | | | | isNamedTuple in dollars.nim (#13347) * replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple * fix for bootstrap | ||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -1/+1 |
| | | | | --styleCheck:error | ||||
* | move system.dollars in a separate file (#10829) | Miran | 2019-03-13 | 1 | -0/+158 |