summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* [backport:1.4] JS cstring null fixes (#16979)hlaaftana2021-02-111-1/+1
* Improve documentation for assertions (#16988)konsumlamm2021-02-111-35/+51
* fix some warnings (#16952)flywind2021-02-082-16/+16
* use typeof instead type (#16962)flywind2021-02-082-3/+3
* Fix link to switchClyybber2021-02-041-1/+1
* Allow strings for -- in config.nims (#16934)Clyybber2021-02-041-5/+18
* add widestrs.newWideCString overload (#16860)flywind2021-02-011-0/+3
* fix floats slice (#16853)flywind2021-01-291-1/+1
* remove unused warning (#16809)flywind2021-01-241-2/+2
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-221-1/+2
* Deprecate TaintedString (#15423)Juan Carlos2021-01-152-21/+21
* followup for #16717: minimized example + improved comment (#16721)Timothee Cour2021-01-151-1/+3
* fix #16706 (#16717) [backport:1.4]flywind2021-01-141-1/+3
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-042-10/+20
* fix #16499 (#16514)flywind2021-01-041-10/+14
* make the docs of arithmetics better (#16510)flywind2020-12-301-126/+107
* fix #16502 (#16512)flywind2020-12-301-1/+1
* fix printing negative zero in JS backend (#16505)flywind2020-12-291-1/+3
* Added cmpMem export (#16484)Antonis Geralis2020-12-291-47/+60
* fix nim js cmp fails at CT (#16473)flywind2020-12-271-1/+6
* Avoid creating a holey array in makeNimstrLit for JS target (#16461)Jonah Snider2020-12-271-3/+2
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-214-14/+14
* Make 'echo' raise IOErrors when appropriate (#16367)Matt Haggard2020-12-181-8/+16
* fixes #16365 [backport] (#16381)Andreas Rumpf2020-12-171-6/+7
* Fix broken links in docs (#16336)Elliot Waite2020-12-142-13/+13
* Fix #14259 #15621 (#16322) [backport:1.4]rockcavera2020-12-121-4/+11
* fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...Timothee Cour2020-12-111-10/+22
* clean up old codes (#16284)flywind2020-12-091-144/+101
* [docs minor] remove unicode in docs comments (#16267)flywind2020-12-061-2/+2
* ORC: make the adaptive strategy the default in order to fight memory consumpt...Andreas Rumpf2020-12-051-6/+13
* fixes #16214 [backport] (#16252)Andreas Rumpf2020-12-042-8/+8
* cleanup docs and tests (#16235)flywind2020-12-031-1/+1
* Add 32-bit RISC-V support (#16231)Alf-André Walla2020-12-031-1/+3
* better setops docs (#16236)flywind2020-12-031-70/+62
* Fix typo and improve grammar for clamps noteClyybber2020-12-021-1/+1
* small style changes and clarify clamp (#16228)flywind2020-12-021-6/+8
* [docs minor] better comparisons docs (#16201)flywind2020-12-021-90/+89
* ORC: API extensions (#16126)Andreas Rumpf2020-12-011-14/+45
* better addInt (#16160)flywind2020-12-011-15/+81
* fix #13115 (#15930)flywind2020-11-272-10/+20
* add simple writeStackTrace for JS backend (#16016)flywind2020-11-241-0/+5
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-192-2/+4
* ORC: prepare for another patent-pending optimization (#15996)Andreas Rumpf2020-11-183-25/+51
* doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)Timothee Cour2020-11-121-9/+10
* Correct all eggs (#15906)Miran2020-11-102-2/+2
* micro improvements (#15849)Andreas Rumpf2020-11-051-1/+2
* fix #15663 (#15839) [backport:1.4]flywind2020-11-051-0/+7
* fix deprecated messages regarding high (#15832)flywind2020-11-032-2/+2
* Make newObjUninit proc to adhere to its name (#15764)Antonis Geralis2020-10-281-2/+2
* ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...cooldome2020-10-286-43/+110