Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use typeof instead type (#16962) | flywind | 2021-02-08 | 1 | -2/+2 |
| | |||||
* | Minor docs/format changes (cpuinfo, volatile) (#16602) | konsumlamm | 2021-01-06 | 1 | -2/+2 |
| | |||||
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 1 | -6/+12 |
| | | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134 | ||||
* | Add volatile load/store (#5263) | Jeff Ciesielski | 2017-01-25 | 1 | -0/+30 |
Adds volatile load/store capability to the impure part of the standard library. Note that this currently only supports numerical types. Should resolve https://github.com/nim-lang/Nim/issues/3382 |