summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Build compiler with --noNimblePath (#20168)Ivan Yonchovski2022-08-094-5/+5
* docs: fix some spelling errors (#19816)ee72022-08-0910-141/+143
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-0919-1/+68
* fixes broken ssl tests (#20181)ringabout2022-08-091-2/+2
* update the docs of arc following up #19749 (#19752)ringabout2022-08-081-2/+2
* fixes links in the readme (#20167)ringabout2022-08-071-2/+2
* [minor] don't find `"Hint: gc"` for action (#20170)ringabout2022-08-071-4/+2
* fixes #20153; do not escape `_` for mysql [backport] (#20164)ringabout2022-08-052-2/+5
* Improve error message for `strutils.addf` (#20157)konsumlamm2022-08-051-8/+8
* remove annoying dropdowns from the bug form (#20154)ringabout2022-08-051-147/+8
* Two broken links found (#20121)Sojin2022-08-041-2/+2
* Add bug form (#19913)Juan Carlos2022-08-044-88/+287
* Markdown code blocks part 3 (#20117)Andrey Makarov2022-08-045-283/+409
* 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