Federico Ceratto
|
fa7f5742d3
Fix spellings (#12277) [backport]
|
5 years ago |
Araq
|
cf99c9bfb5
fixes #12051
|
5 years ago |
Andreas Rumpf
|
766960dc15
fixes #11515 (#11624)
|
5 years ago |
Clyybber
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
Andreas Rumpf
|
bf592c4e94
more destructor based changes (#10885)
|
5 years ago |
Andreas Rumpf
|
728ff1004a
gc:destructors: progress
|
5 years ago |
Araq
|
e874705971
fixes nested gensym'ed parameters; fixes #9476
|
6 years ago |
Araq
|
abbafe606e
IC: further progress
|
6 years ago |
cooldome
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 years ago |
Miran
|
675c629fee
replace deprecated `safeAdd` with `add` (#9416)
|
6 years ago |
xzfc
|
8fc7cecfa2
compiler: show name of instantiating context in error traces (#6763) (#9207)
|
6 years ago |
Araq
|
9c3cba1c22
fixes #4766
|
6 years ago |
Andreas Rumpf
|
dae5450947
WIP: disallow 'nil' for strings and seqs
|
6 years ago |
Zahary Karadjov
|
31651ecd61
allow referencing other parameters in default parameter values
|
6 years ago |
Zahary Karadjov
|
e719f211c6
fix #6928; fix #7208
|
6 years ago |
Zahary Karadjov
|
16b594b532
Support default type parameters
|
6 years ago |
Zahary Karadjov
|
5bcf8bcb59
fixes #7222; fixes #5595; fixes #3747
|
6 years ago |
Andreas Rumpf
|
669a564492
remove more global variables in the Nim compiler
|
6 years ago |
Araq
|
2a7fc84c86
remove ast.emptyNode global; cleanup configuration.nim
|
6 years ago |
Araq
|
02b78d3f94
make tests green again
|
6 years ago |
Andreas Rumpf
|
ce859d8c16
more modules compile again
|
6 years ago |
Araq
|
1d9343080d
added toOpenArray builtin for zero-copy slices; syntax sugar yet to come
|
6 years ago |
zah
|
121b9e26fb
Static[T] fixes (#7333)
|
6 years ago |
Araq
|
8a601669ef
fixes #6489
|
7 years ago |
Andreas Rumpf
|
70ea45cdba
deprecated unary '<'
|
7 years ago |
Andreas Rumpf
|
1a61c4d46d
first implementation of the 'func' keyword
|
7 years ago |
Zahary Karadjov
|
f0999de9dc
Fix #5962
|
7 years ago |
Zahary Karadjov
|
cd02561368
introduce a pre-processing pass for the concept bodies
|
7 years ago |
Araq
|
4033929127
fixes tproctypecache_falsepositive.nim test case
|
7 years ago |
Zahary Karadjov
|
e9a3ffbc3d
Restore the Nim's 0.14 proper handling of generic aliases
|
7 years ago |