summary refs log tree commit diff stats
path: root/tests/stdlib/tenvvars.nim
Commit message (Expand)AuthorAgeFilesLines
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-1/+1
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-1/+4
* refactor envvars, oserrors; register vmops (#20592)ringabout2022-10-181-1/+2
* move widestrs out of system (#20462)metagn2022-10-011-0/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* Add use of Windows Wide CRT API for env. vars (#20084)havardjohn2022-08-201-3/+100
* Added `std/envvars` for env vars handling (#19421)flywind2022-01-201-0/+59