summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-281-1/+1
* follow up #19408; bump devel version and deprecated unsafeAddr (#20432)ringabout2022-09-281-2/+3
* Refactor initOptParser (#19656)Nan Xiao2022-09-271-22/+5
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-2738-1/+109
* Fix issue with fields trying to use wrong name (#12655)Peter Munch-Ellingsen2022-09-262-5/+5
* fix #18128 rfind on empty needle returns rightmost index (#20430)n5m2022-09-261-1/+2
* Optimize `base64.encodeMime` (#20409)Amjad Ben Hedhili2022-09-251-6/+20
* defaults to ORC (#19972)ringabout2022-09-231-0/+1
* fixes #20285; prevent oid time overflow at year 2038 (#20338)ringabout2022-09-221-25/+14
* Extract markdown/rst doc into separate file (#20404)Andrey Makarov2022-09-221-221/+8
* contentLength default to -1 if not present (#19835)Bung2022-09-211-2/+2
* RFC-460 implemented (#19771)Juan Carlos2022-09-212-0/+32
* turn nimIncrSeqV3 into deadcode (#20388)ringabout2022-09-202-91/+47
* Add missing proc to dom (#20378)Juan Carlos2022-09-191-0/+57
* Add missing symbols to regex (#20383)Juan Carlos2022-09-191-0/+1
* Recommend `mapIt` in some cases (#20347)Amjad Ben Hedhili2022-09-191-6/+4
* fixes Thread initializer for ARC/ORC on Macos (#20368)ringabout2022-09-161-1/+1
* add docs to copyNimNode and copyNimTree (#20357)ringabout2022-09-161-2/+25
* fixes #19104; peg Incorrect captures [backport:1.6] (#20352)ringabout2022-09-151-1/+4
* partial revert and redesign of #19814, changelog (#20341)metagn2022-09-142-5/+32
* Revert "add `fromChar`" (#20336)ringabout2022-09-121-9/+0
* Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...Clay Sweetser2022-09-111-6/+1
* fixes #20155; repr range with distinct types is broken with ORC (#20158)ringabout2022-09-111-1/+6
* Fix cannot create Windows directory in root (#20311)havardjohn2022-09-111-19/+8
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-117-29/+113
* add `fromChar` (#20332)Hamid Bluri2022-09-111-0/+9
* SSL: Allow the same range of versions for OSX (#20324)Andreas Rumpf2022-09-101-5/+1
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-091-3/+3
* Revert "clarify that `char` may not be unsigned" (#20320)ringabout2022-09-081-1/+1
* clarify that `char` may not be unsigned (#20308)ringabout2022-09-061-1/+1
* give a deprecate warning when using `newPar` to construct tuple expressions (...ringabout2022-09-062-3/+8
* fixes #9462; jsondoc --index can generate a theindex.json (#20205)ringabout2022-09-061-9/+8
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-0411-51/+92
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-033-47/+136
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-032-2/+2
* Revert "fix #19600 No error checking on fclose (#19836)" (#20297)ringabout2022-09-021-4/+2
* support cstring in `case` (#20130)metagn2022-09-011-0/+23
* Simpler complex division implementation (#20088)Dan Rose2022-09-011-12/+1
* Markdown code blocks part 6 (#20292)Andrey Makarov2022-08-313-345/+356
* fix #19600 No error checking on fclose (#19836)Bung2022-08-291-2/+4
* Implement complex sgn (#20087)Dan Rose2022-08-281-0/+7
* fixes #17658; add cert dir for ssl ctx (#19920)ringabout2022-08-282-1/+11
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-272-91/+97
* Add missing rand(var Rand, Ordinal) overload (#20124)Antonis Geralis2022-08-261-14/+32
* remove `var` for ref parameters in `std/tables` (#20175)ringabout2022-08-251-2/+2
* std/options enables stricteffects (#19441)ringabout2022-08-251-4/+8
* move formatfloat out of system (#20195)ringabout2022-08-2411-164/+184
* fixes nimPreviewSlimSystem; register echoBinSafe for nimPreviewSlimSystem (#2...ringabout2022-08-241-0/+2
* test removing dollar for objects out of system (#20242)metagn2022-08-244-40/+59
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-242-11/+21