ringabout
|
dd80e968e8
fixes ptr to cstring warnings[backport] (#20848)
|
2 years ago |
Timothee Cour
|
f561afae41
followup #17225: simplify code after removing gc2, generational (#17242)
|
4 years ago |
Timothee Cour
|
0fc5d3f13b
fix #14655 setLen(seq) now zeros memory (#14656)
|
4 years ago |
Arne Döring
|
4005f0d0e4
forward type alignment information to seqs (#12430)
|
5 years ago |
Nindaleth
|
34dbc5699e
fix several typos in documentation and comments (#12553)
|
5 years ago |
Araq
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
Andreas Rumpf
|
8e5c1436ad
fixes #10845
|
6 years ago |
zah
|
ca4b971bc8
Initial version of the hot-code reloading support for native targets (#10729)
|
6 years ago |
Ștefan Talpalaru
|
10f5f67767
gogc: GCC-8.2.0 compatibility and other improvements (#9211)
|
6 years ago |
Andreas Rumpf
|
696c0c48c7
fixes merge conflict
|
6 years ago |
Araq
|
babd31360a
fixes more nil string bugs
|
6 years ago |
Araq
|
05121d84b3
fixes a long standing nil bug in substr
|
6 years ago |
Araq
|
7ac6462cbd
make at least bootstrapping work
|
6 years ago |
Andreas Rumpf
|
c57e320c94
fixes 7833 (#8533)
|
6 years ago |
Araq
|
c9f2c16da1
make setLengthStr compile for the old version
|
6 years ago |
Araq
|
25b4d26e22
fixes yet another regression
|
6 years ago |
Araq
|
1c80619ac5
WIP: avoid using the old growObj in order to fix the newly introduced seq leaks
|
6 years ago |
Yuriy Glukhov
|
dfe3f16022
Don't depend on string.h in codegen (#8299)
|
6 years ago |
Andreas Rumpf
|
5b59852406
system.substr is not implemented with compilerProcs anymore
|
6 years ago |
Andreas Rumpf
|
ce01472ff3
refactorings in preparations for the new runtime
|
6 years ago |
Andreas Rumpf
|
b5a96d28c7
codgen refactoring: prepare for alternative string/seq implementations
|
6 years ago |
Dmitry Atamanov
|
e206a8d952
Use new binarySearch everywhere (#7876)
|
7 years ago |
Araq
|
7d78707e36
fixes #7766
|
7 years ago |
Andreas Rumpf
|
f64f9e50cc
correct comparisons for nil strings/seqs
|
7 years ago |
Andreas Rumpf
|
65c08212db
system.nim: minor code cleanup
|
7 years ago |
Andreas Rumpf
|
7c538b26ad
nil in string concats does not produce crashes anymore
|
7 years ago |
Andreas Rumpf
|
ce36b8efd6
setLen doesn't crash on nil strings/seqs anymore
|
7 years ago |
Andreas Rumpf
|
ef1b547f35
'add' on a nil sequence doesn't produce a crash anymore
|
7 years ago |
Andreas Rumpf
|
b25044286b
sysstr.nim: fix minor typos
|
7 years ago |
Araq
|
15e044416f
fixes #7291
|
7 years ago |