Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | close #15696 (#17518) | flywind | 2021-03-25 | 1 | -0/+25 |
| | |||||
* | close #8015: const array indexing zeroes data in object variants at runtime ↵ | Timothee Cour | 2021-01-21 | 1 | -0/+57 |
| | | | | (#16782) | ||||
* | fix #14340 (#16386) | Timothee Cour | 2021-01-01 | 1 | -0/+17 |
| | |||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -12/+12 |
| | |||||
* | [backport] fix #15595 procvar `==` works in VM (#15724) | Timothee Cour | 2020-10-26 | 1 | -0/+24 |
| | |||||
* | fix #15704 #15597 wrong VM register was freed (#15705) | Timothee Cour | 2020-10-26 | 1 | -0/+130 |
| | | | | | | | | | | | | | * fix #15704 #15597 wrong VM register was freed * same treatment for nkCheckedFieldExpr * note concerning HighRegisterPressure * bump NimPatch * Update lib/system.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | close #8007 (#15695) | Timothee Cour | 2020-10-23 | 1 | -0/+51 |
| | |||||
* | Add tests to #15363 (#15633) | Danil Yarantsev | 2020-10-19 | 1 | -0/+26 |
| | |||||
* | followup after #15529 and #15534 (#15536) | Timothee Cour | 2020-10-10 | 1 | -8/+3 |
| | |||||
* | close #13081 (#15529) | Timothee Cour | 2020-10-09 | 1 | -0/+31 |
| | | | | | * close #13081 * fixup | ||||
* | fixes #10886 [backport] (#10897) | Andreas Rumpf | 2019-03-23 | 1 | -0/+18 |
| | |||||
* | Harmonize the var/let and const handling (#10410) | LemonBoy | 2019-01-23 | 1 | -0/+11 |
| | | | Fixes #10333 | ||||
* | Testament: refactoring; makes the test joiner green | Araq | 2018-12-11 | 1 | -2/+3 |
| | |||||
* | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -1/+2 |
| | |||||
* | Fixes #9671 (#9750) | Randy Smith | 2018-11-19 | 1 | -1/+0 |
| | |||||
* | Merge tests into a larger file (part 5 of ∞) (#9368) | Miran | 2018-10-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix | ||||
* | Fix vm regression (#8163) | Oscar Nihlgård | 2018-06-30 | 1 | -0/+13 |
| | |||||
* | Fixes #6689 (#8135) | Oscar Nihlgård | 2018-06-30 | 1 | -1/+16 |
| | |||||
* | VM regression fixes (#8146) | Oscar Nihlgård | 2018-06-29 | 1 | -1/+31 |
| | |||||
* | Adjust some tests to make them pass | LemonBoy | 2018-06-25 | 1 | -2/+2 |
| | | | | | | The non-scoped behaviour of static blocks was exploited by those tests, replace all the variables declared whithin one with compileTime marked ones. | ||||
* | Fix for newStringOfCap in VM (#7901) | Oscar Nihlgård | 2018-06-04 | 1 | -0/+8 |
| | |||||
* | Added a few useful os calls to VM (#7440) | genotrance | 2018-04-12 | 1 | -3/+21 |
| | |||||
* | Closes #6083, closes #6086, closes #6379 (#6392) | Daniil Yarancev | 2017-09-16 | 1 | -8/+58 |
| | |||||
* | fixes #4462 | Andreas Rumpf | 2016-07-08 | 1 | -1/+11 |
| | |||||
* | Fixed vm codegen for a call with compile-time args. Fixes #4412. | Yuriy Glukhov | 2016-07-06 | 1 | -0/+6 |