Clyybber
|
438afb4db9
Introduce localErrorNode (#17785)
|
3 years ago |
Saem Ghani
|
c6dc9c0255
fixes #17437 - crash where error reporting > 1 (#17547)
|
3 years ago |
Alexander Ivanov
|
672dc5cd87
Nil type check implementation (#15287)
|
4 years ago |
Ivan Bobev
|
3c85aa9e53
Make `{.requiresInit.}` to work for distinct types (#15869)
|
4 years ago |
Clyybber
|
13e659cfec
Big compiler Cleanup (#14777)
|
4 years ago |
Andreas Rumpf
|
4ab6887a67
fixes #15111 (#15136)
|
4 years ago |
Andreas Rumpf
|
da29222f86
init checks and 'out' parameters (#14521)
|
4 years ago |
Zahary Karadjov
|
66f18037b3
Fix tests/types/tparameterizedparent0
|
4 years ago |
Zahary Karadjov
|
be95f8fdfa
Turn some of the errors back into warnings
|
4 years ago |
Zahary Karadjov
|
ce9a4ed124
Replace tfHasRequiresInit with a more accurate mechanism
|
4 years ago |
Zahary Karadjov
|
7b7e42be54
More precise error messages for uninitialized fields in the presence of inheritance
|
4 years ago |
Zahary Karadjov
|
1b570f2b18
Turn the warning for uninitialized (result) variables into errors
|
4 years ago |
Zahary Karadjov
|
8ae48292ff
Plug another hole: default(T) forbidden for objects requiring initialization
|
4 years ago |
Zahary Karadjov
|
05a0ec4adb
Don't allow 'var x: T' for objects that require initialization
|
4 years ago |
Zahary Karadjov
|
7652aede41
More sophistication; Allow requiresInit to be specified per-field
|
4 years ago |
Zahary Karadjov
|
a8b6222c86
First steps, the compiler can boot with enforced requiresInit
|
4 years ago |
Araq
|
a10cc18247
ARC: optimize complete object constructors to use nimNewObjUninit
|
4 years ago |
Jasper Jenkins
|
3c38edf563
Better case coverage error message for alias and range enum (#12913)
|
5 years ago |
Clyybber
|
7e747d11c6
Cosmetic compiler cleanup (#12718)
|
5 years ago |
Araq
|
61ea85687c
refactoring: --newruntime consists of 3 different switches
|
5 years ago |
Federico Ceratto
|
39290cf88c
Fix spellings (#12277) [backport]
|
5 years ago |
Oscar Nihlgård
|
4264e9576d
Consider range type of runtime discrim [feature] (#11432)
|
5 years ago |
Arne Döring
|
afbcd1b330
int128 on firstOrd, lastOrd and lengthOrd (#11701)
|
5 years ago |
Andreas Rumpf
|
045eeab6b4
fixes #11585
|
5 years ago |
Araq
|
bd55c862a6
fixes #11617
|
5 years ago |
Jasper Jenkins
|
fc4f0808c4
parameter runtime discriminators (#11397)
|
5 years ago |
Jasper Jenkins
|
1286ba3452
fix bool and range (#11336)
|
5 years ago |
Jasper Jenkins
|
f774426095
Smarter variant object construction (#11273)
|
5 years ago |
Andreas Rumpf
|
a6d49c3a81
special typing rules for owned pointers
|
5 years ago |
Andreas Rumpf
|
dae5450947
WIP: disallow 'nil' for strings and seqs
|
6 years ago |