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
/
compiler
/
semobjconstr.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc bugfixes [backport:1.2] (#19203)
Andreas Rumpf
2021-12-04
1
-3
/
+3
*
[FIX] Do not break formatted string line (#19085) [backport]
haxscramper
2021-11-02
1
-2
/
+1
*
fixes 'lent T' inside object constructor [backport] (#18911)
Andreas Rumpf
2021-09-27
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
1
-14
/
+17
*
refactoring: removed dead code (#18567)
Andreas Rumpf
2021-07-24
1
-3
/
+2
*
more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf...
Timothee Cour
2021-05-16
1
-1
/
+2
*
improve errmsg refs #17793 object ctor with generics (#17806)
Timothee Cour
2021-04-21
1
-1
/
+4
*
fix `hintMsgOrigin` regression + simplify msgs code (#17805)
Timothee Cour
2021-04-21
1
-7
/
+6
*
Introduce localErrorNode (#17785)
Clyybber
2021-04-19
1
-4
/
+2
*
fixes #17437 - crash where error reporting > 1 (#17547)
Saem Ghani
2021-03-29
1
-4
/
+12
*
Nil type check implementation (#15287)
Alexander Ivanov
2020-12-29
1
-0
/
+1
*
Make `{.requiresInit.}` to work for distinct types (#15869)
Ivan Bobev
2020-11-06
1
-7
/
+14
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-2
/
+1
*
fixes #15111 (#15136)
Andreas Rumpf
2020-08-01
1
-19
/
+19
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-1
/
+1
*
Fix tests/types/tparameterizedparent0
Zahary Karadjov
2020-04-01
1
-1
/
+1
*
Turn some of the errors back into warnings
Zahary Karadjov
2020-04-01
1
-0
/
+5
*
Replace tfHasRequiresInit with a more accurate mechanism
Zahary Karadjov
2020-04-01
1
-22
/
+39
*
More precise error messages for uninitialized fields in the presence of inher...
Zahary Karadjov
2020-04-01
1
-35
/
+25
*
Turn the warning for uninitialized (result) variables into errors
Zahary Karadjov
2020-04-01
1
-2
/
+3
*
Plug another hole: default(T) forbidden for objects requiring initialization
Zahary Karadjov
2020-04-01
1
-0
/
+18
*
Don't allow 'var x: T' for objects that require initialization
Zahary Karadjov
2020-04-01
1
-36
/
+32
*
More sophistication; Allow requiresInit to be specified per-field
Zahary Karadjov
2020-04-01
1
-11
/
+21
*
First steps, the compiler can boot with enforced requiresInit
Zahary Karadjov
2020-04-01
1
-9
/
+4
*
ARC: optimize complete object constructors to use nimNewObjUninit
Araq
2020-01-26
1
-0
/
+3
*
Better case coverage error message for alias and range enum (#12913)
Jasper Jenkins
2019-12-18
1
-47
/
+9
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-26
/
+26
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Consider range type of runtime discrim [feature] (#11432)
Oscar Nihlgård
2019-08-20
1
-16
/
+45
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-1
/
+1
*
fixes #11585
Andreas Rumpf
2019-07-03
1
-2
/
+3
*
fixes #11617
Araq
2019-07-01
1
-0
/
+3
*
parameter runtime discriminators (#11397)
Jasper Jenkins
2019-06-04
1
-3
/
+6
*
fix bool and range (#11336)
Jasper Jenkins
2019-05-27
1
-4
/
+6
*
Smarter variant object construction (#11273)
Jasper Jenkins
2019-05-26
1
-14
/
+93
*
special typing rules for owned pointers
Andreas Rumpf
2019-03-04
1
-2
/
+5
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-2
/
+2
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-3
/
+3
*
sem pass compiles again
Andreas Rumpf
2018-05-12
1
-33
/
+29
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-11
/
+11
*
fixes a regression about static object case variant checking
Araq
2018-04-06
1
-1
/
+3
*
further steps in implementing sink parameters; refs #7041
Araq
2018-03-30
1
-1
/
+1
*
fixes #5450
Andreas Rumpf
2018-02-04
1
-0
/
+4
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-2
/
+2
*
fixes #5999
Araq
2017-12-14
1
-2
/
+8
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-6
/
+9
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-5
/
+5
*
Fixes #5965 (#6237)
Daniil Yarancev
2017-08-14
1
-1
/
+6
*
move the object construction logic to a separate file
Zahary Karadjov
2017-04-06
1
-0
/
+292