metagn cd22560af5 fix string literal assignment with different lengths on ARC (#24083) пре 2 месеци
..
amodule.nim 080bed8b6b Add a test-case for #12990 (#15072) пре 4 година
bmodule.nim 8480bef1c4 Add testcase for #14864 (#14928) пре 4 година
cmodule.nim 8480bef1c4 Add testcase for #14864 (#14928) пре 4 година
dmodule.nim 1850efbb6c Add testcase for #14383 (#14957) пре 4 година
nim.cfg 86c9b78339 disable sink inference, only enable it for the stdlib. Reason: better source code compatibility (#15105) пре 4 година
t14383.nim ccb11a63fb Reboot of #16195 (#16746) пре 3 година
t14472.nim 9668a1106d Fix 15543 (#15544) пре 4 година
t14864.nim 8480bef1c4 Add testcase for #14864 (#14928) пре 4 година
t15909.nim 7d4f70280e Fix #15909 (#15914) пре 4 година
t16033.nim 557dcfd87d fix #16033 nim js --gc:arc works and ignores --gc:arc (#16036) пре 4 година
t16458.nim b936bfd01a fix #16458; make useNimRtl compile for --gc:orc (#19512) пре 2 година
t16558.nim 18cea8e9bd Update message for checking `cast` (#20145) пре 2 година
t17025.nim aa3af9e053 ARC Analysis in one pass v3 (#17068) пре 3 година
t17173.nim e1cc3b83fb deprecate newruntime (#17245) пре 3 година
t17812.nim a15db5d60b fixes #22175 (#22229) пре 1 година
t18645.nim 0f5ad49971 [ARC] fixes #18645; C Compiler error when initializing {.global.} with a block (#19953) пре 2 година
t18971.nim f755e452d2 fix #18971 (#19070) [backport:1.6] пре 3 година
t18977.nim b5ee81fd23 fix #18977; disallow change branch of an object variant in ORC (#21526) пре 1 година
t19231.nim 3e2b30879c fixes #19231; newFinalize doesn't work with ORC (#20291) пре 2 година
t19364.nim 2315b01ae6 tuple unpacking for vars as just sugar, allowing nesting (#21563) пре 1 година
t19401.nim 80e739f2bf fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC (#20295) пре 2 година
t19402.nim 80e739f2bf fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC (#20295) пре 2 година
t19435.nim efaa6777a4 fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1.6] (#19723) пре 2 година
t19457.nim fe8feb46c6 fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922) пре 2 година
t19862.nim 0b1650576c move widestrs out of system (#20462) пре 2 година
t20456.nim 81e7811e01 fixes nim check with orc (#20456) пре 2 година
t20588.nim 55636a2913 fixes #14255; Crash in compiler when using `system.any` by accident. (#21562) пре 1 година
t21184.nim 4b63ac4b87 fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184) пре 1 година
t22218.nim b2f79df81c fixes #22218; avoids cursor when copy is disabled (#23209) пре 10 месеци
t22237.nim ecc6ab7ee0 fixes #22237; fixes #21160; wrong cursor on unowned parameters in the for loop in ORC (#22240) пре 1 година
t22478.nim ee817557ec close #22748; cursorinference + -d:nimNoLentIterators results in err… (#22495) пре 1 година
t22787.nim efa64aa49b fixes #22787; marks `var section` in the loop as reassign preventing cursor (#22800) пре 1 година
t23247.nim 24a606902a fixes #23247; don't destroy openarray since it doesn't own the data (#23254) пре 9 месеци
t9650.nim a262a87bbe [add testcase] arc problems with recursive types (#19456) пре 2 година
taliased_reassign.nim 115cec1745 fixes #20993 [backport:1.6] (#21574) пре 1 година
tamemfiles.nim 63af8ae53c fixes #13596 (#13612) пре 4 година
tamodule.nim 080bed8b6b Add a test-case for #12990 (#15072) пре 4 година
tarc_macro.nim 7d9721007c fixes regression #22909; don't optimize result init if statements can raise which corrupts the compiler (#23271) пре 9 месеци
tarc_orc.nim 3a103669d1 fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859) пре 3 месеци
tarcmisc.nim 26107e931c fixes #23973; fixes #23974; Memory corruption with lent and ORC (#23981) пре 2 месеци
tasyncawait.nim 2bc07554cc make proc names consistent (#18626) пре 3 година
tasyncleak.nim f3a4cc584e make ORC threadlocal, take two (#21818) пре 1 година
tasyncleak2.nim d447c0fe3f use typeof instead type (#16962) пре 3 година
tasyncleak3.nim 1bbc20010e harden the ORC asyncleak3 test case (#15580) пре 4 година
tasyncleak4.nim da753c6a2e fixes #15076 (#16143) пре 4 година
tasyncorc.nim 436e1fa5b1 fix #15631 (#15632) пре 4 година
tcaseobj.nim 262ff648aa [backport] fixes #23690; SIGSEGV with object variants and RTTI (#23703) пре 5 месеци
tcaseobjcopy.nim b5ee81fd23 fix #18977; disallow change branch of an object variant in ORC (#21526) пре 1 година
tclosureiter.nim 318f0992ea fixes a closure iterator memory leaks, progress on #15076 пре 4 година
tcomputedgoto.nim b68e0aab4c fixes #22866; fixes #19998; ensure destruction for Object construction with custom destructors (#22901) пре 1 година
tcomputedgotocopy.nim b68e0aab4c fixes #22866; fixes #19998; ensure destruction for Object construction with custom destructors (#22901) пре 1 година
tconst_to_sink.nim 2f730afe9e fix #18410 (Errors initializing an object of RootObj with the C++ backend) [backport] (#18836) пре 3 година
tcontrolflow.nim 4d2ebbb877 fix controlflow test (#22194) пре 1 година
tcursor_field_obj_constr.nim f8519657c4 fixes #18469 (#18544) пре 3 година
tcursor_on_localvar.nim 38d82795da Fix #16437 (#17277) пре 3 година
tcursorloop.nim bcff13debc dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19918) пре 2 година
tcustomtrace.nim d102b2f54c deprecate unsafeAddr; extend addr (#19373) пре 2 година
tdeepcopy.nim 531ed2dc36 fix #15405. deepcopy arc (#15410) пре 4 година
tdestroy_in_loopcond.nim da753c6a2e fixes #15076 (#16143) пре 4 година
tdup.nim 1133f20fe2 lift the `=dup` hook (#21903) пре 1 година
testfile.txt 63af8ae53c fixes #13596 (#13612) пре 4 година
texceptions.nim dddfbcf211 close #13071 by adding test: nim cpp -r --gc:arc` segfaults on caught AssertionError (#14323) пре 4 година
texplicit_sink.nim 81087c949f fixes #20572 (#20585) пре 2 година
tfuncobj.nim b3aca78e22 closes #18433 (#18484) пре 3 година
thamming_orc.nim 9ffc70851b thamming_orc test created/destroyed counts match (#18471) пре 3 година
thamming_thinout.nim 269a458d74 cycle collector (#14071) пре 4 година
thard_alignment.nim 379299a5ac fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (#22975) пре 11 месеци
thavlak_orc_stress.nim 436e1fa5b1 fix #15631 (#15632) пре 4 година
theavy_recursion.nim 0c41ac792b fixes #15122 (#15301) пре 4 година
timportedobj.nim 3f29911a94 new feature: --staticBoundChecks:on to enforce static array index checking (#10965) пре 4 година
titeration_doesnt_copy.nim 43274bfb92 fixes #23982; codegen regression passing pointer expressions to inline iterators (#23986) пре 2 месеци
tkeys_lent.nim fa0209609d fixes #18565 (#18593) пре 3 година
tmalloc.nim 2e12d3e26b fixes #22058; invalid free with {.noSideEffect.} in template (#22088) пре 1 година
tmarshal.nim cdac67376c arc: added tmarshal.nim test case пре 4 година
tmove_regression.nim 427ad17161 fixes #22001 (#22177) пре 1 година
tmovebug.nim 8d47bf1822 new move analyser2 (#20471) пре 2 година
tmovebugcopy.nim 9df195ef58 style usages part one (openarray => openArray) (#19321) пре 2 година
tnewseq_legacy.nim 53935b8b27 ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040) пре 3 година
top_no_cursor2.nim 4ec5cbac0d fixes #15361 (#15401) пре 4 година
topenarray.nim e53a2ed19b fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814) пре 4 месеци
topt_cursor.nim 6289b002b6 [Testament] Extend and document message testing aids (#19996) пре 2 година
topt_cursor2.nim 69fe707025 Fix 15629 (#15888) пре 4 година
topt_no_cursor.nim 379299a5ac fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (#22975) пре 11 месеци
topt_refcursors.nim a137e50150 fixes #19291; implements `wasMoved` hook (#21303) пре 1 година
topt_wasmoved_destroy_pairs.nim 1133f20fe2 lift the `=dup` hook (#21903) пре 1 година
torc_basic_test.nim 4d75059e8b added a basic ORC test I still had lying around (#15376) пре 4 година
torc_selfcycles.nim 7eb34d170a fixes #15753 [backport:1.4] (#15971) пре 4 година
torcbench.nim af7f7726fe ORC: make the adaptive strategy the default in order to fight memory consumption (#16250) пре 3 година
torcmisc.nim ceb9e3efc9 fixes #18240 (#18354) пре 3 година
tref_cast_error.nim 18cea8e9bd Update message for checking `cast` (#20145) пре 2 година
trepr.nim 6007a40eac support `UncheckedArray[T]` in repr_v2.nim (#20816) пре 2 година
trtree.nim d447c0fe3f use typeof instead type (#16962) пре 3 година
tshared_ptr_crash.nim 12da32a891 fixes #17893 (#18485) пре 3 година
tstrformat.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) пре 4 година
tstringliteral.nim cd22560af5 fix string literal assignment with different lengths on ARC (#24083) пре 2 месеци
tthread.nim 1854d29781 scoped memory management (#14790) пре 4 година
tunref_cycle.nim 6dc34757b6 fixes #18579 (#18600) пре 3 година
tweave.nim e03a178bff rename `std/threads` to `std/typedthreads` (#20850) пре 2 година
tweavecopy.nim da4aa2e1fb renamed '=' to '=copy' [backport:1.2] (#15585) пре 4 година
twrong_sinkinference.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) пре 2 година