.. |
amodule.nim
|
080bed8b6b
Add a test-case for #12990 (#15072)
|
vor 4 Jahren |
bmodule.nim
|
8480bef1c4
Add testcase for #14864 (#14928)
|
vor 4 Jahren |
cmodule.nim
|
8480bef1c4
Add testcase for #14864 (#14928)
|
vor 4 Jahren |
dmodule.nim
|
1850efbb6c
Add testcase for #14383 (#14957)
|
vor 4 Jahren |
nim.cfg
|
86c9b78339
disable sink inference, only enable it for the stdlib. Reason: better source code compatibility (#15105)
|
vor 4 Jahren |
t14383.nim
|
ccb11a63fb
Reboot of #16195 (#16746)
|
vor 3 Jahren |
t14472.nim
|
9668a1106d
Fix 15543 (#15544)
|
vor 4 Jahren |
t14864.nim
|
8480bef1c4
Add testcase for #14864 (#14928)
|
vor 4 Jahren |
t15909.nim
|
7d4f70280e
Fix #15909 (#15914)
|
vor 4 Jahren |
t16033.nim
|
557dcfd87d
fix #16033 nim js --gc:arc works and ignores --gc:arc (#16036)
|
vor 4 Jahren |
t17025.nim
|
aa3af9e053
ARC Analysis in one pass v3 (#17068)
|
vor 3 Jahren |
t17173.nim
|
e1cc3b83fb
deprecate newruntime (#17245)
|
vor 3 Jahren |
t17812.nim
|
53c898de41
fix #17812 (repr fails to compile with ARC/ORC) (#17816)
|
vor 3 Jahren |
tamemfiles.nim
|
63af8ae53c
fixes #13596 (#13612)
|
vor 4 Jahren |
tamodule.nim
|
080bed8b6b
Add a test-case for #12990 (#15072)
|
vor 4 Jahren |
tarcmisc.nim
|
e8dad482a3
fixes #16246 (#18800)
|
vor 3 Jahren |
tasyncawait.nim
|
2bc07554cc
make proc names consistent (#18626)
|
vor 3 Jahren |
tasyncleak.nim
|
af7f7726fe
ORC: make the adaptive strategy the default in order to fight memory consumption (#16250)
|
vor 4 Jahren |
tasyncleak2.nim
|
d447c0fe3f
use typeof instead type (#16962)
|
vor 3 Jahren |
tasyncleak3.nim
|
1bbc20010e
harden the ORC asyncleak3 test case (#15580)
|
vor 4 Jahren |
tasyncleak4.nim
|
da753c6a2e
fixes #15076 (#16143)
|
vor 4 Jahren |
tasyncorc.nim
|
436e1fa5b1
fix #15631 (#15632)
|
vor 4 Jahren |
tcaseobj.nim
|
d430216288
fixes #15532 (#15534)
|
vor 4 Jahren |
tcaseobjcopy.nim
|
da4aa2e1fb
renamed '=' to '=copy' [backport:1.2] (#15585)
|
vor 4 Jahren |
tclosureiter.nim
|
318f0992ea
fixes a closure iterator memory leaks, progress on #15076
|
vor 4 Jahren |
tcomputedgoto.nim
|
e1cc3b83fb
deprecate newruntime (#17245)
|
vor 3 Jahren |
tcomputedgotocopy.nim
|
e1cc3b83fb
deprecate newruntime (#17245)
|
vor 3 Jahren |
tconst_to_sink.nim
|
60f8fdcdab
fixes #13240
|
vor 4 Jahren |
tcontrolflow.nim
|
2b0e336c97
injectdestructors fixes and refactor (#14964)
|
vor 4 Jahren |
tcursor_field_obj_constr.nim
|
f8519657c4
fixes #18469 (#18544)
|
vor 3 Jahren |
tcursor_on_localvar.nim
|
38d82795da
Fix #16437 (#17277)
|
vor 3 Jahren |
tcustomtrace.nim
|
4ec2f74246
ORC: support for custom =trace procs (#18459)
|
vor 3 Jahren |
tdeepcopy.nim
|
531ed2dc36
fix #15405. deepcopy arc (#15410)
|
vor 4 Jahren |
tdestroy_in_loopcond.nim
|
da753c6a2e
fixes #15076 (#16143)
|
vor 4 Jahren |
testfile.txt
|
63af8ae53c
fixes #13596 (#13612)
|
vor 4 Jahren |
texceptions.nim
|
dddfbcf211
close #13071 by adding test: nim cpp -r --gc:arc` segfaults on caught AssertionError (#14323)
|
vor 4 Jahren |
tfuncobj.nim
|
b3aca78e22
closes #18433 (#18484)
|
vor 3 Jahren |
thamming_orc.nim
|
9ffc70851b
thamming_orc test created/destroyed counts match (#18471)
|
vor 3 Jahren |
thamming_thinout.nim
|
269a458d74
cycle collector (#14071)
|
vor 4 Jahren |
thard_alignment.nim
|
0956a99537
ARC now capable of custom extra alignment. Ref, closure and seq support. (#15697)
|
vor 4 Jahren |
thavlak_orc_stress.nim
|
436e1fa5b1
fix #15631 (#15632)
|
vor 4 Jahren |
theavy_recursion.nim
|
0c41ac792b
fixes #15122 (#15301)
|
vor 4 Jahren |
timportedobj.nim
|
3f29911a94
new feature: --staticBoundChecks:on to enforce static array index checking (#10965)
|
vor 4 Jahren |
tkeys_lent.nim
|
fa0209609d
fixes #18565 (#18593)
|
vor 3 Jahren |
tmarshal.nim
|
cdac67376c
arc: added tmarshal.nim test case
|
vor 4 Jahren |
tmovebug.nim
|
3614523664
Rework DFA traversal (#18016)
|
vor 3 Jahren |
tmovebugcopy.nim
|
da4aa2e1fb
renamed '=' to '=copy' [backport:1.2] (#15585)
|
vor 4 Jahren |
tnewseq_legacy.nim
|
53935b8b27
ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)
|
vor 3 Jahren |
top_no_cursor2.nim
|
4ec5cbac0d
fixes #15361 (#15401)
|
vor 4 Jahren |
topenarray.nim
|
13b9729183
fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)
|
vor 3 Jahren |
topt_cursor.nim
|
38d82795da
Fix #16437 (#17277)
|
vor 3 Jahren |
topt_cursor2.nim
|
69fe707025
Fix 15629 (#15888)
|
vor 4 Jahren |
topt_no_cursor.nim
|
0d194cdbf9
fixes #18287 (#18346)
|
vor 3 Jahren |
topt_refcursors.nim
|
38d82795da
Fix #16437 (#17277)
|
vor 3 Jahren |
topt_wasmoved_destroy_pairs.nim
|
da4aa2e1fb
renamed '=' to '=copy' [backport:1.2] (#15585)
|
vor 4 Jahren |
torc_basic_test.nim
|
4d75059e8b
added a basic ORC test I still had lying around (#15376)
|
vor 4 Jahren |
torc_selfcycles.nim
|
7eb34d170a
fixes #15753 [backport:1.4] (#15971)
|
vor 4 Jahren |
torcbench.nim
|
af7f7726fe
ORC: make the adaptive strategy the default in order to fight memory consumption (#16250)
|
vor 4 Jahren |
torcmisc.nim
|
ceb9e3efc9
fixes #18240 (#18354)
|
vor 3 Jahren |
tref_cast_error.nim
|
8ba915e449
error msg for #13864 (#13962)
|
vor 4 Jahren |
trepr.nim
|
fbc8a40c7a
fix #15043 (#16441) [backport:1.4]
|
vor 4 Jahren |
trtree.nim
|
d447c0fe3f
use typeof instead type (#16962)
|
vor 3 Jahren |
tshared_ptr_crash.nim
|
12da32a891
fixes #17893 (#18485)
|
vor 3 Jahren |
tstrformat.nim
|
b809562c7c
make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151)
|
vor 4 Jahren |
tthread.nim
|
1854d29781
scoped memory management (#14790)
|
vor 4 Jahren |
tunref_cycle.nim
|
6dc34757b6
fixes #18579 (#18600)
|
vor 3 Jahren |
tweave.nim
|
1854d29781
scoped memory management (#14790)
|
vor 4 Jahren |
tweavecopy.nim
|
da4aa2e1fb
renamed '=' to '=copy' [backport:1.2] (#15585)
|
vor 4 Jahren |
twrong_sinkinference.nim
|
d9e907c0e2
fixes #14079 [backport:1.2] (#14163)
|
vor 4 Jahren |