summary refs log tree commit diff stats
path: root/tests/destructor
Commit message (Expand)AuthorAgeFilesLines
* ARC/ORC: optimize s.setLen(0) to match the old runtime's behaviour (#14423)Andreas Rumpf2020-05-211-1/+1
* Small improvements for string and char repr with gc:arc (#14400)Clyybber2020-05-201-1/+1
* fix #14294 (#14301)cooldome2020-05-111-1/+25
* fix #14217 (#14218)cooldome2020-05-051-0/+26
* fixes #14159 [backport:1.2]Araq2020-05-021-0/+33
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-301-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-283-8/+8
* fixes a critical =trace generation bug (see test case) (#14140)Andreas Rumpf2020-04-271-0/+16
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-275-0/+6
* Implements RFCs #209 (#13995)cooldome2020-04-161-7/+3
* fixes #13782 (#13834)Andreas Rumpf2020-04-011-1/+21
* faster CIs (#13803)Miran2020-03-301-3/+3
* arc optimizations (#13325)Andreas Rumpf2020-03-184-3/+8
* rewritten goto based exception handling; much cleaner implementation;… (#13...Andreas Rumpf2020-03-171-0/+69
* Fixes #13659 (#13674)cooldome2020-03-171-1/+25
* fixes #12747 [backport] (#13651)cooldome2020-03-162-2/+2
* catchable defects (#13626)Andreas Rumpf2020-03-121-0/+52
* fixes #13436 (#13615)Andreas Rumpf2020-03-101-0/+10
* fixes #13599 (#13614)Andreas Rumpf2020-03-091-0/+39
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-042-2/+6
* fixes #13457 (#13458)Andreas Rumpf2020-02-211-1/+8
* Repr v2 progress (#13268)cooldome2020-01-281-1/+1
* ARC: remove unnecessary codeAraq2020-01-261-4/+3
* contributing docs: symbols need package prefix; changed allocStats to nimAllo...Timothee Cour2020-01-258-8/+8
* Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....Ico Doornekamp2020-01-239-56/+31
* fixes #13195 (#13198)cooldome2020-01-201-0/+25
* Revert "fixes #13195"Andrii Riabushenko2020-01-191-25/+0
* revert last commitAndrii Riabushenko2020-01-191-0/+25
* more on arc codegen (#13178)cooldome2020-01-191-1/+20
* make sink operator optional (#13068)cooldome2020-01-172-12/+4
* Working towards arc codegen (#13153)cooldome2020-01-161-0/+57
* fixes #13105 (#13138)Andreas Rumpf2020-01-141-0/+18
* fixes #13119 (#13128)Andreas Rumpf2020-01-141-0/+12
* fixes #13112 (#13127)Andreas Rumpf2020-01-131-0/+6
* more arc features (#13098)Andreas Rumpf2020-01-101-0/+25
* fixes #13070Araq2020-01-101-0/+40
* Continue #13002 (#13021)Clyybber2020-01-061-1/+1
* fixes #12964 (#13027)Andreas Rumpf2020-01-041-0/+14
* Fixes #13026 (#13028)cooldome2020-01-041-1/+83
* fixes #12961 (#13019)Andreas Rumpf2020-01-031-0/+11
* fixes #12978 (#13012)Andreas Rumpf2020-01-031-1/+24
* Sink to MemMove optimization in injectdestructors (#13002)cooldome2020-01-021-1/+1
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-013-0/+228
* fixes #12989 (#12992)cooldome2019-12-312-1/+10
* fixes #12965 (#12991)Andreas Rumpf2019-12-311-0/+4
* Revert "fixes #12989"Andrii Riabushenko2019-12-311-9/+0
* fixes #12989Andrii Riabushenko2019-12-311-0/+9
* fixes #12826Araq2019-12-241-0/+33
* fixes #12899 (#12921)Andreas Rumpf2019-12-181-1/+25
* ARC: cycle detector (#12823)Andreas Rumpf2019-12-1716-16/+299