| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
(#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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add to `.gitignore` rule for `/tools/dochack/dochack.js`.
After building locally Nim and running `koch docs`, the `dochack.js`
file was showing up in Git working tree as a new untracked file.
Closes #11374.
|
| |
|