summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-208-209/+439
* Fix #11923 (#19427)Regis Caillaud2022-01-202-1/+16
* enable weave (#19363) [backport:1.6]flywind2022-01-202-3/+8
* Resolve cross file resolution errors in atomics (#19422) [backport:1.6]James2022-01-203-10/+27
* Added `std/envvars` for env vars handling (#19421)flywind2022-01-203-2/+273
* Add noQuit option (#19419) [backport:1.6]Tom2022-01-191-2/+5
* Don't reject types directly on AST (#19407)metagn2022-01-192-2/+13
* fix term rewriting with sideeffect (#19410)flywind2022-01-192-2/+24
* add an example to setControlCHook (#19416)nblaxall2022-01-191-0/+9
* suppress deprecated warnings (#19408)flywind2022-01-191-2/+1
* fix stricteffects (nimsuggest/sexp) (#19405)flywind2022-01-181-1/+1
* Improve Zshell completion (#19354)Andrey Makarov2022-01-181-144/+114
* update deprecated example (#19415)Hamid Bluri2022-01-181-1/+1
* Added `std/oserrors` for OS error reporting (#19390)flywind2022-01-173-0/+129
* Optimize lent in JS [backport:1.6] (#19393)hlaaftana2022-01-173-23/+81
* fix no net compilation on zephyr (#19399)Jaremy Creechley2022-01-171-6/+10
* mangle names in nimbase.h using cppDefine (#19395) [backport]flywind2022-01-172-0/+21
* improve changelog a bit (#19400)flywind2022-01-171-3/+1
* add mm to compilesettings; deprecate gc (#19394)flywind2022-01-163-2/+5
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-1630-67/+70
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-159-51/+413
* move type operation section and remove deepcopy document (#19389)flywind2022-01-152-40/+26
* Fixed concept constraints for static types (#19391)Jason Beetham2022-01-152-25/+71
* Generic parameters now can constrain statics in type definitions (#19362)Jason Beetham2022-01-142-2/+54
* nrvo shouldn't touch bycopy object[backport:1.2] (#19385)flywind2022-01-143-1/+31
* docs: Fix broken cross references to `rfind` in strutils (#19382) [backport]Leon2022-01-131-3/+3
* update copyright year (#19381)flywind2022-01-133-3/+3
* docs: Mention `import foo {.all.}` syntax (#19377)Leon2022-01-131-0/+11
* make rst thread safe (#19369)flywind2022-01-131-3/+3
* nimscript ignore the threads option (#19370)flywind2022-01-131-1/+1
* bitsets.nim: cleanup (#19361)Andreas Rumpf2022-01-111-24/+11
* remove spaces between an identifier and a star (#19355)flywind2022-01-101-19/+19
* fix stylecheck error with asyncdispatch (#19350)flywind2022-01-103-1/+36
* Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)gecko2022-01-103-0/+16
* added filemode docs (#19346)Smarcy2022-01-091-1/+4
* stylecheck usages part two: stdlib cleanup (#19338)flywind2022-01-083-3/+3
* fix nim-lang#19343 (#19344) [backport]Zachary Marquez2022-01-081-1/+1
* disable fragments (#19341)flywind2022-01-081-1/+1
* Fix #19038 - making the Nim compiler work again on Windows XP (#19331)rockcavera2022-01-072-22/+24
* Update net.nim (#19327) [backport]rockcavera2022-01-061-1/+1
* style usages part one (openarray => openArray) (#19321)flywind2022-01-0449-76/+76
* add std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...flywind2022-01-043-35/+23
* correct the comments (#19322)flywind2022-01-041-2/+2
* docs: Fix typo in tut1.rst (#19324)Nan Xiao2022-01-041-1/+1
* devel: style fix (#19318)Ștefan Talpalaru2022-01-042-2/+2
* fixed typos (#19316)Smarcy2022-01-031-2/+2
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-032-6/+18
* enable multiple packages (arraymancer, fidget ...) (#19311)flywind2022-01-031-3/+3
* docs: Fix typo in tut1.rst (#19309)Nan Xiao2022-01-031-1/+1
* Add Week-Of-Year Implementation to Times Module (#17223)Carlo Capocasa2022-01-033-0/+183