| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
variables; os.nim does not rely on it anymore
|
| |
|
|
|
|
| |
threading bugs
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
paths
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
This is intended for type deduction depending on the arguments
proc foo(x: type): type(expr(x))
|
| | | |
|
| | | |
|
| |/
|/|
| |
| | |
stack roots
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
Some new options added to the compiler (see news.txt for details)
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
compiler from optimizing away all stack roots
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This allows for various type selection algorithms to be implemented.
See tests / accept / compile / ttypeselectors.nim for examples.
|
|
|
|
| |
fork&exec
|
|
|
|
| |
'high' in eval context
|
|
|
|
| |
not trigger a recompilation
|
| |
|