Andreas Rumpf
|
9ffec79300
DrNim (Nim compiler with Z3 integration) (#13743)
|
4 years ago |
Araq
|
d375120c42
rename sfAlwaysReturn to sfNeverRaises
|
4 years ago |
Andreas Rumpf
|
a6682de004
catchable defects (#13626)
|
4 years ago |
Jasper Jenkins
|
796aafe7e0
make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170)
|
4 years ago |
Federico Ceratto
|
39290cf88c
Fix spellings (#12277) [backport]
|
5 years ago |
Clyybber
|
e6cb7e34ef
Make name mangling reversable unambiguously (#11939) [bugfix]
|
5 years ago |
Araq
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
Clyybber
|
0c869eaa47
Fix destructor injections for global variables (#11230)
|
5 years ago |
cooldome
|
041d15392a
Compiler plugin for implementing incremental computation in user space (#10819)
|
5 years ago |
Araq
|
c3067e36bb
newruntime: progress
|
5 years ago |
zah
|
ca4b971bc8
Initial version of the hot-code reloading support for native targets (#10729)
|
5 years ago |
Araq
|
366b6be4fb
compiler refactoring: TSymSeq is gone for good
|
6 years ago |
Andreas Rumpf
|
6e8ed8c6fa
added first version of a nimfind tool for the poor souls that don't have a good nimsuggest integretation
|
6 years ago |
LemonBoy
|
b97a7dbf3d
Make the registered passes local to the ModuleGraph (#9259)
|
6 years ago |
Araq
|
b4e5c9d075
deprecate the .this pragma
|
6 years ago |
Andreas Rumpf
|
268260953c
completed VM support for incremental compilations
|
6 years ago |
Andreas Rumpf
|
826c1e2d78
incremental compilation: implemented basic replay logic
|
6 years ago |
Andreas Rumpf
|
cae1973856
document how the incremental compilation scheme could work
|
6 years ago |
Andreas Rumpf
|
ddc6cec69e
refactoring: move DB model to incremental.nim
|
6 years ago |
Andreas Rumpf
|
382bc34f93
vm now free of global variables
|
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 |
Araq
|
2a7fc84c86
remove ast.emptyNode global; cleanup configuration.nim
|
6 years ago |
Andreas Rumpf
|
328e7a1005
options.nim: no global variables anymore
|
6 years ago |
Andreas Rumpf
|
050789a8f4
sem pass compiles again
|
6 years ago |
Andreas Rumpf
|
0d56dd4677
big refactoring: magicsys compiles again
|
6 years ago |
Andreas Rumpf
|
33b69f0ed0
refactoring: make FileIndex a distinct type; make line information an uint16; fixes #7654
|
6 years ago |
Araq
|
046ed4ed22
symbol files: implemented accurate module dependency tracking
|
6 years ago |
Andreas Rumpf
|
46efaf294b
big compiler refactoring; avoid globals for multi method dispatcher generation
|
7 years ago |
Andreas Rumpf
|
9f142e199d
nimsuggest uses multithreading and full project recompiles
|
7 years ago |