| Commit message (Expand) | Author | Age | Files | Lines |
* | compilesettings: add libpath (#16997) | Timothee Cour | 2021-02-12 | 1 | -13/+10 |
* | close #8015: const array indexing zeroes data in object variants at runtime (... | Timothee Cour | 2021-01-21 | 1 | -0/+57 |
* | fix #14340 (#16386) | Timothee Cour | 2021-01-01 | 1 | -0/+17 |
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 12 | -24/+24 |
* | [backport => 1.0] fix #16428 vmops now works for generic procs (#16429) | Timothee Cour | 2020-12-22 | 1 | -0/+4 |
* | fixes #16069; [backport:1.2] [backport:1.4] (#16115) | Andreas Rumpf | 2020-11-24 | 1 | -1/+19 |
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -3/+2 |
* | Revert "follow #16009 VM supports cast nil to ptr (#16012)" | Andrey R (cooldome) | 2020-11-17 | 1 | -30/+0 |
* | follow #16009 VM supports cast nil to ptr (#16012) | flywind | 2020-11-17 | 1 | -0/+30 |
* | close #11637(add testcase for #11637) (#15879) | flywind | 2020-11-08 | 1 | -0/+52 |
* | fix #15463 (#15831) | flywind | 2020-11-05 | 1 | -1/+11 |
* | Closure iterators are not supported by VM (#15818) | flywind | 2020-11-02 | 1 | -0/+9 |
* | fixes #15717 | flywind | 2020-11-02 | 1 | -0/+19 |
* | [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 |
* | close #8007 (#15695) | Timothee Cour | 2020-10-23 | 1 | -0/+51 |
* | fix #15662 (#15678) | cooldome | 2020-10-23 | 1 | -0/+5 |
* | 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 |
* | Remove deprecated stuff from stdlib (#14699) | Miran | 2020-06-17 | 2 | -2/+2 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -0/+1 |
* | tslow_tables: wait for an additional 2 seconds (#14266) | alaviss | 2020-05-07 | 1 | -1/+1 |
* | fix regression: -d:nimHasLibFFI was not being tested anymore (#14234) | Timothee Cour | 2020-05-06 | 1 | -13/+17 |
* | discardable async procs are now an error (#14176) | hlaaftana | 2020-05-01 | 1 | -1/+1 |
* | Add `hashWangYi1` (#13823) | c-blake | 2020-04-15 | 1 | -1/+1 |
* | fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#... | Timothee Cour | 2020-04-07 | 1 | -28/+0 |
* | fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2] | Timothee Cour | 2020-04-06 | 1 | -1/+10 |
* | fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647) | Timothee Cour | 2020-03-17 | 1 | -1/+1 |
* | std/compilesettings implementation (#13584) | Andreas Rumpf | 2020-03-04 | 1 | -0/+19 |
* | enable testing -d:nimHasLibFFI mode (#13091) | Timothee Cour | 2020-02-04 | 2 | -82/+83 |
* | VM: allow overriding MaxLoopIterations without rebuilding nim (#13233) | Timothee Cour | 2020-01-23 | 1 | -1/+1 |
* | VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083) | Timothee Cour | 2020-01-12 | 1 | -0/+13 |
* | fixes #13013, reverts previous changes to readLines() (#13036) [backport] | cooldome | 2020-01-05 | 1 | -1/+1 |
* | remove default argument for readLines (#12807) [backport] | cooldome | 2020-01-02 | 1 | -1/+1 |
* | Increased TInstr field sizes: allow long jumps and 65535 VM registers (#12777) | Ico Doornekamp | 2019-12-10 | 2 | -0/+30 |
* | fixes #12488 [backport] | Araq | 2019-11-28 | 1 | -0/+17 |
* | VM: improvements for var T/addr (#12667); fixes #12489 | Andreas Rumpf | 2019-11-28 | 3 | -3/+113 |
* | fixes #12670 [backport] (#12693) | Andreas Rumpf | 2019-11-20 | 1 | -0/+20 |
* | fixes #12310 [backport] (#12470) | Andreas Rumpf | 2019-10-20 | 1 | -0/+14 |
* | fixes #12244 [backport] | Araq | 2019-10-10 | 1 | -0/+20 |
* | Fixes #10514 (#12268) | Clyybber | 2019-09-28 | 1 | -0/+15 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
* | fixes #10981; fixes #7261 (#12217) | Andreas Rumpf | 2019-09-19 | 1 | -0/+99 |
* | rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207) | Arne Döring | 2019-09-18 | 1 | -0/+13 |
* | fixes the testcase | Araq | 2019-09-17 | 1 | -2/+1 |
* | added a testcase for #12195; testament now supports a 'timeout' spec field | Araq | 2019-09-17 | 1 | -0/+31 |
* | allows access to .compileTime vars at runtime (#12128) | Andreas Rumpf | 2019-09-05 | 1 | -1/+10 |
* | makes more tests green | Andreas Rumpf | 2019-09-02 | 1 | -2/+2 |
* | makes test green again | Araq | 2019-09-02 | 1 | -3/+3 |