summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #20132; fixes the broken jsondoc comand [backport] (#20135)ringabout2022-08-043-1/+30
* Add client.close() in httpclient examples. (#20118)gecko2022-08-041-9/+25
* closes #20123; remove builds.sr.ht (#20131)ringabout2022-08-033-99/+0
* Revert "enable nimPreviewDotLikeOps" (#19919)ringabout2022-08-034-2/+3
* Fixed compilation of void closureiters with try stmt (#20138) [backport]Yuriy Glukhov2022-08-032-4/+15
* Edits to sections 'Open arrays' and 'varargs'. (#20140)random-bites2022-08-031-6/+6
* [Changelog] Add Wider Ascii Chars sets string formatting in strutils.nim (#20...Sultan Al Isaiee2022-08-021-0/+1
* prevent cache thrashing (#20129)ringabout2022-08-021-1/+3
* Fix "Add Wider Ascii Chars sets and func for string formatting" (#20120)Clay Sweetser2022-07-311-3/+3
* Add Wider Ascii Chars sets and func for string formatting (#19994)Sultan Al Isaiee2022-07-311-12/+25
* [Doc] Fix some minor markup errors in manual (#20112)quantimnot2022-07-311-8/+9
* [ORC] replace threadpool with createThread in the runnableExamples (#20106)ringabout2022-07-311-9/+16
* replace the broken link for ORC implementation with a working one (#20105)ringabout2022-07-311-1/+1
* Highlight Nim default in Markdown code in .nim (#20110)Andrey Makarov2022-07-314-13/+28
* The internal link to koch.rst docs was broken (#20113)Sojin2022-07-311-1/+1
* Warn when casting to a larger type (#20103)konsumlamm2022-07-282-8/+12
* Fixed noinit pragma for closure variables (#20101)Yuriy Glukhov2022-07-282-2/+3
* fixes broken CI; bump macOS version to macos-11 (#20098)ringabout2022-07-273-4/+4
* fixes #20031; uint64 is an ordinal type since 1.0 (#20094)ringabout2022-07-272-1/+12
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-2610-30/+76
* fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...ringabout2022-07-262-2/+22
* 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