summary refs log tree commit diff stats
path: root/lib/core/seqs.nim
Commit message (Expand)AuthorAgeFilesLines
* make seq.add more effective for --newruntimeAraq2019-04-251-0/+14
* fixes #11065Araq2019-04-221-7/+20
* newruntime: fixes another bugAraq2019-04-101-1/+1
* newruntime: progressAraq2019-04-021-2/+1
* --newruntime: progressAndreas Rumpf2019-03-141-10/+10
* --newruntime: work in progressAndreas Rumpf2019-03-141-34/+35
* seqs.nim: added a remark about C++ optimizersAndreas Rumpf2019-03-141-0/+8
* alloc et al don't have any effect; fixes #9746Araq2019-03-011-2/+2
* gc:destructors: progressAndreas Rumpf2019-02-281-1/+1
* destructor based seqs: bugfixAndreas Rumpf2019-02-281-1/+2
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-291-3/+7
* --gc:destructors: baby stepsAndreas Rumpf2018-12-151-6/+0
* gc:destructors: more progressAndreas Rumpf2018-11-291-7/+8
* gc:destructors further progressAndreas Rumpf2018-11-291-1/+1
* some progress on --gc:destructorsAndreas Rumpf2018-11-271-17/+18
* new minor language feature: .noSideEffect blocks like .gcsafe blocksAndreas Rumpf2018-11-271-3/+4
* --gc:destructors: hello world example compiles and runsAraq2018-11-161-1/+1
* VM: don't inject destructor calls, refs #7041Andreas Rumpf2018-11-061-1/+3
* allows a destructor to be attached to a tyString/tySequenceAndreas Rumpf2018-07-271-3/+9
* WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-171-106/+130
* C codegen: preparations for different seq and string implementationsAndreas Rumpf2018-04-031-3/+3
* Fixes for new runtime (#7037)Dmitry Atamanov2018-01-081-1/+23
* allocators.nim: minor typoAndreas Rumpf2018-01-041-0/+117