summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
* Make the example better describe the desired outcome (#14611)Max Grender-Jones2020-06-081-5/+5
* optimized wrapWords; fixes #14579 (#14606) [backport:1.2]Andreas Rumpf2020-06-081-25/+48
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-081-0/+126
* fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ...Timothee Cour2020-06-021-0/+32
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-0/+54
* fix CI doc windows: style error in lib/std/time_t.nim (#14523)Timothee Cour2020-05-311-2/+2
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-0/+2
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-051-0/+15
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+19
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-1/+1
* Make unused code into actual test, replace echo with doassert (#13952)Juan Carlos2020-04-111-33/+0
* std/byaddr => std/decls (#13847)Timothee Cour2020-04-031-0/+0
* renamed new std/pragmas.nim to std/byaddr.nim (#13844)Andreas Rumpf2020-04-021-5/+5
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-0/+10
* Add Documentation (#13811)Juan Carlos2020-03-312-1/+11
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+30
* new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)Timothee Cour2020-03-231-0/+19
* fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ...Araq2020-03-172-17/+21
* std/compilesettings implementation (#13584)Andreas Rumpf2020-03-041-0/+54
* added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13...Andreas Rumpf2020-02-262-0/+96
* make monotimes have zero overhead if you don't use it (#13338) [backport]Andreas Rumpf2020-02-061-10/+6
* maybe: allows optional chaining of field access and indexing when LHS i snil ...Timothee Cour2020-01-181-0/+109
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-2/+2
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-0/+10
* fix conversions to uint in varints.nim (#12564)Arne Döring2019-11-041-22/+22
* Fix many broken links and prefer relative links within docs (#12463)Miran2019-10-241-3/+3
|\
| * Fix many broken linksJjp1372019-10-221-3/+3
* | Fix JS bug in std/monotimes (#12499) [backport]Oscar Nihlgård2019-10-241-1/+2
|/
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* last stdlib cleanupsAraq2019-09-211-1/+3
* [feature] Added std/monotimesOscar Nihlgård2019-07-121-0/+173
* there is only one style -- my styleAraq2019-07-101-58/+58
* make editdistance work with --styleCheck:errorAraq2019-07-101-108/+108
* Make public additional types from sha1 module [feature] (#11694)Ivan Bobev2019-07-101-2/+2
* Make public some sha1 module procedures (#11655) [feature]Ivan Bobev2019-07-041-3/+3
* Make `secureHash` accept any `openArray[char]`, not only `string`. (#10988)c-blake2019-04-101-1/+1
* Add summation algorithms (#9284)b3liever2019-02-131-0/+78
* better docs: sha1 (#10374)Thomas T. Jarløv2019-01-191-1/+64
* Revert export of times.CTime; add std/time_t instead. (#10319)Oscar Nihlgård2019-01-161-0/+23
* Add Example code to Documentation comment of wordWrap proc. (#10146)jiro2019-01-011-0/+5
* move diff.nim to experimentalAraq2018-12-121-387/+0
* diff.nim: massive code cleanupsAraq2018-12-121-166/+90
* added lib/std/diff.nimArne Döring2018-12-071-0/+463
* add new stdlib modules to the changelogAraq2018-11-082-0/+297
* better implementation for wrapWordsAraq2018-11-081-61/+82
* fill regionArne Döring2018-11-081-2/+4
* add doc stringArne Döring2018-11-081-0/+4
* wordwrap stuffArne Döring2018-11-081-86/+23
* WIPArne Döring2018-11-081-0/+124
* Replace the sha1 implementation w/ a working one (#9242)LemonBoy2018-10-091-160/+167
7' href='#n567'>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