summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)ringabout2023-05-117-7/+44
* Improve nimsuggest (#21825)Juan Carlos2023-05-111-1/+1
* bring #21802 back; fixes #21753 [backport] (#21815)ringabout2023-05-117-26/+174
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-1135-178/+111
* Remove LineTooLong (#21819)Juan Carlos2023-05-117-19/+13
* make `reset` use the `=destroy` and `wasMoved` pair (#21821)ringabout2023-05-111-1/+9
* fixes links of generic `define` pragma (#21828)ringabout2023-05-112-2/+2
* make ORC threadlocal, take two (#21818)Andreas Rumpf2023-05-103-8/+8
* fix #9423 followup #17594: distinct generics now work in VM (#21816)ringabout2023-05-105-19/+40
* ignore inline hint for dynlib procs in codegen [backport] (#21817)metagn2023-05-091-14/+14
* fix nimrtl and nimhcr on arc/orc (#21814)metagn2023-05-095-22/+23
* Improve and refactor cellseqs_v2 in Nim standard library (#21796)Jordan Gillard2023-05-091-13/+10
* re-enable badssl test (#21775)metagn2023-05-091-4/+4
* Add build-id=none for GCC when build for Release (#21808)Juan Carlos2023-05-082-0/+7
* Windows: use __declspec(thread) TLS implementation, it is MUCH faster… (#21...Andreas Rumpf2023-05-081-1/+7
* documents codegendecl for object types (#21811)Juan M Gómez2023-05-081-2/+25
* adds an experimental `mm:atomicArc` switch (#21798)ringabout2023-05-0819-53/+71
* fixes #21801; object field initialization with overloaded functions (#21805)ringabout2023-05-082-1/+24
* 🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797)Jordan Gillard2023-05-071-8/+11
* revert #21799 and #21802 which don't pass the tests (#21804)ringabout2023-05-074-13/+10
* fixes #21280; Enum with int64.high() value crashes compiler (#21285)ringabout2023-05-062-1/+14
* implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)ringabout2023-05-0612-17/+170
* some Token refactors (#21762)metagn2023-05-065-33/+28
* fixes #21753 [backport] (#21802)Andreas Rumpf2023-05-061-3/+6
* Fix some `styleCheck` bugs (#20095)quantimnot2023-05-066-6/+73
* fixes #21704; remove nfIsRef for genLit in VM (#21765)ringabout2023-05-062-0/+70
* ORC: make rootsThreshold thread local [backport] (#21799)Andreas Rumpf2023-05-063-7/+7
* Document about size pragma (#21794)Tomohiro2023-05-061-0/+31
* Update the Nim Manual compile pragma with the second tuple form (#21773)Daniel Belmes2023-05-051-0/+6
* fixes #21792; enable checks for sum, prod, cumsummed and cumsum (#21793)ringabout2023-05-052-61/+78
* adds `koch --skipIntegrityCheck boot` support (#21795)ringabout2023-05-052-4/+12
* consistent use of scForceOpen for generic dot field symbols (#21738)metagn2023-05-054-12/+73
* build documentation for `checksums/md5` and `checksums/sha1` (#21791)ringabout2023-05-044-4/+8
* fixes #21780 [backport:1.6] (#21785)Andreas Rumpf2023-05-041-4/+4
* Benchmark CI: drop id (#21787)Federico Ceratto2023-05-041-2/+0
* amends #21690 to fix broken Nim to C++ source line mappings (#21784)heterodoxic2023-05-044-124/+125
* minor cleanup vmprofiler (#21783)ringabout2023-05-041-1/+1
* adds checksums to important packages (#21782)ringabout2023-05-042-1/+2
* error on user pragma args (#21776)metagn2023-05-032-1/+10
* closes #21778; document `threading/channels` (#21779)ringabout2023-05-031-1/+1
* closes #21771; fixes the link (#21777)ringabout2023-05-031-1/+1
* closes #10108; add a test case (#21770)ringabout2023-05-031-10/+22
* line info for strformat + fix issue with typed templates (#21761)metagn2023-05-023-8/+40
* underscore as special word (#21766)metagn2023-05-026-9/+10
* cheap fix for #10853 + better tuple subscript error message (#21767)metagn2023-05-025-3/+11
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-0233-91/+80
* Ignore pkgs folder (#21755)Amjad Ben Hedhili2023-05-021-0/+1
* implements #21747 (#21748)Juan M Gómez2023-05-022-28/+34
* fixes #20144; fixes asyncnet ssl on bsds (#21763)ringabout2023-05-011-2/+5
* fixes #21483; fixes nim doc skips documentation of annotated elements of obje...ringabout2023-04-295-1/+48