LemonBoy
|
71df1b060b
Tighten the conversion from tyRange to scalar types (#10495)
|
6 年之前 |
Andreas Rumpf
|
ea409fb15a
first steps in implementing 'owned' pointers; undocumented, do not use
|
6 年之前 |
Andreas Rumpf
|
dee8e6e98a
gc: destructors is beginning to work (#10483)
|
6 年之前 |
LemonBoy
|
6825430831
Restrict ptr/ref to ptr/ref implicit conversion (#10411)
|
6 年之前 |
LemonBoy
|
ee89ba6bdb
Fix subtype conversion w/ varargs arguments (#10402)
|
6 年之前 |
Araq
|
aa7ad88978
fixes #10075 [backport]
|
6 年之前 |
Araq
|
4a6d699bc5
C++: make async tests green on Windows
|
6 年之前 |
cooldome
|
c50a04adc5
More converter fixes (#9737)
|
6 年之前 |
cooldome
|
2ac7f52388
Fixes multiple bugs with sink arguments (#9802)
|
6 年之前 |
cooldome
|
c5c4da4f3c
Converter bug fixes (#9700)
|
6 年之前 |
Andreas Rumpf
|
6e8ed8c6fa
added first version of a nimfind tool for the poor souls that don't have a good nimsuggest integretation
|
6 年之前 |
Andreas Rumpf
|
cb4d810659
make Nim take roughly 100MB less RAM for bootstrapping via a new compiler switch -d:leanCompiler; useful for the Raberry PI
|
6 年之前 |
Araq
|
c735b75f6f
compiler cleanup: flag tfOldSchoolExprStmt is gone
|
6 年之前 |
LemonBoy
|
16a70c84aa
Fixes 6544 (#9427)
|
6 年之前 |
Miran
|
675c629fee
replace deprecated `safeAdd` with `add` (#9416)
|
6 年之前 |
Timothee Cour
|
745f1642d6
implement sizeof and alignof operator (manually squashed #5664) (#9356)
|
6 年之前 |
LemonBoy
|
0ead36dae6
Unchecked arrays now have their own type (#9267)
|
6 年之前 |
LemonBoy
|
b8d2f79ef0
Prevent the construction of recursive tyStatic types (#9256)
|
6 年之前 |
jcosborn
|
dd65986795
fixes #4435 (#9185)
|
6 年之前 |
Araq
|
ae901b3272
fixes #7351
|
6 年之前 |
Araq
|
0694c9080f
fixes #8043
|
6 年之前 |
LemonBoy
|
b74faf354e
Do not materialize empty varargs[untyped] arrays (#8715)
|
6 年之前 |
Andreas Rumpf
|
df4d5b77a1
introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817)
|
6 年之前 |
Araq
|
e98e214422
fixes #7854
|
6 年之前 |
zah
|
96de224a63
Fix #8126 (#8712)
|
6 年之前 |
Andreas Rumpf
|
0da91aa744
changes how the now illegal 'string == nil' comparison is detected
|
6 年之前 |
Araq
|
a0cde8cee6
Merge branch 'devel' into araq-misc
|
6 年之前 |
cooldome
|
aa1cdebdc2
Converters to take into account constraints. Fixes #7520 (#8593)
|
6 年之前 |
Andreas Rumpf
|
dae5450947
WIP: disallow 'nil' for strings and seqs
|
6 年之前 |
andri lim
|
4d5cce9882
fixes #6255, add `system.ashr` arithmetic right shift (#8547)
|
6 年之前 |