summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-1547-126/+341
* fix #20002 (#20004)metagn2022-07-152-1/+9
* [Orc] fixes "streams.readDataStr segafaults" when accepting a string literal...flywind2022-07-152-0/+15
* Change `styleCheck` to ignore foreign packages (#19822)quantimnot2022-07-1416-108/+120
* fixes #20015; document `shallowCopy` does a deep copy with ARC/ORC (#20025)flywind2022-07-141-0/+2
* Add sink and lent annotations to the critbits module (#20021)silent-observer2022-07-141-8/+8
* use pull_request_target (#20020)flywind2022-07-131-1/+1
* fix #20012 (#20013)Daniel Clarke2022-07-132-1/+16
* Add #19406 changes to changelog (#20011)metagn2022-07-121-2/+6
* fix #18735; genDepend broken for duplicate module names in separate folders (...flywind2022-07-122-8/+52
* allow dots in defined() (#20010)metagn2022-07-123-3/+33
* try to optimize hot spots for orc-booting compiler (#20001)flywind2022-07-121-5/+13
* fix github script failure (#20006)flywind2022-07-121-3/+3
* tracking the memory usage of orc-booting compiler for each commit (#19941)flywind2022-07-112-0/+118
* Fix nested finally handling in closureiters [backport] (#19933)Tanguy2022-07-112-6/+100
* Fixes Compilation error with --app:lib (#19965)Juan M Gómez2022-07-101-1/+1
* remove `when declared(cache)`; cache is always there (#19991)flywind2022-07-101-9/+6
* update section regarding `std/assertions` in changelog (#19992)flywind2022-07-091-1/+1
* removed caching logic; saves 400MB for an ORC booting compiler (#19989)Andreas Rumpf2022-07-091-8/+1
* sysrand: fix syscall signature [backport] (#19982)Jacek Sieka2022-07-071-4/+3
* cache rope when threads are enabled (#19981)flywind2022-07-071-6/+5
* default threads on (#19368)flywind2022-07-0610-9/+17
* Fixes return values of execCmd on macos (#19963)Daniel Clarke2022-07-052-1/+14
* rename gc to mm (#19971)flywind2022-07-051-1/+1
* Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)rockcavera2022-07-042-24/+33
* closes #15897; add testcase (#19961)flywind2022-07-021-0/+11
* Allow recursive closure iterators (#19939)Tanguy2022-06-303-5/+16
* jsffi add missing braces (#19948)Juan Carlos2022-06-301-10/+10
* Enable nim-lang to build correctly on illumos-based systems (#19952)Sam Zaydel2022-06-301-1/+1
* once C++, always C++ [backport] (#19938)Jacek Sieka2022-06-301-10/+16
* 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