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