Timothee Cour
|
0c56eeda0e
expr => untyped; stmt => typed (#14804)
|
4 years ago |
Timothee Cour
|
e30a08103d
remove tyOpt, mOpt (#14636)
|
4 years ago |
zah
|
e50441ab33
Fix typeSym.getImpl for ref types (#13752)
|
4 years ago |
Clyybber
|
7e747d11c6
Cosmetic compiler cleanup (#12718)
|
5 years ago |
Timothee Cour
|
dfe5d115fb
fixes #12663 staticRead now creates a dependency for rebuilds (#12731) [backport]
|
5 years ago |
Jasper Jenkins
|
40c5175145
fix range.getType crash
|
5 years ago |
Araq
|
07d465ca42
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
Araq
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
Arne Döring
|
b92fd30282
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
|
5 years ago |
Andreas Rumpf
|
721bf7188b
code cleanup: there is no tyOptRef
|
5 years ago |
Andreas Rumpf
|
b5eed8ab3f
make code more readable
|
5 years ago |
jcosborn
|
fc740c54ec
fixes #9600 (#9601)
|
6 years ago |
jcosborn
|
69c0a9c6fb
getTypeImpl now returns pragmas for object types (#9538)
|
6 years ago |
Araq
|
f9eec2aa1e
fixes #9532
|
6 years ago |
LemonBoy
|
0ead36dae6
Unchecked arrays now have their own type (#9267)
|
6 years ago |
LemonBoy
|
8a1055adce
Fix range type construction in the VM (#9205)
|
6 years ago |
Andreas Rumpf
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
cooldome
|
dec97924a4
Custom pragmas in proc types (#8205)
|
6 years ago |
Andreas Rumpf
|
40ec7be45c
refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly
|
6 years ago |
Andreas Rumpf
|
669a564492
remove more global variables in the Nim compiler
|
6 years ago |
Andreas Rumpf
|
bf6c2c5ccf
preparations of making compiler/msgs.nim free of global variables
|
6 years ago |
Araq
|
2a7fc84c86
remove ast.emptyNode global; cleanup configuration.nim
|
6 years ago |
Andreas Rumpf
|
fedc136985
transf and vmgen compile again
|
6 years ago |
Varriount
|
822d2b5085
Fix the return value of GetType and friends when given a `var T` type. (#7701)
|
6 years ago |
Andreas Rumpf
|
47335aab41
introduce nkTupleConstr AST node for unary tuple construction; breaking change
|
6 years ago |
Andreas Rumpf
|
e4081a7201
preparations for language extensions: 'sink' and 'lent' types
|
7 years ago |
jcosborn
|
96a5062b8c
modify getTypeImpl to reduce result to final implementation (#6891)
|
7 years ago |
jcosborn
|
35d7a99b6a
fix getTypeInst for tyGenericInst (#6868)
|
7 years ago |
Andreas Rumpf
|
70ea45cdba
deprecated unary '<'
|
7 years ago |
Andreas Rumpf
|
02ff5f596c
implemented new experimental scriptable import mechanism
|
7 years ago |