| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
* fixes #9454
* Peer review feedback, wording, move to experimental manual
|
| |
|
| |
|
|
|
|
|
|
| |
(#11492)
According to https://nim-lang.org/blog/2019/06/06/version-0200-released.html
"The -d:release switch now does not disable runtime checks anymore. "
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(#11232)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Fixes https://github.com/nim-lang/Nim/issues/11427.
|
|
|
|
|
|
| |
Additionally, use normalizePathEnd to suffix the dir name with "/" or
"\" as appropriate for the current OS.
Fixes https://github.com/nim-lang/Nim/issues/11439.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
transformations [refactoring]
|
| |
|
|
|
| |
Fixes https://github.com/nim-lang/Nim/issues/11441.
|
|
|
|
| |
[bugfix]
|
|
|
| |
Move forward declarations earlier.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
[bugfix]
* add vm value preparation proc
* small optimization
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* add bit operator names
* add test for bitop alias
|