summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* clean up and clarify changelog [skip ci] (#20093)metagn2022-07-261-26/+27
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-2624-71/+405
* Markdown code blocks part 2; migrate Nim Manual (#20080)Andrey Makarov2022-07-257-670/+881
* fix #20067, fix #18976 [backport] (#20069)metagn2022-07-222-1/+31
* Use `passc` and `passl` consistently with compiler checking (#20068)tersec2022-07-211-7/+7
* Correctly detect major version of GCC (#20059)kraptor2022-07-181-20/+6
* replace shallowcopy with move in ARC/ORC (#20061)flywind2022-07-181-6/+6
* niminst: support DESTDIR and quote variables (#20051)Anna2022-07-181-42/+45
* Improve rand(bool) (#20045)Antonis Geralis2022-07-181-2/+4
* epoll: correct mapping [backport] (#20058)Jacek Sieka2022-07-181-5/+14
* Fixed typo in std/os doc (#20054)LetThereBeLemons2022-07-181-1/+1
* fix `pthread_mutex_t` size (#20055)Jacek Sieka2022-07-181-1/+1
* Fixed errors in Nim Backend integration docs. (#20046)Don-Duong Quach2022-07-171-2/+3
* defines the `gcRefc` symbol which allows writing specific code for refc (#20009)flywind2022-07-173-1/+9
* Fix typo in line 456 (#20047)Peter Guld Leth2022-07-171-1/+1
* Display protocol name in exceptions raised by getProtoByName() (#19808)kraptor2022-07-161-1/+1
* Make imports/exports not be a dropdown in sidebar (#19907)Jake Leahy2022-07-163-9/+23
* testament: use full test name in skips [backport] (#19937)Jacek Sieka2022-07-161-7/+13
* Make `random.rand` work with `Ordinal` (#20043)Amjad Ben Hedhili2022-07-162-6/+10
* make AsyncSocket.getPeerAddr work ; fix #15022 (#20038)David Krause2022-07-161-0/+2
* Use module actual file instead of PSym.info (#19956)Ivan Yonchovski2022-07-152-12/+25
* Implement type command (#19944)Ivan Yonchovski2022-07-154-3/+47
* 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