summary refs log tree commit diff stats
path: root/lib/pure/volatile.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen ↵ringabout2024-08-281-7/+5
| | | | | (#24020) fixes #14623
* use typeof instead type (#16962)flywind2021-02-081-2/+2
|
* Minor docs/format changes (cpuinfo, volatile) (#16602)konsumlamm2021-01-061-2/+2
|
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-6/+12
| | | | | * StringStream & more stdlib modules support for JS/NimScript * change back pegs test in line with #14134
* Add volatile load/store (#5263)Jeff Ciesielski2017-01-251-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