summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19...flywind2022-06-292-1/+46
* closes #11042; add testcase (#19935)flywind2022-06-281-0/+55
* Fix jsre (#19917)Juan Carlos2022-06-281-3/+5
* ref #19830; multiple definition of in Nim generated static libraries (#19934)flywind2022-06-271-18/+18
* Fix distinct requiresInit test and manual (#19901)Khaled Hammouda2022-06-222-7/+10
* [vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19...flywind2022-06-224-14/+263
* [Tiny] correct comment opcDeref => opcLdDeref (#19908)flywind2022-06-211-1/+1
* fix typo in nre.nim (#19915)flintforge2022-06-211-2/+1
* Fix nimRawSetjmp for VCC [backport: 1.2] (#19899)Tanguy2022-06-201-1/+1
* Recommend gcc 5.x or newer (#19910)tersec2022-06-201-2/+2
* Fixes #19900 (#19906)Jake Leahy2022-06-195-6/+6
* [vm] refactor `stdlib.marshal.load` (#19905)flywind2022-06-191-17/+1
* document nimTestsNimdocFixup for rsttester (#19894)flywind2022-06-161-1/+6
* Better range error messages (#19867)Tanguy2022-06-152-3/+6
* Keep the doc sidebar on the screen while scrolling (#19851)JJ2022-06-159-1671/+1462
* Fixes #19883 so genscript works with vcc (#19893)Don-Duong Quach2022-06-151-2/+8
* Windows: enable nimRawSetjmp by default [backport] (#19891)Tanguy2022-06-142-0/+12
* Initial implementation of nimsuggest v3 (#19826)Ivan Yonchovski2022-06-137-36/+348
* Correctly import libcrypto functions using dynlib (#19881)Ardek Romak2022-06-131-35/+37
* [semfold] fix #19199; properly fold uint to float conversion (#19890) [backport]flywind2022-06-132-1/+7
* [cleanup] remove unnecessary procs in vm (#19888)flywind2022-06-132-6/+2
* Pass headers and body correctly to FetchOptions (#19884) [backport]Jake Leahy2022-06-131-2/+3
* Friendlier error message with solution (#19880)Carlo Capocasa2022-06-112-1/+7
* test for #19046 (#19839)Bung2022-06-101-0/+19
* Extend and document compiler debugging utilities (#19841)quantimnot2022-06-105-38/+280
* [js] add testcase for array indexDefect and remove todo (#19838)flywind2022-06-102-4/+9
* remove noop option `gc:v2` (#19810)flywind2022-06-106-18/+7
* not generate initStackBottomWith in arc/orc [backport] (#19875)flywind2022-06-101-1/+1
* fix #19862; make widestrs consistent between refc and orc (#19874) [backport]flywind2022-06-092-0/+16
* give a better error message for some template expansions (#19871)Andreas Rumpf2022-06-091-2/+4
* Deprecate std/sums (#18439)Antonis Geralis2022-06-092-0/+4
* clarify how to restart CI (#19845)flywind2022-06-081-0/+1
* `changelog.md`: Add `strutils.find` changes (#19868)Zoom2022-06-081-11/+15
* Add Microtasks docs (#19870)Juan Carlos2022-06-081-1/+1
* Fix `find` routines' api to default to `last=-1` (#19761)Zoom2022-06-072-58/+71
* Add Microtasks (#19860)Juan Carlos2022-06-042-1/+6
* RST: improve simple tables (#19859)Andrey Makarov2022-06-0416-119/+486
* Stop type aliases from inheriting sfUsed (#19861)quantimnot2022-06-042-14/+41
* change the type of mangleJsName; fixes CStringConv warnings (#19852)flywind2022-06-011-6/+6
* [Minor] remove unused and unnecessary local variable (#19853)flywind2022-06-011-1/+0
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-3023-244/+175
* Zectbumo fixes 19824 (#19825)Alfred Morgan2022-05-303-6/+13
* Doc preferred import style in compiler (#19832)quantimnot2022-05-301-0/+1
* [vm] remove unused opcSubstr opcode (#19834)flywind2022-05-302-10/+2
* Fix typo and incorrect pragma name (#19847)Michael New2022-05-301-1/+1
* Add link to std/tempfiles in the docs; fix #19155 (#19807)flywind2022-05-241-0/+4
* Add `document.hidden` and `document.visibilityState` properties (#19817)tandy10002022-05-241-0/+2
* Add Array.shift (#19811)Juan Carlos2022-05-242-1/+10
* Fix global destructor injection for JS backend (#19797)quantimnot2022-05-232-6/+27
* Fix default testament target in docs and cli help (#19796)quantimnot2022-05-232-3/+3