Andreas Rumpf 1854d29781 scoped memory management (#14790) 4 年之前
..
const_smart_ptr.nim b688250202 fixes #12766 5 年之前
helper.nim 1e63f1edb3 destructors: first step towards fixing #9617 (#10341) 6 年之前
objFile.nim 0c869eaa47 Fix destructor injections for global variables (#11230) 5 年之前
smart_ptr.nim f51613e262 make sink operator optional (#13068) 5 年之前
t12037.nim 584e8c8283 fixes #12989 (#12992) 5 年之前
t7346.nim 2dc8a32324 make megatest green again 5 年之前
tarc.nim fee71d466c fix #14294 (#14301) 4 年之前
tarc2.nim dedb04fa9e new implementations for --gc:orc (#14121) 4 年之前
tarc3.nim da1bddb084 fixes #13195 (#13198) 5 年之前
tarctypesections.nim 83a736a34a ARC: cycle detector (#12823) 5 年之前
tarray_indexing.nim 7e6e399d10 fixes #12669 5 年之前
tasync_prototype.nim fb641483f0 arc optimizations (#13325) 4 年之前
tasync_prototype_cyclic.nim dedb04fa9e new implementations for --gc:orc (#14121) 4 年之前
tatomicptrs.nim 1e1fd73530 fixes #12882 (#12889) 5 年之前
tbintree2.nim 63d1a0289e fix #14421 items uses lent T (#14447) 4 年之前
tcaseobj_transitions.nim 7213969901 fixes #12821 (#12822) 5 年之前
tcast.nim f907354121 make tests green again 5 年之前
tcomplexobjconstr.nim 0ecb709cbe fixes #12978 (#13012) 5 年之前
tconst_smart_ptr.nim b688250202 fixes #12766 5 年之前
tconsume_twice.nim a0eca75182 sink parameter inference for types that have destructors (#13544) 4 年之前
tcustomseqs.nim 2dc8a32324 make megatest green again 5 年之前
tcustomstrings.nim 2dc8a32324 make megatest green again 5 年之前
tcycle1.nim dedb04fa9e new implementations for --gc:orc (#14121) 4 年之前
tcycle2.nim 065a6af2de fixes a critical =trace generation bug (see test case) (#14140) 4 年之前
tcycle3.nim 87ac28d19a fixes #14159 [backport:1.2] 4 年之前
tdangingref_simple.nim 085a21ebf4 fixes #11350 5 年之前
tdestructor.nim 1854d29781 scoped memory management (#14790) 4 年之前
tdestructor3.nim 12d2b980e8 Fixes #12883 (#12894) 5 年之前
tdestructor_too_late.nim a055f628f4 fixes #12092 5 年之前
tdont_return_unowned_from_owned.nim b80d70b0f3 fix tests 5 年之前
terror_module.nim 1e63f1edb3 destructors: first step towards fixing #9617 (#10341) 6 年之前
texceptions.nim 3fbb3bfd3f ARC related bugfixes and refactorings (#12781) 5 年之前
texplicit_move.nim 0c869eaa47 Fix destructor injections for global variables (#11230) 5 年之前
tfinalizer.nim 7fe4c66f35 Small improvements for string and char repr with gc:arc (#14400) 4 年之前
tgcdestructors.nim 63d1a0289e fix #14421 items uses lent T (#14447) 4 年之前
tgcleak4.nim 3fbb3bfd3f ARC related bugfixes and refactorings (#12781) 5 年之前
tglobaldestructor.nim 0c869eaa47 Fix destructor injections for global variables (#11230) 5 年之前
tgotoexceptions.nim c3344862b0 --exception:goto switch for deterministic exception handling (#12977) 5 年之前
tgotoexceptions2.nim c3344862b0 --exception:goto switch for deterministic exception handling (#12977) 5 年之前
tgotoexceptions3.nim c3344862b0 --exception:goto switch for deterministic exception handling (#12977) 5 年之前
tgotoexceptions4.nim bc37668c5a fixes #13782 (#13834) 4 年之前
tgotoexceptions5.nim 394a56650a Fix #14647 (#14776) 4 年之前
tgotoexceptions6.nim 090ba1e3a3 fixes #13436 (#13615) 4 年之前
tgotoexceptions7.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 年之前
tgotoexceptions8.nim fe7b1dfb2a rewritten goto based exception handling; much cleaner implementation;… (#13677) 4 年之前
tinvalid_rebind.nim bf592c4e94 more destructor based changes (#10885) 5 年之前
tmatrix.nim 045e026d0e dfa.nim: track object/tuple field accesses more precisely; sink(o.x); sink(o.y) needs to compile; activate the tuple unpacking transf.nim bugfix 5 年之前
tmisc_destructors.nim fb641483f0 arc optimizations (#13325) 4 年之前
tmove_objconstr.nim 52841dba09 Fix #14568 (#14583) 4 年之前
tnewruntime_misc.nim 63d1a0289e fix #14421 items uses lent T (#14447) 4 年之前
tnewruntime_strutils.nim cc60caedb3 fixes #14054 [backport:1.2] (#14061) 4 年之前
tobjfield_analysis.nim eb9043c0e9 fixes #11095 (#11104) 5 年之前
topt.nim 795044ed2b make tests green again 5 年之前
topttree.nim bf592c4e94 more destructor based changes (#10885) 5 年之前
towned_binary_tree.nim 63d1a0289e fix #14421 items uses lent T (#14447) 4 年之前
tprevent_assign.nim 40e01d8549 don't require an implementation for procs marked with .error; activate the move optimizer for destructors 6 年之前
tprevent_assign2.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) 6 年之前
tprevent_assign3.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) 6 年之前
trecursive.nim eefada8a88 fix #14217 (#14218) 4 年之前
tselect.nim 35d14095ed Fixes #13659 (#13674) 4 年之前
tsetjmp_raise.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 年之前
tsimpleclosure.nim 63d1a0289e fix #14421 items uses lent T (#14447) 4 年之前
ttuple.nim 47e7b8771c Fixes #13026 (#13028) 5 年之前
turn_destroy_into_finalizer.nim ac785b0623 testament: joinable is now an explicit concept of a test spec 6 年之前
tuse_ownedref_after_move.nim b68eb1cad0 Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0. (#13190) 4 年之前
tuse_result_prevents_sinks.nim 551d6d00df make tests green again 5 年之前
tv2_cast.nim ce7f29e8e6 fixes #11833 (#12018) 5 年之前
tv2_raise.nim 63d1a0289e fix #14421 items uses lent T (#14447) 4 年之前
twidgets.nim 981ffc912e contributing docs: symbols need package prefix; changed allocStats to nimAllocStats (#13247) 4 年之前
twidgets_unown.nim 63d1a0289e fix #14421 items uses lent T (#14447) 4 年之前