ringabout
|
2bef08774f
fixes #23742; setLen(0) no longer allocates memory for uninitialized strs/seqs for refc (#23745)
|
4 ヶ月 前 |
Amjad Ben Hedhili
|
b542be1e7d
Fix `capacity` for const and shallow [backport] (#22705)
|
1 年間 前 |
Amjad Ben Hedhili
|
38b58239e8
followup of #22568 (#22690)
|
1 年間 前 |
Amjad Ben Hedhili
|
325341866f
Make capacity work with refc [backport] (#22697)
|
1 年間 前 |
Bung
|
a9bd78d579
fix #12122 (#21096)
|
1 年間 前 |
ringabout
|
06cd15663d
fixes ptr to cstring warnings[backport] (#20848)
|
2 年 前 |
ringabout
|
4a1bda667c
turn nimIncrSeqV3 into deadcode (#20388)
|
2 年 前 |
flywind
|
8cde6ba6bc
remove noop option `gc:v2` (#19810)
|
2 年 前 |
Timothee Cour
|
f561afae41
followup #17225: simplify code after removing gc2, generational (#17242)
|
3 年 前 |
Timothee Cour
|
0fc5d3f13b
fix #14655 setLen(seq) now zeros memory (#14656)
|
4 年 前 |
Arne Döring
|
4005f0d0e4
forward type alignment information to seqs (#12430)
|
4 年 前 |
Nindaleth
|
34dbc5699e
fix several typos in documentation and comments (#12553)
|
5 年 前 |
Araq
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 年 前 |
Andreas Rumpf
|
8e5c1436ad
fixes #10845
|
5 年 前 |
zah
|
ca4b971bc8
Initial version of the hot-code reloading support for native targets (#10729)
|
5 年 前 |
Ștefan Talpalaru
|
10f5f67767
gogc: GCC-8.2.0 compatibility and other improvements (#9211)
|
6 年 前 |
Andreas Rumpf
|
696c0c48c7
fixes merge conflict
|
6 年 前 |
Araq
|
babd31360a
fixes more nil string bugs
|
6 年 前 |
Araq
|
05121d84b3
fixes a long standing nil bug in substr
|
6 年 前 |
Araq
|
7ac6462cbd
make at least bootstrapping work
|
6 年 前 |
Andreas Rumpf
|
c57e320c94
fixes 7833 (#8533)
|
6 年 前 |
Araq
|
c9f2c16da1
make setLengthStr compile for the old version
|
6 年 前 |
Araq
|
25b4d26e22
fixes yet another regression
|
6 年 前 |
Araq
|
1c80619ac5
WIP: avoid using the old growObj in order to fix the newly introduced seq leaks
|
6 年 前 |
Yuriy Glukhov
|
dfe3f16022
Don't depend on string.h in codegen (#8299)
|
6 年 前 |
Andreas Rumpf
|
5b59852406
system.substr is not implemented with compilerProcs anymore
|
6 年 前 |
Andreas Rumpf
|
ce01472ff3
refactorings in preparations for the new runtime
|
6 年 前 |
Andreas Rumpf
|
b5a96d28c7
codgen refactoring: prepare for alternative string/seq implementations
|
6 年 前 |
Dmitry Atamanov
|
e206a8d952
Use new binarySearch everywhere (#7876)
|
6 年 前 |
Araq
|
7d78707e36
fixes #7766
|
6 年 前 |