araq 2479407d1a Merge branch 'devel' into araq-orc-hotfix il y a 1 an
..
amodule.nim 080bed8b6b Add a test-case for #12990 (#15072) il y a 4 ans
bmodule.nim 8480bef1c4 Add testcase for #14864 (#14928) il y a 4 ans
cmodule.nim 8480bef1c4 Add testcase for #14864 (#14928) il y a 4 ans
dmodule.nim 1850efbb6c Add testcase for #14383 (#14957) il y a 4 ans
nim.cfg 86c9b78339 disable sink inference, only enable it for the stdlib. Reason: better source code compatibility (#15105) il y a 4 ans
t14383.nim ccb11a63fb Reboot of #16195 (#16746) il y a 3 ans
t14472.nim 9668a1106d Fix 15543 (#15544) il y a 4 ans
t14864.nim 8480bef1c4 Add testcase for #14864 (#14928) il y a 4 ans
t15909.nim 7d4f70280e Fix #15909 (#15914) il y a 4 ans
t16033.nim 557dcfd87d fix #16033 nim js --gc:arc works and ignores --gc:arc (#16036) il y a 4 ans
t16458.nim b936bfd01a fix #16458; make useNimRtl compile for --gc:orc (#19512) il y a 2 ans
t16558.nim 18cea8e9bd Update message for checking `cast` (#20145) il y a 2 ans
t17025.nim aa3af9e053 ARC Analysis in one pass v3 (#17068) il y a 3 ans
t17173.nim e1cc3b83fb deprecate newruntime (#17245) il y a 3 ans
t17812.nim 53c898de41 fix #17812 (repr fails to compile with ARC/ORC) (#17816) il y a 3 ans
t18645.nim 0f5ad49971 [ARC] fixes #18645; C Compiler error when initializing {.global.} with a block (#19953) il y a 2 ans
t18971.nim f755e452d2 fix #18971 (#19070) [backport:1.6] il y a 3 ans
t18977.nim b5ee81fd23 fix #18977; disallow change branch of an object variant in ORC (#21526) il y a 1 an
t19231.nim 3e2b30879c fixes #19231; newFinalize doesn't work with ORC (#20291) il y a 2 ans
t19364.nim 2315b01ae6 tuple unpacking for vars as just sugar, allowing nesting (#21563) il y a 1 an
t19401.nim 80e739f2bf fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC (#20295) il y a 2 ans
t19402.nim 80e739f2bf fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC (#20295) il y a 2 ans
t19435.nim efaa6777a4 fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1.6] (#19723) il y a 2 ans
t19457.nim fe8feb46c6 fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922) il y a 2 ans
t19862.nim 0b1650576c move widestrs out of system (#20462) il y a 2 ans
t20456.nim 81e7811e01 fixes nim check with orc (#20456) il y a 2 ans
t20588.nim 55636a2913 fixes #14255; Crash in compiler when using `system.any` by accident. (#21562) il y a 1 an
t21184.nim 4b63ac4b87 fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184) il y a 2 ans
t9650.nim a262a87bbe [add testcase] arc problems with recursive types (#19456) il y a 2 ans
taliased_reassign.nim 115cec1745 fixes #20993 [backport:1.6] (#21574) il y a 1 an
tamemfiles.nim 63af8ae53c fixes #13596 (#13612) il y a 4 ans
tamodule.nim 080bed8b6b Add a test-case for #12990 (#15072) il y a 4 ans
tarc_macro.nim fdc8dd4128 Arc global (#20768) il y a 2 ans
tarc_orc.nim a600dfa5b7 closes #11267; closes #11259; closes #11085; add testcases (#20505) il y a 2 ans
tarcmisc.nim a37a83cbff fixes #21617; createTypeBoundOps with PContext in order to instantiate generics (#21619) il y a 1 an
tasyncawait.nim 2bc07554cc make proc names consistent (#18626) il y a 3 ans
tasyncleak.nim 5dfbf2d2e2 ORC: make rootsThreshold thread local [backport] il y a 1 an
tasyncleak2.nim d447c0fe3f use typeof instead type (#16962) il y a 3 ans
tasyncleak3.nim 1bbc20010e harden the ORC asyncleak3 test case (#15580) il y a 4 ans
tasyncleak4.nim da753c6a2e fixes #15076 (#16143) il y a 4 ans
tasyncorc.nim 436e1fa5b1 fix #15631 (#15632) il y a 4 ans
tcaseobj.nim b5ee81fd23 fix #18977; disallow change branch of an object variant in ORC (#21526) il y a 1 an
tcaseobjcopy.nim b5ee81fd23 fix #18977; disallow change branch of an object variant in ORC (#21526) il y a 1 an
tclosureiter.nim 318f0992ea fixes a closure iterator memory leaks, progress on #15076 il y a 4 ans
tcomputedgoto.nim e1cc3b83fb deprecate newruntime (#17245) il y a 3 ans
tcomputedgotocopy.nim e1cc3b83fb deprecate newruntime (#17245) il y a 3 ans
tconst_to_sink.nim 2f730afe9e fix #18410 (Errors initializing an object of RootObj with the C++ backend) [backport] (#18836) il y a 3 ans
tcontrolflow.nim 2b0e336c97 injectdestructors fixes and refactor (#14964) il y a 4 ans
tcursor_field_obj_constr.nim f8519657c4 fixes #18469 (#18544) il y a 3 ans
tcursor_on_localvar.nim 38d82795da Fix #16437 (#17277) il y a 3 ans
tcursorloop.nim bcff13debc dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19918) il y a 2 ans
tcustomtrace.nim d102b2f54c deprecate unsafeAddr; extend addr (#19373) il y a 2 ans
tdeepcopy.nim 531ed2dc36 fix #15405. deepcopy arc (#15410) il y a 4 ans
tdestroy_in_loopcond.nim da753c6a2e fixes #15076 (#16143) il y a 4 ans
tdup.nim b562e1e6d8 implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586) il y a 1 an
testfile.txt 63af8ae53c fixes #13596 (#13612) il y a 4 ans
texceptions.nim dddfbcf211 close #13071 by adding test: nim cpp -r --gc:arc` segfaults on caught AssertionError (#14323) il y a 4 ans
texplicit_sink.nim 81087c949f fixes #20572 (#20585) il y a 2 ans
tfuncobj.nim b3aca78e22 closes #18433 (#18484) il y a 3 ans
thamming_orc.nim 9ffc70851b thamming_orc test created/destroyed counts match (#18471) il y a 3 ans
thamming_thinout.nim 269a458d74 cycle collector (#14071) il y a 4 ans
thard_alignment.nim d102b2f54c deprecate unsafeAddr; extend addr (#19373) il y a 2 ans
thavlak_orc_stress.nim 436e1fa5b1 fix #15631 (#15632) il y a 4 ans
theavy_recursion.nim 0c41ac792b fixes #15122 (#15301) il y a 4 ans
timportedobj.nim 3f29911a94 new feature: --staticBoundChecks:on to enforce static array index checking (#10965) il y a 4 ans
tkeys_lent.nim fa0209609d fixes #18565 (#18593) il y a 3 ans
tmarshal.nim cdac67376c arc: added tmarshal.nim test case il y a 4 ans
tmovebug.nim 8d47bf1822 new move analyser2 (#20471) il y a 2 ans
tmovebugcopy.nim 9df195ef58 style usages part one (openarray => openArray) (#19321) il y a 3 ans
tnewseq_legacy.nim 53935b8b27 ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040) il y a 3 ans
top_no_cursor2.nim 4ec5cbac0d fixes #15361 (#15401) il y a 4 ans
topenarray.nim 50baf21eac fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… (#21459) il y a 1 an
topt_cursor.nim 6289b002b6 [Testament] Extend and document message testing aids (#19996) il y a 2 ans
topt_cursor2.nim 69fe707025 Fix 15629 (#15888) il y a 4 ans
topt_no_cursor.nim 2479407d1a Merge branch 'devel' into araq-orc-hotfix il y a 1 an
topt_refcursors.nim a137e50150 fixes #19291; implements `wasMoved` hook (#21303) il y a 1 an
topt_wasmoved_destroy_pairs.nim a137e50150 fixes #19291; implements `wasMoved` hook (#21303) il y a 1 an
torc_basic_test.nim 4d75059e8b added a basic ORC test I still had lying around (#15376) il y a 4 ans
torc_selfcycles.nim 7eb34d170a fixes #15753 [backport:1.4] (#15971) il y a 4 ans
torcbench.nim af7f7726fe ORC: make the adaptive strategy the default in order to fight memory consumption (#16250) il y a 4 ans
torcmisc.nim ceb9e3efc9 fixes #18240 (#18354) il y a 3 ans
tref_cast_error.nim 18cea8e9bd Update message for checking `cast` (#20145) il y a 2 ans
trepr.nim 6007a40eac support `UncheckedArray[T]` in repr_v2.nim (#20816) il y a 2 ans
trtree.nim d447c0fe3f use typeof instead type (#16962) il y a 3 ans
tshared_ptr_crash.nim 12da32a891 fixes #17893 (#18485) il y a 3 ans
tstrformat.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) il y a 4 ans
tthread.nim 1854d29781 scoped memory management (#14790) il y a 4 ans
tunref_cycle.nim 6dc34757b6 fixes #18579 (#18600) il y a 3 ans
tweave.nim e03a178bff rename `std/threads` to `std/typedthreads` (#20850) il y a 2 ans
tweavecopy.nim da4aa2e1fb renamed '=' to '=copy' [backport:1.2] (#15585) il y a 4 ans
twrong_sinkinference.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) il y a 2 ans