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
/
strs_v2.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix string literal assignment with different lengths on ARC (#24083)
metagn
2024-09-08
1
-1
/
+1
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
1
-0
/
+3
*
NIR: progress (#22817)
Andreas Rumpf
2023-10-12
1
-0
/
+3
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-0
/
+4
*
Fix `capacity` for const and shallow [backport] (#22705)
Amjad Ben Hedhili
2023-09-18
1
-1
/
+1
*
Make capacity work with refc [backport] (#22697)
Amjad Ben Hedhili
2023-09-13
1
-6
/
+2
*
Remove some unnecessary initialization in string operations (#22579)
Amjad Ben Hedhili
2023-09-07
1
-37
/
+61
*
newStringOfCap now won't initialize all elements anymore (#22568)
ringabout
2023-08-28
1
-2
/
+3
*
fix nimrtl and nimhcr on arc/orc (#21814)
metagn
2023-05-09
1
-2
/
+2
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
1
-1
/
+1
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
1
-1
/
+1
*
RFC-460 implemented (#19771)
Juan Carlos
2022-09-21
1
-0
/
+16
*
rename prepareStrMutation to prepareMutation (#17235)
flywind
2021-03-03
1
-2
/
+2
*
add runnableExamples for prepareStrMutation (#17227)
flywind
2021-03-02
1
-1
/
+1
*
fixes #17173 (#17213)
Andreas Rumpf
2021-03-01
1
-0
/
+7
*
fixes #16365 [backport] (#16381)
Andreas Rumpf
2020-12-17
1
-6
/
+7
*
arc allocation method aligned (#15588)
cooldome
2020-10-19
1
-8
/
+32
*
ORC and stdlib optimizations (#15362)
Andreas Rumpf
2020-09-19
1
-1
/
+2
*
optimize the new nimPrepareStrMutationV2 with inlining (#14969)
Andreas Rumpf
2020-07-12
1
-6
/
+9
*
ARC/ORC: optimize s.setLen(0) to match the old runtime's behaviour (#14423)
Andreas Rumpf
2020-05-21
1
-2
/
+1
*
fixes #13457 (#13458)
Andreas Rumpf
2020-02-21
1
-10
/
+11
*
TlSF Alloctor: use less memory for --gc:arc (#13280)
Andreas Rumpf
2020-01-28
1
-1
/
+1
*
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....
Ico Doornekamp
2020-01-23
1
-32
/
+20
*
fixes #12965 (#12991)
Andreas Rumpf
2019-12-31
1
-10
/
+11
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-0
/
+152