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