summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-031-0/+12
* Add Week-Of-Year Implementation to Times Module (#17223)Carlo Capocasa2022-01-031-0/+95
* Allow full commands and blocks in type sections (#19181)hlaaftana2022-01-025-0/+368
* Update JS and nimscript import tests (#19306)hlaaftana2022-01-012-40/+53
* Fix #19297 - fixing broken list after adding empty list (#19299)rockcavera2021-12-301-0/+12
* Fixed object field access of static objects in generics (#19283) [backport]Jason Beetham2021-12-231-0/+8
* Extract runnables that specify `doccmd` (#19275) [backport:1.6]Jake Leahy2021-12-201-0/+20
* fix #19244 - solves the problem of the InAddr object constructor in Windows. ...rockcavera2021-12-171-0/+6
* [backport:1.0] json: limit recursion depth (#19252)Miran2021-12-141-0/+32
* fix: fixes bug in CVerifyPeerUseEnvVars (#19247)Nick Wilburn2021-12-141-0/+16
* fix bug #14468 zero-width split (#19248)Carlo Capocasa2021-12-131-0/+6
* Various std net improvements (#19132)Jaremy Creechley2021-12-121-43/+45
* fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)Andreas Rumpf2021-12-101-4/+31
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-102-2/+134
* fixes an old ARC bug: the produced copy/sink operations don't copy the hidden...Andreas Rumpf2021-12-091-0/+15
* fixes a converter handling regression that caused private converters to leak ...Andreas Rumpf2021-12-092-0/+13
* allow `HSlice` bounded by constants of distinct types (#19219) [backport:1.2]Etan Kissling2021-12-061-0/+2
* treat do with pragmas but no parens as proc (#19191)hlaaftana2021-12-051-2/+17
* fixes #19159 [backport:1.6] (#19210)Andreas Rumpf2021-12-041-0/+12
* fixes #19198 [backport:1.6] (#19209)Andreas Rumpf2021-12-041-2/+21
* fixes #19015 [backport:1.6] (#19204)Andreas Rumpf2021-12-041-0/+3
* accept object type node from macros (#19179)hlaaftana2021-11-241-0/+16
* parseExpr/parseStmt accept filename, fixes #13540 (#19182)hlaaftana2021-11-242-0/+15
* fix #12274 (#19180)hlaaftana2021-11-241-0/+9
* `caseStmtMacros` no longer experimental, experimental manual refactor (#19173)hlaaftana2021-11-231-2/+0
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-231-0/+361
* Accept nnkTypeSection from typedef macro pragmas (#19168)hlaaftana2021-11-221-0/+66
* fix marshal bugs in VM (#19161) [backport:1.6]flywind2021-11-171-4/+8
* Enable customizing PageShift to set PageSize for embedded targets (#19129)Jaremy Creechley2021-11-161-2/+5
* Fix punycode.decode function (#19136)Christoph Krybus2021-11-121-1/+201
* fixes #19051 [backport:1.6] (#19133)Andreas Rumpf2021-11-121-1/+8
* fixes #19013 [backport:1.6] (#19111)Andreas Rumpf2021-11-091-0/+22
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-0/+6
* fixes another effect inference bug [backport:1.6] (#19100)Andreas Rumpf2021-11-072-0/+64
* manual: Document that comma propagates the default values of parameters (#19080)Kaushal Modi2021-11-031-0/+20
* manual: Document the use of `static` as a proc call (#19084)Kaushal Modi2021-11-032-0/+26
* Add test for issue 15435 (#19079)Kaushal Modi2021-11-031-0/+29
* tests: Fix warnings in tstrscans (#19082)Kaushal Modi2021-11-021-26/+34
* Fix VM's sametype impl to work for generics/typedescs (#19073)Jason Beetham2021-11-021-0/+58
* fix #18410 (Errors initializing an object of RootObj with the C++ backend) [b...flywind2021-10-312-1/+17
* fix #18971 (#19070) [backport:1.6]Derek 呆2021-10-291-0/+10
* Fix nimIdentNormalize, fixes #19067 (#19068)Tomasz Kramkowski2021-10-291-0/+7
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-283-15/+268
* Fixed distinct composite type class proc borrowing (#18904)Jason Beetham2021-10-261-0/+32
* Fixed generic distinct conversions for 'var' (#18837)Jason Beetham2021-10-262-0/+23
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-1/+1
* remove exception (#18906)flywind2021-10-221-0/+7
* fix parsesql.treeRepr when nil is in input (#18974)Andrey Makarov2021-10-171-0/+34
* sequtils: fix errors from `strictFuncs` use (#18998)ee72021-10-161-0/+26
* try to fix broken ssl test (#18991)Miran2021-10-141-1/+1