summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* system: more runnableExamples + doc improvements (#17075)Timothee Cour2021-02-171-39/+48
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-171-198/+154
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-111-2/+16
* Deprecate any (#16920)Juan Carlos2021-02-081-1/+1
* document typeof (#16965)Timothee Cour2021-02-081-2/+17
* use typeof instead type (#16962)flywind2021-02-081-168/+168
* fix `of` procs + runnableExamples (#16932)Timothee Cour2021-02-051-8/+25
* document `default` (#16942)Timothee Cour2021-02-051-2/+17
* link compile-time options together in docs (#16879)n5m2021-02-021-2/+21
* remove quotation marks around imports - fixes links in the docs (#16888)Miran2021-02-011-2/+2
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-18/+12
* fix floats slice (#16853)flywind2021-01-291-6/+6
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-221-4/+3
* promote math.isNaN (#16734)flywind2021-01-151-1/+1
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-16/+1
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-111-7/+13
* fix #12311 (#16578)flywind2021-01-041-4/+7
* fix #8412 (#16563)flywind2021-01-031-6/+12
* fix #16494 (#16513)flywind2021-01-011-4/+20
* Added cmpMem export (#16484)Antonis Geralis2020-12-291-0/+2
* fix nim js cmp fails at CT (#16473)flywind2020-12-271-8/+2
* mark abs as inline (#16432)flywind2020-12-221-5/+5
* misc cleanups (#16383)Timothee Cour2020-12-181-3/+3
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-1/+1
* disabled sink openArray[T] for adding to seqs (#16352) [backport:1.4]lqdev2020-12-141-1/+1
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-12/+12
* Add 32-bit RISC-V support (#16231)Alf-André Walla2020-12-031-1/+1
* 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