summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fight the code bloat in base64.nimAraq2020-03-201-7/+16
* Add Base64 safe (#13672)Juan Carlos2020-03-201-9/+28
* Remove 2 old deprecated files (#13702)Juan Carlos2020-03-202-20/+0
* cycle breaker (#13593)Andreas Rumpf2020-03-194-12/+244
* Attempt to finish off araq cpp exceptions (#13695)cooldome2020-03-192-32/+6
* fix #11458 oswalkdir (#13689)Timothee Cour2020-03-191-27/+4
* added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...Andreas Rumpf2020-03-192-2/+2
* add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13...Miran2020-03-191-4/+4
* httpcore: deprecate `==`(string, HttpCode) (#13682)alaviss2020-03-191-1/+8
* enable --tlsEmulation:on for --gc:arc (#13685)Andreas Rumpf2020-03-183-7/+4
* arc optimizations (#13325)Andreas Rumpf2020-03-181-8/+1
* fixes hash(HashSet) which was wrong as it didn't respect tombstones; refs #13649Araq2020-03-181-1/+2
* add nnkMacroDef to RoutineNodes (#13676)Jasper Jenkins2020-03-171-1/+1
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-171-3/+3
* fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ...Araq2020-03-173-25/+22
* fixes #13654Andreas Rumpf2020-03-161-1/+1
* fixes #13645Araq2020-03-161-16/+18
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-137-9/+7
* catchable defects (#13626)Andreas Rumpf2020-03-1213-33/+204
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-122-6/+6
* Fix #12676 (#13634)genotrance2020-03-121-7/+15
* unicode.split: Fix the splitting when a Rune separator is used [backport] (#1...Kaushal Modi2020-03-121-14/+11
* Add more JS stuff to dom.nim (#13483)treeform2020-03-111-26/+45
* fix #13310, Deque misbehaves on VM (#13625)Miran2020-03-111-2/+15
* fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...Timothee Cour2020-03-111-13/+3
* fixes async regressionAraq2020-03-111-1/+1
* fixes #13519Araq2020-03-113-3/+3
* add expectIdent to macros (#12778)Arne Döring2020-03-111-0/+7
* fixed to jsonArrayEnd comment. (#13624)めぐみ発動機 (isVowel / GreenWing)2020-03-111-1/+1
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-112-59/+77
* fixes #13607Araq2020-03-101-6/+4
* hotfix: make --useVersion:1.0 workAraq2020-03-101-1/+2
* fix #12508, unaligned access on sparc64 (#13594)Miran2020-03-091-1/+1
* fixes #13605 (#13611)Andreas Rumpf2020-03-091-4/+5
* Add isValidFilename (#13561)Juan Carlos2020-03-071-0/+68
* Implement file streaming for httpclient's MultipartData (#12982)Zed2020-03-062-147/+212
* Fix #13573 and #13574 (#13575)Andrea Ferretti2020-03-061-4/+8
* Revert broken asynchttpserver FutureStream additions.Dominik Picheta2020-03-061-145/+31
* Removed simpleGetOrDefault (#13590)Andreas Rumpf2020-03-051-2/+4
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-052-0/+6
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-042-2/+4
* std/compilesettings implementation (#13584)Andreas Rumpf2020-03-041-0/+54
* Fix docgen snippet numbering (#13507)genotrance2020-03-031-1/+1
* Remove dead magics (#13551)Arne Döring2020-03-032-12/+12
* make genericParams support static[T] generic params (#13433)Timothee Cour2020-03-021-6/+28
* fixes #13543 and added times.isLeapDay (#13547)Timothee Cour2020-03-011-0/+13
* Update pegs.nim to work at compiletime. No range errors. (#13459)solo9892020-02-271-164/+186
* cleanup Ordinal (#13501)Timothee Cour2020-02-274-8/+16
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-265-25/+44
* added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13...Andreas Rumpf2020-02-263-28/+134