Esteban C Borsani 08642ffe34 revert #24896; asyncnet ssl overhaul (#25033) 2 周之前
..
collections 091fb5057b Maybe close https://github.com/nim-lang/Nim/issues/24932 by simply (#24945) 2 月之前
concurrency c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
includes b172b34a24 Treat CJK Ideographs as letters in `isAlpha()` (#23651) 1 年之前
ioselects 67442471ae Fix broken poll and nfds_t bindings (#24331) 9 月之前
unidecode b72ecaf639 fix shebangs #! /xxx => #!/xxx (#18444) 4 年之前
algorithm.nim 2df633180a enable `experimental:strictDefs` (#24225) 8 月之前
async.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
asyncdispatch.nim ce4304ce97 fixes strictdefs warnings (#24550) 7 月之前
asyncdispatch.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 年之前
asyncfile.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 9 月之前
asyncfutures.nim 2f127bf99f Improve async stacktraces (#24563) 7 月之前
asynchttpserver.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
asyncmacro.nim 26b86c8f4d Makes `except:` panics on `Defect` (#24821) 3 月之前
asyncnet.nim 08642ffe34 revert #24896; asyncnet ssl overhaul (#25033) 2 周之前
asyncstreams.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
base64.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
bitops.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
browsers.nim 79bd6fe084 Update browsers.nim, deprecate unimplemented `openDefaultBrowser()` (#23332) 1 年之前
cgi.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
colors.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
complex.nim 485b414fce fixes #24666; Compilation error when formatting a complex number (#24667) 5 月之前
cookies.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
coro.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
coro.nimcfg f89c247a89 fix test failure in coro.nim 9 年之前
cstrutils.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
distros.nim 0ba932132e Support NetBSD/aarch64 (#23616) 1 年之前
dynlib.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
encodings.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
endians.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
fenv.nim de4c7dfdd9 fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292) 1 年之前
hashes.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
htmlgen.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
htmlparser.nim ce4304ce97 fixes strictdefs warnings (#24550) 7 月之前
httpclient.nim ce4304ce97 fixes strictdefs warnings (#24550) 7 月之前
httpcore.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
json.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
lenientops.nim b7ff0b2a11 Use func in lenientops (#16641) 4 年之前
lexbase.nim 43ee545789 Fix doc: '\c' '\L' in lexbase.nim (#23781) 1 年之前
logging.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
marshal.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
math.nim b211ada273 fixes #24673; divmod errors for ranges (#24679) 5 月之前
md5.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
memfiles.nim eea4ce0e2c changes FileHandle type on Windows (#24910) 2 月之前
mimetypes.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
nativesockets.nim 520bbaf384 split `nativesockets` bindAddr into two procs (#24860) 3 月之前
net.nim ce4304ce97 fixes strictdefs warnings (#24550) 7 月之前
nimprof.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
nimprof.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 年之前
oids.nim c0861142f8 fixes strictdefs warnings for stdlibs [part two] (#24514) 7 月之前
options.nim 87e56cabbb make `std/options` compatible with strictdefs (#23675) 1 年之前
os.nim b6491e7de5 Add missing error handling in getAppFilename (#25017) 1 月之前
osproc.nim eea4ce0e2c changes FileHandle type on Windows (#24910) 2 月之前
parsecfg.nim 2ed45eb848 Make `loadConfig` available from NimScript (#24840) 3 月之前
parsecsv.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
parsejson.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
parseopt.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
parsesql.nim ce4304ce97 fixes strictdefs warnings (#24550) 7 月之前
parseutils.nim 95b1dda1db Fix parseBiggestUInt to detect overflow (#24649) 6 月之前
parsexml.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
pathnorm.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
pegs.nim ce4304ce97 fixes strictdefs warnings (#24550) 7 月之前
prelude.nim 83493e4294 Update prelude example (#21005) 2 年之前
random.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
rationals.nim 2df633180a enable `experimental:strictDefs` (#24225) 8 月之前
reservedmem.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
ropes.nim ce4304ce97 fixes strictdefs warnings (#24550) 7 月之前
segfaults.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
selectors.nim 2df633180a enable `experimental:strictDefs` (#24225) 8 月之前
ssl_certs.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
ssl_config.nim 1fb2a58674 net: use a secure cipher list by default 5 年之前
stats.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
streams.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
streamwrapper.nim 40a1ec21d7 overhaul hook injections (#24841) 3 月之前
strformat.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
strmisc.nim a557e5a341 refine: strmisc.expandTabs better code structure (#23783) 1 年之前
strscans.nim f8294ce06e Fix scanTuple undeclared identifier 'scanf' (#24759) 4 月之前
strtabs.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 年之前
strutils.nim b5b7a127fd Fix `warning[Uninit]` triggers in `strutils` (#24921) 2 月之前
sugar.nim 770f8d5513 opensym for templates + move behavior of opensymchoice to itself (#24007) 11 月之前
terminal.nim eea4ce0e2c changes FileHandle type on Windows (#24910) 2 月之前
times.nim 1d32607575 Allow parsing year "00" with "yy" pattern (#24785) 4 月之前
typetraits.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
unicode.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
unittest.nim 26b86c8f4d Makes `except:` panics on `Defect` (#24821) 3 月之前
uri.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
volatile.nim 2e9e7f13ee don't track `result` initialization if it is marked `noinit` (#24499) 7 月之前
xmlparser.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前
xmltree.nim d31cce557b more strictdef fixes for stdlibs (#24535) 7 月之前