Nim
Nim copied to clipboard
All imported modules in `system` even with `-d:nimPreviewSlimSystem`
Not counting other imports of these in the standard library:
- genode/env in:
- [ ] rawquits
- [ ] genode/alloc
- std/assertions in:
- [ ] iterators
- std/exitprocs in:
- [ ] memtracker
- std/formatfloat in:
- std/sharedlist in:
- std/sysatomics in:
- std/private/digitsutils in:
- std/private/bitops_utils in:
- [ ] countbits_impl
- std/private/miscdollars in:
- std/private/since in:
- [ ] system (only used for
varargsLenit seems)
- [ ] system (only used for
- std/private/syslocks in:
- [ ] alloc
- [ ] gc_regions
- [ ] system for threadlocalstorage
- std/private/threadtypes in:
- system/ansi_c in:
- system/coro_detection (basically just an include) in:
- [ ] system
- system/countbits_impl in:
- [ ] system
- system/memory in:
- [ ] system
- system/stacktraces in:
- [ ] excpt
Simple import/export pairs that could just be included (most of these were to break up docs into their own pages):
- [ ] system/exceptions
- [ ] system/ctypes
- also imported in rawquits but this import is unnecessary because rawquits is included immediately after ctypes in system
- [ ] system/iterators
- [ ] system/dollars
- [ ] system/repr_v2