Araq
|
331d1a6ca1
fixes regressions
|
6 lat temu |
Steve Kellock
|
173e8c4913
fixes unexpected transforming of runnableExamples (#9158)
|
6 lat temu |
Araq
|
e09eeb02bf
fixes #8052
|
6 lat temu |
Andreas Rumpf
|
db35ac435b
code cleanup: remove newScopeForIf switch
|
6 lat temu |
Andreas Rumpf
|
5348fef003
implements a --nep1:on switch to make the compiler enforce the naming conventions outlined in NEP-1
|
6 lat temu |
Andreas Rumpf
|
40ec7be45c
refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly
|
6 lat temu |
Andreas Rumpf
|
669a564492
remove more global variables in the Nim compiler
|
6 lat temu |
Andreas Rumpf
|
ce859d8c16
more modules compile again
|
6 lat temu |
cooldome
|
2c9e56a783
Implement custom annotations (#6987)
|
7 lat temu |
Araq
|
ee67a67ac4
first steps in adding template/macro calls to stack traces
|
7 lat temu |
Andreas Rumpf
|
4e4d466d06
minor breaking change: for loop bodies now get their own scope
|
7 lat temu |
Andreas Rumpf
|
f1dab39086
remove old implementation of the roof operator; make tests green again; close #6292
|
7 lat temu |
Andreas Rumpf
|
70ea45cdba
deprecated unary '<'
|
7 lat temu |
Andreas Rumpf
|
1a61c4d46d
first implementation of the 'func' keyword
|
7 lat temu |
Arne Döring
|
000b8afd26
Remove expr/stmt (#5857)
|
7 lat temu |
Araq
|
4a77b66b19
fixes #5478
|
7 lat temu |
Andreas Rumpf
|
3e7b04683c
make tests green again
|
7 lat temu |
Andreas Rumpf
|
46f33515d7
Merge branch 'devel' into faster-nimsuggest
|
7 lat temu |
Andreas Rumpf
|
2d546ca0ac
fixes #5417
|
7 lat temu |
Andreas Rumpf
|
46efaf294b
big compiler refactoring; avoid globals for multi method dispatcher generation
|
7 lat temu |
Araq
|
97e26967f1
fixes #5383
|
7 lat temu |
Dominik Picheta
|
d5bb5e832b
Merge branch 'devel' into feature/3691
|
8 lat temu |
Dominik Picheta
|
3c8c5d081e
Adds `except T as ident` handling in semtempl.
|
8 lat temu |
Andreas Rumpf
|
abaf5d0bdb
fixes #5285
|
8 lat temu |
Andreas Rumpf
|
d651012688
template+emit supports volatileRead and volatileWrite ops
|
8 lat temu |
Lolo Iccl
|
a296f091e4
Fixes #5225 (#5243)
|
8 lat temu |
Jacek Sieka
|
3cd4cf4320
remove unused stuff
|
8 lat temu |
Andreas Rumpf
|
5d56361383
fixes #4353
|
8 lat temu |
Andreas Rumpf
|
de6198c747
fixes #4555
|
8 lat temu |
Andreas Rumpf
|
39ebe2175b
compiler almost free of deprecated expr/stmt names
|
8 lat temu |