summary refs log tree commit diff stats
path: root/tests/destructor/tdestructor.nim
Commit message (Expand)AuthorAgeFilesLines
* better alternative to 'override'Araq2015-04-071-8/+8
* destuctors are experimental; 'func' is now a keywordAraq2014-12-101-0/+2
* progress on deepCopyAraq2014-08-011-3/+3
* fix #807Zahary Karadjov2014-02-171-5/+5
* handle nested case objects in destructor generationZahary Karadjov2014-02-151-0/+44
* new tester; all tests categorizedAraq2014-01-131-0/+84
div>
21cbf438c ^

e2e4df170 ^



























1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45