summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [add testcase] NRVO does not occur with init procedures (#19462)flywind2022-01-291-0/+28
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-291-7/+38
* nvro don't touch cdecl types [backport: 1.6] (#19461)flywind2022-01-281-0/+18
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-203-63/+155
* Fix #11923 (#19427)Regis Caillaud2022-01-201-0/+10
* Resolve cross file resolution errors in atomics (#19422) [backport:1.6]James2022-01-202-0/+20
* Added `std/envvars` for env vars handling (#19421)flywind2022-01-201-0/+59
* Don't reject types directly on AST (#19407)metagn2022-01-191-0/+9
* fix term rewriting with sideeffect (#19410)flywind2022-01-191-0/+19
* Added `std/oserrors` for OS error reporting (#19390)flywind2022-01-171-0/+9
* Optimize lent in JS [backport:1.6] (#19393)hlaaftana2022-01-172-8/+45
* mangle names in nimbase.h using cppDefine (#19395) [backport]flywind2022-01-171-0/+16
* add mm to compilesettings; deprecate gc (#19394)flywind2022-01-161-1/+2
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-1624-39/+39
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-153-9/+16
* Fixed concept constraints for static types (#19391)Jason Beetham2022-01-151-25/+62
* Generic parameters now can constrain statics in type definitions (#19362)Jason Beetham2022-01-141-0/+42
* nrvo shouldn't touch bycopy object[backport:1.2] (#19385)flywind2022-01-142-0/+30
* fix stylecheck error with asyncdispatch (#19350)flywind2022-01-102-0/+34
* Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)gecko2022-01-101-0/+13
* style usages part one (openarray => openArray) (#19321)flywind2022-01-0449-76/+76
* 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