summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* add NIM_STATIC_ASSERT(CHAR_BIT == 8, "") to fail-fast where assumption is vio...Timothee Cour2021-07-181-0/+3
* Revert #17398 and #17402 (#18480)Miran2021-07-181-25/+15
* fix nativeToUnixPath (#18501)Timothee Cour2021-07-171-3/+8
* make dragonbox opt-in via -d:nimFpRoundtrips (#18504)Andreas Rumpf2021-07-162-2/+2
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-169-49/+49
* Add changes required by Nimble lock file support (#12104)Ivan Bobev2021-07-151-0/+4
* deprecate `sequtils.delete` and add an overload with saner semantics consiste...Timothee Cour2021-07-151-3/+42
* added `nimAllocPagesViaMalloc` switch (#18490)Andreas Rumpf2021-07-152-5/+29
* workaround #18481 (#18482)flywind2021-07-131-18/+20
* fix comment (#18473)sivchari2021-07-111-6/+6
* sync with the same template from locks module (#18414)Antonis Geralis2021-07-101-1/+1
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-091-0/+5
* [docs] improve std/encodings (#18458)flywind2021-07-091-12/+41
* Fix a bug with starting of asynchronous processes (#18464)Ivan Bobev2021-07-081-1/+1
* rm redundant blank lines before literal blocks (#18465)Andrey Makarov2021-07-082-2/+2
* Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460)Miran2021-07-081-16/+8
* improve rendering of newOSError.additionalInfo (#18443)Timothee Cour2021-07-072-3/+6
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-074-33/+37
* major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...Timothee Cour2021-07-071-51/+134
* fix shebangs #! /xxx => #!/xxx (#18444)Timothee Cour2021-07-071-1/+1
* Cleanup interval and timeout procs (#18431)Antonis Geralis2021-07-051-8/+10
* deprecate std/mersenne (#18395)pyautogui2021-07-051-8/+4
* fixes #18411 (#18432) [backport:1.4]Andreas Rumpf2021-07-051-3/+1
* std/net: show addr+port on address already in use error; code-block => runnab...Timothee Cour2021-07-051-43/+37
* Add lent annotation to avoid extra copies in sample (#18404)Antonis Geralis2021-07-021-1/+1
* don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous i...Timothee Cour2021-07-012-7/+8
* Missing spaces when compiling testament and nim_dbg. (#18403)Endeg2021-06-301-2/+2
* fixes #18400 (#18402)Andreas Rumpf2021-06-301-1/+1
* remove isKeywordIgnoreCase from highlite, not used , can't even compile with ...Bung2021-06-301-3/+0
* Add commas to docs for clarity (#18398)Elliot Waite2021-06-291-2/+2
* typo: enmRange => enumElementsAsSet (#18394)Timothee Cour2021-06-291-2/+2
* simplify rdstdin (#18382)Timothee Cour2021-06-281-10/+4
* Fix unused warning for $ on empty object (#18381)Clyybber2021-06-281-1/+1
* Simplify addInt, remove digits10 (#18356)Clyybber2021-06-283-45/+27
* Peg captures get stack-like behavior (#18369)gemath2021-06-281-31/+59
* rst: fix bug 20 from #17340 (#18360)Andrey Makarov2021-06-261-1/+3
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-29/+30
* Add sink annotation to option some() (#18358)tomc19982021-06-251-2/+2
* docs now show nimExperimentalX APIs (#18345)Timothee Cour2021-06-252-7/+7
* couple tiny typo fixes (#18344)Smooth Operator2021-06-241-2/+2
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+11
* rst: allow comment to continue on second line (#18338)Andrey Makarov2021-06-241-18/+10
* [std/times]getTime now uses high resolution API on windows (#17901)flywind2021-06-232-2/+6
* OS.nim: style changes (#18331)Andreas Rumpf2021-06-231-30/+28
* Markdown: allow to end URL with balanced parenthesis (#18321)Andrey Makarov2021-06-231-2/+34
* followup #18318: simplify `dollarImpl` and add a test (#18330)Timothee Cour2021-06-221-7/+0
* merge similar procs regarding digits (#18318)flywind2021-06-225-135/+107
* readAsText supports both Blob and File (fixes #18187) (#18189)mantielero2021-06-211-2/+2
* convert code-blocks to runnableExamples in io (#18315)xioren2021-06-211-16/+15
* fixes #17768 [backport:1.4] (#18317)flywind2021-06-211-6/+4