summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add std/private/win_getsysteminfo; refactor the usage of `GetSystemInfo` (#19...flywind2022-01-043-35/+23
* devel: style fix (#19318)Ștefan Talpalaru2022-01-042-2/+2
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-031-6/+6
* Add Week-Of-Year Implementation to Times Module (#17223)Carlo Capocasa2022-01-031-0/+82
* [docs] clarify the raised exception (#19308)flywind2022-01-031-4/+4
* add compile time option for POSIX sigwait on Illumos/Solaris (#19296)BarrOff2022-01-021-0/+7
* Fix #19297 - fixing broken list after adding empty list (#19299)rockcavera2021-12-301-5/+6
* enable `maxDescriptors` on Illumos/Solaris (#19295)BarrOff2021-12-302-4/+4
* fix 19292 (#19293)rockcavera2021-12-291-6/+9
* Fix #19107 (#19286) [backport]Tomohiro2021-12-251-2/+10
* Revert "Update uri.nim (#19148) [backport:1.0]" (#19280)Andreas Rumpf2021-12-231-2/+0
* Fix group reference (with capital letters (#19196)Andrey Makarov2021-12-201-1/+1
* Extract runnables that specify `doccmd` (#19275) [backport:1.6]Jake Leahy2021-12-201-2/+2
* Update colors.nim (#19274)MichalMarsalek2021-12-201-145/+162
* use uppercase "type" for Proxy-Authorization header (#19273)xioren2021-12-191-1/+1
* [formatter] async.nim uses two spaces (#19264)flywind2021-12-171-4/+4
* fix #19244 - solves the problem of the InAddr object constructor in Windows. ...rockcavera2021-12-171-1/+1
* suggestion to respect typedarray type (#19257)Sven Keller2021-12-161-1/+27
* [backport:1.0] json: limit recursion depth (#19252)Miran2021-12-141-3/+9
* Fix #19253 (#19254)PMunch2021-12-141-0/+3
* fix: fixes bug in CVerifyPeerUseEnvVars (#19247)Nick Wilburn2021-12-141-1/+2
* fix bug #14468 zero-width split (#19248)Carlo Capocasa2021-12-131-4/+7
* Various std net improvements (#19132)Jaremy Creechley2021-12-122-13/+52
* Update uri.nim (#19148) [backport:1.0]Dominik Picheta2021-12-111-0/+2
* fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)Andreas Rumpf2021-12-101-1/+14
* move toDeque to after addLast (#19233) [backport:1.0]MichalMarsalek2021-12-101-14/+14
* Revert "swap port to correct port order (#19177)" (#19234)Jaremy Creechley2021-12-101-2/+2
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-101-7/+39
* add comments to spawn and pinnedSpawn (#19230)flywind2021-12-091-2/+4
* remove `std/sharedstrings` (#19228)flywind2021-12-091-154/+0
* Add support for LoongArch (#19223)wenghongquan2021-12-092-2/+4
* Atomic inc/dec should use ATOMIC_SEQ_CST (#19212)flywind2021-12-081-3/+3
* Making TCC work again on Windows --cpu:amd64 - fix #16326 (#19221)rockcavera2021-12-081-2/+16
* remove `sysspawn` which is dead code (#19218)flywind2021-12-061-187/+0
* [format minor] remove unnecessary spaces (#19216)flywind2021-12-061-5/+5
* feat: TLS-ALPN wrappers for OpenSSL (#19202)Iced Quinn2021-12-041-0/+14
* swap port to correct port order (#19177)Jaremy Creechley2021-11-241-2/+2
* fix inline syntax highlighting in system.nim (#19184)Andrey Makarov2021-11-241-0/+1
* parseExpr/parseStmt accept filename, fixes #13540 (#19182)hlaaftana2021-11-241-6/+8
* make JS trunc polyfill opt-in, closes #16144 (#19183)hlaaftana2021-11-241-3/+3
* `caseStmtMacros` no longer experimental, experimental manual refactor (#19173)hlaaftana2021-11-231-6/+1
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-233-11/+237
* Implement threads on Zephyr (#19156)Jaremy Creechley2021-11-232-9/+27
* Enable customizing PageShift to set PageSize for embedded targets (#19129)Jaremy Creechley2021-11-161-3/+7
* fixes .raises inference for newSeq builtin under --gc:orc [backport] (#19158)Andreas Rumpf2021-11-161-1/+1
* Implement zephyr urandom and monotime (#19142)Jaremy Creechley2021-11-142-1/+18
* wrong spaces (3 => 2) (#19145)flywind2021-11-141-1/+1
* Fix undeclared 'SYS_getrandom' on emscripten (#19144)Anuken2021-11-131-1/+1
* Fix punycode.decode function (#19136)Christoph Krybus2021-11-121-15/+16
* Merge file size fields correctly on Windows (#19141)Clay Sweetser2021-11-121-1/+5