.. |
private
|
37965bd591
Handle arbitrarily long symlink target in `expandSymlinks()` (#23650)
|
6 months ago |
appdirs.nim
|
871e4af6ef
add getDataDir to std/appdirs.nim (#21754)
|
1 year ago |
assertions.nim
|
4ce3a68e79
fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings temporarily (#21390)
|
1 year ago |
cmdline.nim
|
612abda4f4
remove decades-deprecated Win32 API *A function support (#21315)
|
2 years ago |
compilesettings.nim
|
15e3813d96
add mm to compilesettings; deprecate gc (#19394)
|
3 years ago |
decls.nim
|
739e1badb6
stdlib organization & documentation improvements (#20971)
|
2 years ago |
dirs.nim
|
b3e1892eb7
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21978)
|
1 year ago |
editdistance.nim
|
3d4ec68e54
fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)
|
11 months ago |
effecttraits.nim
|
efd5c571bf
.forbids pragma: defining forbidden tags (#20050)
|
2 years ago |
enumerate.nim
|
cf1b16ef8b
minor code cleanups (#21215)
|
2 years ago |
enumutils.nim
|
106c7d2afb
fixes #22844; uses arrays to store holeyenums for iterations; much more efficient than sets and reasonable for holeyenums (#22845)
|
11 months ago |
envvars.nim
|
cf1b16ef8b
minor code cleanups (#21215)
|
2 years ago |
exitprocs.nim
|
36b339bbcf
Prevent early destruction of gFuns, fixes AddressSanitizer: heap-use-after-free (#22386)
|
11 months ago |
files.nim
|
b3e1892eb7
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21978)
|
1 year ago |
formatfloat.nim
|
6d38eafda1
fixes #23304; uses `snprintf` instead of `sprintf` (#23322)
|
11 months ago |
genasts.nim
|
739e1badb6
stdlib organization & documentation improvements (#20971)
|
2 years ago |
importutils.nim
|
7714ab468a
make privateAccess work with generic types and generic instantiations; fix a SIGSEGV (#18260)
|
3 years ago |
isolation.nim
|
f4a9b258c3
isolation spec update; WIP (#21843)
|
1 year ago |
jsbigints.nim
|
02be212dae
clean up SOME pending/xxx/issue link comments (#21826)
|
1 year ago |
jsfetch.nim
|
739e1badb6
stdlib organization & documentation improvements (#20971)
|
2 years ago |
jsformdata.nim
|
dd57410afe
Improve jsformdata (#20929)
|
2 years ago |
jsheaders.nim
|
9819fb21d8
Use `.. warning::` (#17320)
|
4 years ago |
jsonutils.nim
|
02be212dae
clean up SOME pending/xxx/issue link comments (#21826)
|
1 year ago |
logic.nim
|
4556901572
use single backtick (#17141)
|
4 years ago |
monotimes.nim
|
6976d18519
Implement zephyr urandom and monotime (#19142)
|
3 years ago |
objectdollar.nim
|
739e1badb6
stdlib organization & documentation improvements (#20971)
|
2 years ago |
oserrors.nim
|
cf1b16ef8b
minor code cleanups (#21215)
|
2 years ago |
outparams.nim
|
e83f27e6a0
out parameters: enforce that 'out' is only used as a parameter (#20510)
|
2 years ago |
packedsets.nim
|
f1ac979184
Remove declared and not used variable in packedsets.bitincl (#22334)
|
1 year ago |
paths.nim
|
ef060e8184
Suggest files and paths modules (#21950)
|
1 year ago |
setutils.nim
|
2aeac26f08
correct licence header (#18935)
|
3 years ago |
sha1.nim
|
afc30ca879
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
|
1 year ago |
socketstreams.nim
|
56a4d246a4
Refines raises list in osproc (#21323)
|
2 years ago |
stackframes.nim
|
da29222f86
init checks and 'out' parameters (#14521)
|
4 years ago |
strbasics.nim
|
02be212dae
clean up SOME pending/xxx/issue link comments (#21826)
|
1 year ago |
symlinks.nim
|
b3e1892eb7
fixes #21977; add sideEffects to dirExists, fileExists and symlinkExists (#21978)
|
1 year ago |
syncio.nim
|
d0a8637872
fix noreturn/implicit discard check logic (#23681)
|
6 months ago |
sysatomics.nim
|
b2edfe7a02
Fix: nintendoswitch compilation (#21368)
|
2 years ago |
sysrand.nim
|
02be212dae
clean up SOME pending/xxx/issue link comments (#21826)
|
1 year ago |
tasks.nim
|
dc62ee00df
fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)
|
6 months ago |
tempfiles.nim
|
0b1650576c
move widestrs out of system (#20462)
|
2 years ago |
time_t.nim
|
4556901572
use single backtick (#17141)
|
4 years ago |
typedthreads.nim
|
f9477396a6
static link pthread correctly (#21693)
|
1 year ago |
varints.nim
|
7238b968f3
Make unused code into actual test, replace echo with doassert (#13952)
|
5 years ago |
vmutils.nim
|
565e07a993
enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)
|
3 years ago |
widestrs.nim
|
871cd4b9db
fixes refc with non-var destructor; cancel warnings (#23156)
|
10 months ago |
with.nim
|
a3bbb71240
Remove debug echo from with (#22047)
|
1 year ago |
wordwrap.nim
|
bc1db0d6f1
move rest of tests to testament (#16140)
|
4 years ago |
wrapnils.nim
|
ef29987781
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
|
2 years ago |