summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-091-0/+16
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-043-74/+129
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-033-1/+151
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-1/+1
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-1/+1
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-272-1/+58
* fixes #20227; skip distinct types for genObjConstr [JS backend] (#20229)ringabout2022-08-241-0/+17
* test removing dollar for objects out of system (#20242)metagn2022-08-243-0/+20
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-241-1/+1
* Add OpenSSL 3 support (#19814)Federico Ceratto2022-08-231-23/+21
* fixes #19967; reset does not work on set [backport: 1.2] (#19968)ringabout2022-08-231-0/+27
* Add use of Windows Wide CRT API for env. vars (#20084)havardjohn2022-08-202-6/+200
* Don't require blank line before Markdown code (#20215)Andrey Makarov2022-08-152-2/+41
* fixes #20153; do not escape `_` for mysql [backport] (#20164)ringabout2022-08-051-0/+4
* Revert "enable nimPreviewDotLikeOps" (#19919)ringabout2022-08-031-1/+0
* Highlight Nim default in Markdown code in .nim (#20110)Andrey Makarov2022-07-312-2/+12
* fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...ringabout2022-07-261-0/+14
* Markdown code blocks part 2; migrate Nim Manual (#20080)Andrey Makarov2022-07-252-10/+28
* defines the `gcRefc` symbol which allows writing specific code for refc (#20009)flywind2022-07-171-1/+6
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-153-11/+128
* [Orc] fixes "streams.readDataStr segafaults" when accepting a string literal...flywind2022-07-151-0/+10
* default threads on (#19368)flywind2022-07-061-1/+1
* Fixes return values of execCmd on macos (#19963)Daniel Clarke2022-07-051-0/+13
* Fix `find` routines' api to default to `last=-1` (#19761)Zoom2022-06-071-17/+21
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-0/+229
* Zectbumo fixes 19824 (#19825)Alfred Morgan2022-05-301-0/+4
* "ip" protocol as id 0 is long gone (#19760)kraptor2022-05-071-4/+0
* Really fix StringStream with ARC at compile-time, improve streams test (#19739)Danil Yarantsev2022-04-251-2/+7
* Fix string stream crashing when created on nimscript due to last fix (#19717)Jason Beetham2022-04-141-0/+4
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-1325-83/+86
* StringStreams no longer errors when intialized with literals on arc/orc (#19708)Jason Beetham2022-04-111-0/+2
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-072-2/+16
* Removed deprecated httpcore func (#19550)Juan Carlos2022-03-181-4/+4
* enable nimPreviewDotLikeOps (#19598)flywind2022-03-091-0/+1
* register callback for marshal in VM (#19578)flywind2022-03-081-6/+36
* Remove deprecated math.c_frexp (#19518)Juan Carlos2022-02-141-6/+0
* use OrderedTable instead of OrderedTableRef for mimedb (#19522)David Krause2022-02-141-0/+2
* Fix bug 27 of #17340 (#19433)Andrey Makarov2022-02-072-8/+30
* fix parseEnum cannot parse enum with const fields (#19466)flywind2022-02-041-0/+11
* fix broken CI (#19472)flywind2022-01-311-6/+6
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-291-7/+38
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-201-54/+12
* 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
* Added `std/oserrors` for OS error reporting (#19390)flywind2022-01-171-0/+9
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-163-10/+10
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-151-5/+14
* 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-043-5/+5
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-031-0/+12
> 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631