index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
destructor
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
WIP: strings/seqs based on destructors
Andreas Rumpf
2018-07-17
1
-3
/
+4
*
turn destructors into finalizers
Andreas Rumpf
2018-07-05
1
-0
/
+22
*
more progress on destructors; removed old destructor based code as it proved ...
Araq
2017-12-01
4
-34
/
+108
*
closes #985
Araq
2017-11-29
1
-1
/
+25
*
destructors: harden the test case
Araq
2017-11-29
1
-1
/
+4
*
destructors: some improvements for bug #4214: object constructors are moved too
Araq
2017-11-29
1
-0
/
+32
*
destructors: supportsCopyMem finally works for recursive types
Araq
2017-10-26
1
-3
/
+9
*
topttree destructor finally works
Araq
2017-10-26
2
-7
/
+9
*
destructors: work in progress
Araq
2017-10-26
1
-6
/
+7
*
don't use .this in tcustomstrings.nim
Araq
2017-10-25
1
-8
/
+6
*
added broken tbintree test
Andreas Rumpf
2017-10-19
1
-0
/
+97
*
make nested custom seqs work
Andreas Rumpf
2017-10-19
1
-1
/
+13
*
destructors: tcustomseqs less embarrassing
Andreas Rumpf
2017-10-17
1
-4
/
+9
*
destructors: irresponsibly simple tcustomseq test works
Andreas Rumpf
2017-10-17
1
-0
/
+126
*
destructors: lift type bound ops to objects and arrays etc
Andreas Rumpf
2017-10-17
1
-1
/
+4
*
new destroyer pass works with procs too
Andreas Rumpf
2017-10-13
1
-3
/
+2
*
added a test case for --newruntime
Andreas Rumpf
2017-10-13
1
-0
/
+97
*
fixes regressions
Andreas Rumpf
2016-01-08
1
-1
/
+2
*
destructors now work with overloaded assignment operators; fixes #2811; fixes...
Araq
2015-08-05
2
-20
/
+47
*
better alternative to 'override'
Araq
2015-04-07
2
-12
/
+12
*
some love for the testsuite; fixed regressions
Araq
2015-03-01
1
-3
/
+7
*
destuctors are experimental; 'func' is now a keyword
Araq
2014-12-10
2
-0
/
+4
*
more tests green
Araq
2014-08-31
1
-1
/
+1
*
progress on deepCopy
Araq
2014-08-01
2
-4
/
+4
*
fix #807
Zahary Karadjov
2014-02-17
1
-5
/
+5
*
Changed tests and tools to use 'discard' statements instead of 'nil' for empt...
Clay Sweetser
2014-02-15
1
-1
/
+1
*
handle nested case objects in destructor generation
Zahary Karadjov
2014-02-15
1
-0
/
+44
*
new tester; all tests categorized
Araq
2014-01-13
3
-0
/
+125
[prev]