summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tuple size check in `std/jsonutils` (#20637)Jake Leahy2022-10-242-3/+19
* borrowed procs can have a body now for documentation generation (#20617)ringabout2022-10-242-3/+20
* Fix double defer with break in closureiterators [backport] (#20630)Tanguy2022-10-242-0/+32
* Pass json options to hooks (#20638)Jake Leahy2022-10-242-14/+38
* Remove side-effects from sysFatal with panics on (#20632)Tanguy2022-10-242-16/+25
* closes #4678; add testcase (#20634)ringabout2022-10-241-0/+16
* closes #4466; add testcase (#20625)ringabout2022-10-231-0/+9
* improve error message when using `toTask` with a call with a return value (#2...ringabout2022-10-231-1/+2
* enable static tests for topenarray (#20620)ringabout2022-10-231-1/+1
* add `std/appdirs` (#20618)ringabout2022-10-222-1/+87
* Unpack mSlice tupleconstr for static openarrays (#20615)Jason Beetham2022-10-223-0/+36
* fixes a strict case object problem that has been reported on the forum (#20614)Andreas Rumpf2022-10-212-2/+25
* add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)ringabout2022-10-216-0/+775
* fix #20152 Illegal capture of closure iterator, when should be legal (#20607)Bung2022-10-212-1/+21
* fix #19349 incompatible type when mixing float32 and cfloat in generics (#20551)Bung2022-10-212-1/+21
* fix #19426 compile error using when/elif/else and typedesc in template (#20550)Bung2022-10-212-0/+17
* Add `safe` parameter to `base64.encodeMime` (#20559)Amjad Ben Hedhili2022-10-212-3/+12
* closes #19969; add testcase for #19969 #15952 #16306 (#20610)ringabout2022-10-211-0/+27
* implemented strictCaseObjects (#20608)Andreas Rumpf2022-10-216-8/+80
* Implemented `mSlice` on the VM allowing `toOpenArray` to work at compile time...Jason Beetham2022-10-204-30/+204
* move procs in os to `appdirs` (#20605)ringabout2022-10-202-141/+150
* change vm imports after bootstrapping (#20602)ringabout2022-10-201-1/+2
* enable ggplotnim (#20600)ringabout2022-10-201-1/+1
* [std/os] split and re-export (#20593)ringabout2022-10-207-2047/+2251
* add measuremancer to important packages (#20599)ringabout2022-10-201-0/+1
* [backport] Handle nkOpenSymChoice for nkAccQuoted in considerQuotedIdent (#20...SirOlaf2022-10-182-0/+20
* refactor envvars, oserrors; register vmops (#20592)ringabout2022-10-185-347/+17
* enable telebot (#20589)ringabout2022-10-181-1/+1
* fixes niminst with stricteffects; add testcase for niminst (#20587)ringabout2022-10-183-1/+17
* fixes #20572 (#20585)Andreas Rumpf2022-10-1725-70/+116
* [`std/os` clean up] import and export `osseps` (#20580)ringabout2022-10-174-3/+4
* Documentation only, dom (#20584)Juan Carlos2022-10-171-0/+31
* Fix #12517 Allow single branch when nimvm statements (#20577)Can Lehmann2022-10-172-3/+27
* Fix "imported but not used" warnings (#20575)Andrey Makarov2022-10-166-7/+7
* fixes #20515; base `method` requires explicit `{.gcsafe.}` to be GC-safe (#20...ringabout2022-10-162-4/+32
* enable glob (#20573)ringabout2022-10-161-1/+1
* atomicInc global alloc counters (#20571)Antonis Geralis2022-10-162-9/+9
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-1516-39/+38
* fix #19700 Crash when passing a template to a generic functio… (#20567)Bung2022-10-152-0/+12
* fixes changelog for oids (#20565)ringabout2022-10-141-2/+1
* fix #8821 JS codegen can produce extreme switch statements with case … (#20...Bung2022-10-142-10/+2
* fixes #3748 (#20563)Andreas Rumpf2022-10-144-6/+24
* Validate `nimgrep` filter options not empty (#20562)Andrey Makarov2022-10-141-13/+19
* follow up #19714; add `memmem` optimizations for `find` on Linux, Macos and B...ringabout2022-10-131-1/+26
* fixes #20553; don't format code for stropping identifier (#20561) [backport]ringabout2022-10-133-5/+31
* fix #18136 tests/proc/t17157.nim now gives SIGSEGV instead of error (#20555)Bung2022-10-132-1/+1
* add nimPNG to important packages (#20557)ringabout2022-10-131-1/+2
* fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20...Bung2022-10-124-2/+9
* Return error message in output of gorge/staticExec. (#18942)Dominik Picheta2022-10-122-2/+12
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-1217-414/+429
8ff7cfc74fc46dd68eda0b94d540058'>^
efdc7b16 ^
636f69d3 ^
d3c262a9 ^
4be8b401 ^



d955e3f0 ^
75013dc7 ^
67bb838c ^
a808a661 ^
bba8d293 ^
2a64495f ^
5e449699 ^
8895b130 ^

7b04e507 ^
87db0130 ^
dd4a4145 ^
8f2f1767 ^
db1721dd ^
aea5cf92 ^
b624bd94 ^
69d1220f ^
6099d9a3 ^
9207e83c ^
f7db061b ^
6099d9a3 ^
6f43de0a ^




fca1fc4f ^
f70ee6b2 ^
0db4c9b2 ^
b2d63ef5 ^
291ca616 ^
d994d0d6 ^
01c89bb5 ^
c776804d ^
dab4db44 ^

34c131ef ^
66c5bb93 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93