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
/
lib
/
system
/
seqs_v2.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
1
-1
/
+2
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
1
-10
/
+11
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-0
/
+2
*
RFC-460 implemented (#19771)
Juan Carlos
2022-09-21
1
-0
/
+16
*
fix #16458; make useNimRtl compile for --gc:orc (#19512)
flywind
2022-02-11
1
-1
/
+2
*
fixes .raises inference for newSeq builtin under --gc:orc [backport] (#19158)
Andreas Rumpf
2021-11-16
1
-1
/
+1
*
fixes another effect inference bug [backport:1.6] (#19100)
Andreas Rumpf
2021-11-07
1
-1
/
+1
*
ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)
Andreas Rumpf
2021-05-18
1
-0
/
+4
*
ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...
cooldome
2020-10-28
1
-12
/
+3
*
arc allocation method aligned (#15588)
cooldome
2020-10-19
1
-3
/
+12
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-5
/
+9
*
Fix #14994 (#14996)
Clyybber
2020-07-15
1
-0
/
+1
*
Move `wasMoved` out of `=destroy`
Clyybber
2020-07-10
1
-2
/
+1
*
more checking for --gc:arc, no need for valgrind (#14467)
Andreas Rumpf
2020-05-29
1
-1
/
+0
*
fixes #14038
Andreas Rumpf
2020-04-20
1
-1
/
+1
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
1
-8
/
+8
*
make goto based exceptions available for 'nim cpp' (#13244)
Andreas Rumpf
2020-01-25
1
-1
/
+5
*
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....
Ico Doornekamp
2020-01-23
1
-27
/
+17
*
ARC: misc bugfixes (#13156)
Andreas Rumpf
2020-01-15
1
-1
/
+1
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-0
/
+129