summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* ref #16054 undefine some stuff in JS backend (#16070)flywind2020-11-261-45/+46
* inc and dec are atomic in JS backend (#16129)flywind2020-11-251-1/+1
* add simple writeStackTrace for JS backend (#16016)flywind2020-11-241-1/+1
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-0/+3
* make var string return var char w/ BackwardsIndex (#15461)hlaaftana2020-11-121-0/+1
* doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)Timothee Cour2020-11-121-1/+2
* change NimVersion to 1.5.1narimiran2020-10-161-2/+2
* fix #15405. deepcopy arc (#15410)cooldome2020-10-011-0/+3
* cleanup lib/system/stacktraces.nim; refs #15416 (#15418)Andreas Rumpf2020-09-281-6/+0
* fixes #14983 (#15320)Andreas Rumpf2020-09-251-18/+45
* better nativestacktrace support; refs #15284; backport [1.2] (#15384)Andreas Rumpf2020-09-221-0/+6
* bump NimVersion to 1.3.7narimiran2020-09-181-1/+1
* Revert "Introduce explicit copy (#15330)" (#15346)Andreas Rumpf2020-09-161-5/+0
* Introduce explicit copy (#15330)cooldome2020-09-161-0/+5
* allow old styled RTTI for arc/orc (#15331)Andreas Rumpf2020-09-161-30/+29
* deprecate `high(value)` and `low(value)` (#15283)Miran2020-09-091-6/+8
* fixes system.add for strict funcs (#15259)Andreas Rumpf2020-09-031-18/+20
* Fix #5691 (#15158)Clyybber2020-08-271-18/+23
* more renamingsAraq2020-07-271-3/+3
* fix #14475; unittest.require now works with `nim c`; require and check now wo...Timothee Cour2020-07-141-5/+2
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-2/+5
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-5/+4
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-201-3/+8
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-151-2/+2
* Improve nimeval, changes some defaults (#14351)PMunch2020-05-151-1/+1
* `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...Timothee Cour2020-05-131-1/+2
* fixes #13881Andreas Rumpf2020-05-121-2/+2
* --hint:processing (+friends) is now supported and means `--hint:processing:on...Timothee Cour2020-05-081-1/+1
* Clarify JS cstring len (#14184)hlaaftana2020-05-051-6/+7
* fix #14217 (#14218)cooldome2020-05-051-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-2/+4
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-6/+6
* `$` now works for unsigned intergers with `nim js` (#14122)Timothee Cour2020-04-271-4/+5
* since now takes an optional patch, eg: `since: (1, 3, 1)` (#14124)Timothee Cour2020-04-261-1/+5
* forward type alignment information to seqs (#12430)Arne Döring2020-04-191-2/+10
* bump devel version to 1.3.1narimiran2020-04-031-1/+1
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-16/+20
* arc optimizations (#13325)Andreas Rumpf2020-03-181-8/+1
* catchable defects (#13626)Andreas Rumpf2020-03-121-1/+4
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-121-3/+3
* cleanup Ordinal (#13501)Timothee Cour2020-02-271-0/+12
* Documentation staticRead maximum file size limits (#13485)Juan Carlos2020-02-261-0/+3
* stdlib/system: add sink and move (#13283)cooldome2020-02-181-44/+92
* Repr v2 progress (#13268)cooldome2020-01-281-5/+2
* [backport] fix #11440, add docs to isNil for seq types needing nilseq (#13234...D-Nice2020-01-231-0/+12
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-28/+28
* System cleanup, part 2 (#13155)Miran2020-01-151-1649/+29
* Added 'ansic' os support for minimal (embedded) targets (#13088)Ico Doornekamp2020-01-151-2/+7
* more arc features (#13098)Andreas Rumpf2020-01-101-12/+19
* System cleanup, part 1 (#13069)Miran2020-01-101-496/+512