| Commit message (Expand) | Author | Age | Files | Lines |
* | ref #16054 undefine some stuff in JS backend (#16070) | flywind | 2020-11-26 | 1 | -45/+46 |
* | inc and dec are atomic in JS backend (#16129) | flywind | 2020-11-25 | 1 | -1/+1 |
* | add simple writeStackTrace for JS backend (#16016) | flywind | 2020-11-24 | 1 | -1/+1 |
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -0/+3 |
* | make var string return var char w/ BackwardsIndex (#15461) | hlaaftana | 2020-11-12 | 1 | -0/+1 |
* | doAssertRaises improvements; nimscript supports `except Exception as e` (#15765) | Timothee Cour | 2020-11-12 | 1 | -1/+2 |
* | change NimVersion to 1.5.1 | narimiran | 2020-10-16 | 1 | -2/+2 |
* | fix #15405. deepcopy arc (#15410) | cooldome | 2020-10-01 | 1 | -0/+3 |
* | cleanup lib/system/stacktraces.nim; refs #15416 (#15418) | Andreas Rumpf | 2020-09-28 | 1 | -6/+0 |
* | fixes #14983 (#15320) | Andreas Rumpf | 2020-09-25 | 1 | -18/+45 |
* | better nativestacktrace support; refs #15284; backport [1.2] (#15384) | Andreas Rumpf | 2020-09-22 | 1 | -0/+6 |
* | bump NimVersion to 1.3.7 | narimiran | 2020-09-18 | 1 | -1/+1 |
* | Revert "Introduce explicit copy (#15330)" (#15346) | Andreas Rumpf | 2020-09-16 | 1 | -5/+0 |
* | Introduce explicit copy (#15330) | cooldome | 2020-09-16 | 1 | -0/+5 |
* | allow old styled RTTI for arc/orc (#15331) | Andreas Rumpf | 2020-09-16 | 1 | -30/+29 |
* | deprecate `high(value)` and `low(value)` (#15283) | Miran | 2020-09-09 | 1 | -6/+8 |
* | fixes system.add for strict funcs (#15259) | Andreas Rumpf | 2020-09-03 | 1 | -18/+20 |
* | Fix #5691 (#15158) | Clyybber | 2020-08-27 | 1 | -18/+23 |
* | more renamings | Araq | 2020-07-27 | 1 | -3/+3 |
* | fix #14475; unittest.require now works with `nim c`; require and check now wo... | Timothee Cour | 2020-07-14 | 1 | -5/+2 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -2/+5 |
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s... | Timothee Cour | 2020-06-16 | 1 | -5/+4 |
* | fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384) | Timothee Cour | 2020-05-20 | 1 | -3/+8 |
* | Remove the uses of {.procvar.} pragma (#14359) | Kaushal Modi | 2020-05-15 | 1 | -2/+2 |
* | Improve nimeval, changes some defaults (#14351) | PMunch | 2020-05-15 | 1 | -1/+1 |
* | `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir... | Timothee Cour | 2020-05-13 | 1 | -1/+2 |
* | fixes #13881 | Andreas Rumpf | 2020-05-12 | 1 | -2/+2 |
* | --hint:processing (+friends) is now supported and means `--hint:processing:on... | Timothee Cour | 2020-05-08 | 1 | -1/+1 |
* | Clarify JS cstring len (#14184) | hlaaftana | 2020-05-05 | 1 | -6/+7 |
* | fix #14217 (#14218) | cooldome | 2020-05-05 | 1 | -1/+1 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -2/+4 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -6/+6 |
* | `$` now works for unsigned intergers with `nim js` (#14122) | Timothee Cour | 2020-04-27 | 1 | -4/+5 |
* | since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124) | Timothee Cour | 2020-04-26 | 1 | -1/+5 |
* | forward type alignment information to seqs (#12430) | Arne Döring | 2020-04-19 | 1 | -2/+10 |
* | bump devel version to 1.3.1 | narimiran | 2020-04-03 | 1 | -1/+1 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -16/+20 |
* | arc optimizations (#13325) | Andreas Rumpf | 2020-03-18 | 1 | -8/+1 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -1/+4 |
* | rename `lenTuple` and `lenVarargs` (#13639) | Miran | 2020-03-12 | 1 | -3/+3 |
* | cleanup Ordinal (#13501) | Timothee Cour | 2020-02-27 | 1 | -0/+12 |
* | Documentation staticRead maximum file size limits (#13485) | Juan Carlos | 2020-02-26 | 1 | -0/+3 |
* | stdlib/system: add sink and move (#13283) | cooldome | 2020-02-18 | 1 | -44/+92 |
* | Repr v2 progress (#13268) | cooldome | 2020-01-28 | 1 | -5/+2 |
* | [backport] fix #11440, add docs to isNil for seq types needing nilseq (#13234... | D-Nice | 2020-01-23 | 1 | -0/+12 |
* | style fix: change 'JS' to 'js' to make it consistent (#13168) | Miran | 2020-01-16 | 1 | -28/+28 |
* | System cleanup, part 2 (#13155) | Miran | 2020-01-15 | 1 | -1649/+29 |
* | Added 'ansic' os support for minimal (embedded) targets (#13088) | Ico Doornekamp | 2020-01-15 | 1 | -2/+7 |
* | more arc features (#13098) | Andreas Rumpf | 2020-01-10 | 1 | -12/+19 |
* | System cleanup, part 1 (#13069) | Miran | 2020-01-10 | 1 | -496/+512 |