summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* follow #15357 and move decodeQuery (#15860)flywind2020-12-272-34/+59
* RST: implement admonitions (#16438)Andrey Makarov2020-12-273-54/+147
* fix nim js cmp fails at CT (#16473)flywind2020-12-272-9/+8
* Avoid creating a holey array in makeNimstrLit for JS target (#16461)Jonah Snider2020-12-271-3/+2
* fix #16474 `unittest.check type1 is type2` gives CT error (#16476)flywind2020-12-271-1/+2
* Add missing HTTP codes (#16454)Juan Carlos2020-12-231-3/+54
* add `euclDiv` and `euclMod` to `math` (#16414)flywind2020-12-231-0/+26
* strip minor improvement (#16444)flywind2020-12-231-1/+1
* add sequtils to prelude (#16431)shadowninja552020-12-231-2/+2
* mark abs as inline (#16432)flywind2020-12-221-5/+5
* [backport => 1.0] fix #16428 vmops now works for generic procs (#16429)Timothee Cour2020-12-221-0/+2
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-2120-64/+64
* docs minor for math (#16407)flywind2020-12-201-2/+2
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-201-1/+147
* RST enumlist followup (#16382)Andrey Makarov2020-12-191-7/+18
* fix cmpIgnoreStyle bug (#16392)flywind2020-12-181-0/+1
* Fix osproc so that it doesn't close pipe/process/thread handles twice (#16385...Tomohiro2020-12-181-18/+40
* Make 'echo' raise IOErrors when appropriate (#16367)Matt Haggard2020-12-181-8/+16
* misc cleanups (#16383)Timothee Cour2020-12-181-3/+3
* fixes #16365 [backport] (#16381)Andreas Rumpf2020-12-171-6/+7
* use hexchar in stdlib (#16290)flywind2020-12-175-67/+39
* make the docs of strutils a bit better (#16368)flywind2020-12-171-153/+150
* fixes #16359 [backport] (#16377)Andreas Rumpf2020-12-171-1/+1
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-1/+1
* Adds toSet to create sets from iterables (#16276)Jason Beetham2020-12-141-0/+32
* sequtils.nim: Change some `func` back to `proc` (#16309)ee72020-12-141-28/+28
* disabled sink openArray[T] for adding to seqs (#16352) [backport:1.4]lqdev2020-12-141-1/+1
* Fix broken links in docs (#16336)Elliot Waite2020-12-1418-115/+121
* doc/rst2html: some few fixes for enumerated and bullet lists (#16295)Andrey Makarov2020-12-143-30/+161
* clean the docs of sequtils (#16332)flywind2020-12-141-97/+89
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-121-1/+50
* Fix #14259 #15621 (#16322) [backport:1.4]rockcavera2020-12-121-4/+11
* improve tests for collections (#16328)Timothee Cour2020-12-121-63/+45
* add math.isNaN (#16179)Timothee Cour2020-12-112-0/+22
* fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...Timothee Cour2020-12-111-10/+22
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-101-35/+55
* rationals.nim: Use `func` everywhere (#16302)ee72020-12-091-41/+41
* clean up old codes (#16284)flywind2020-12-091-144/+101
* sequtils.nim: Use `func` (#16293)ee72020-12-092-47/+47
* complex.nim: Use `func` everywhere (#16294)ee72020-12-091-60/+60
* Revert "use generics in random (#16283)" (#16291)flywind2020-12-091-15/+33
* Added Python to highlite module. (#16286)Xabier Bello2020-12-081-14/+30
* math.nim: Use `func` everywhere (#16285)ee72020-12-071-270/+268
* strutils.nim: Use `func` everywhere (#16281)ee72020-12-071-325/+294
* use generics in random (#16283)flywind2020-12-071-33/+15
* use funcs and fix links in strutils (#16277)flywind2020-12-071-14/+8
* fix parseChar see #16240 (#16245)Pietro Peterlongo2020-12-061-3/+14
* [docs minor]space for code-block (#16266)flywind2020-12-061-9/+3
* fix #16206 (#16207)flywind2020-12-061-1/+69
* [docs minor] remove unicode in docs comments (#16267)flywind2020-12-062-3/+3
>524 525 526 527 528 529 530 531 532 533 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 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674