ringabout 14dfabb230 fixes #24472; let symbol created by template is reused in nimvm branch (#24473) il y a 2 mois
..
collections fe72db98c1 fixes addr/hiddenAddr in strictdefs (#23477) il y a 3 mois
concurrency 5f119f0cdf allow C atomics on C++ with -d:nimUseCAtomics (#24207) il y a 3 mois
includes f44c49c5bd Change unicode lookup tables to have int32 elements to support platforms where sizeof(int) < 4 (#23433) il y a 9 mois
ioselects c1bb144fdc Fix broken poll and nfds_t bindings (#24331) il y a 1 mois
unidecode b72ecaf639 fix shebangs #! /xxx => #!/xxx (#18444) il y a 3 ans
algorithm.nim 19ff746916 Markdown code blocks migration part 7 (#20547) il y a 2 ans
async.nim 739e1badb6 stdlib organization & documentation improvements (#20971) il y a 2 ans
asyncdispatch.nim 47f1ab7b97 Fix OSError `errorCode` field is not assigned a value (#22954) il y a 9 mois
asyncdispatch.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg il y a 10 ans
asyncfile.nim 47f1ab7b97 Fix OSError `errorCode` field is not assigned a value (#22954) il y a 9 mois
asyncfutures.nim d4d28f2ffe Allow `futureLogging` in release builds (#21448) il y a 1 an
asynchttpserver.nim 0f3d6b5a52 small fixes for atomicArc (#22017) il y a 1 an
asyncmacro.nim 91987f8eb5 fixes #22210; transform return future in try/finally properly (#22249) il y a 1 an
asyncnet.nim 47f1ab7b97 Fix OSError `errorCode` field is not assigned a value (#22954) il y a 9 mois
asyncstreams.nim 3d2f0e2c7c make more standard libraries work with `nimPreviewSlimSystem` (#20343) il y a 2 ans
base64.nim 494b5486ba Fix std/base64.decode out of bounds read (#23526) il y a 9 mois
bitops.nim 31d3606fe8 fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598) il y a 1 an
browsers.nim 1d6fd30afb Update browsers.nim, fix openDefaultBrowser()'s bug (#22052) il y a 1 an
cgi.nim 19ff746916 Markdown code blocks migration part 7 (#20547) il y a 2 ans
colors.nim 1de6a7a023 Fix the position of "Grey" in colors.nim (#22358) il y a 1 an
complex.nim cd65b5e5f8 Add Complex version of almostEqual function (#23549) il y a 8 mois
cookies.nim 3d2f0e2c7c make more standard libraries work with `nimPreviewSlimSystem` (#20343) il y a 2 ans
coro.nim 0f3d6b5a52 small fixes for atomicArc (#22017) il y a 1 an
coro.nimcfg f89c247a89 fix test failure in coro.nim il y a 9 ans
cstrutils.nim 2d6c200284 fixes documentation regression (#20925) il y a 2 ans
distros.nim e57b207ff8 Support NetBSD/aarch64 (#23616) il y a 8 mois
dynlib.nim 47f1ab7b97 Fix OSError `errorCode` field is not assigned a value (#22954) il y a 9 mois
encodings.nim a798356838 Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23481) il y a 8 mois
endians.nim 8c55e2999b Fix documentation typo in endians.nim (#21949) il y a 1 an
fenv.nim b5ef14ceda fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292) il y a 4 mois
hashes.nim 287fbc5fb5 fixes #22387; Undefined behavior when with hash(...) (#22404) il y a 1 an
htmlgen.nim 6505bd347d Markdown indented code blocks (#20473) il y a 2 ans
htmlparser.nim 91ce8c385d fix #19580; add warning for bare except: clause (#21099) il y a 2 ans
httpclient.nim 9df8ca0d81 Add URI parsing warning (#21547) il y a 1 an
httpcore.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) il y a 1 an
json.nim 4bf12a086d fix JSON deep copy description (#23495) il y a 8 mois
lenientops.nim b7ff0b2a11 Use func in lenientops (#16641) il y a 4 ans
lexbase.nim 7f6e800caf move assertions out of system (#19599) il y a 2 ans
logging.nim 1daf43fb14 Allow users to set log flushing rules (#20817) il y a 2 ans
marshal.nim aed04c6405 fix: std/marshal unmarshaling of ref objects (#22983) il y a 9 mois
math.nim b5ef14ceda fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292) il y a 4 mois
md5.nim bfd4b9b7a4 fixes #23945; type checking for whenvm expresssions (#23970) il y a 4 mois
memfiles.nim da2ba43dca Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix via `memfiles.resize` (#23717) il y a 4 mois
mimetypes.nim eaf0e7ff60 Update mimetypes.nim; added avif & avifs (#23786) il y a 6 mois
nativesockets.nim 805b4e2dc2 fix use after free (#22854) il y a 1 an
net.nim c1bb144fdc Fix broken poll and nfds_t bindings (#24331) il y a 1 mois
nimprof.nim f7c203fb6c remove legacy code (#21134) il y a 2 ans
nimprof.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg il y a 10 ans
oids.nim a9bd78d579 fix #12122 (#21096) il y a 2 ans
options.nim 710801d880 fixes #22932; treats closure iterators as pointers (#22934) il y a 9 mois
os.nim ae117bd7bc fixes #23732, os.sleep(-1) now returns immediately (#23734) il y a 4 mois
osproc.nim 7d0cdfc79d fixes #5091; Ensure we don't wait on an exited process on Linux (#23743) il y a 4 mois
parsecfg.nim 891329cd4b move io out of system (#19442) il y a 3 ans
parsecsv.nim 891329cd4b move io out of system (#19442) il y a 3 ans
parsejson.nim e8657c7107 make implicit cstring conversions explicit (#19488) il y a 2 ans
parseopt.nim 00ef27f4d1 minor parseopt.nim improvements (#21256) il y a 2 ans
parsesql.nim f04f3e8bf7 std/parsesql: Add OFFSET keyword support. (#21255) il y a 2 ans
parseutils.nim 1d06c2b6cf This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349) il y a 1 an
parsexml.nim 75ece74bdd fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714) il y a 2 ans
pathnorm.nim c0824b9b80 [`std/os` clean up] import and export `osseps` (#20580) il y a 2 ans
pegs.nim 3214174f06 opensym for templates + move behavior of opensymchoice to itself (#24007) il y a 4 mois
prelude.nim 83493e4294 Update prelude example (#21005) il y a 2 ans
random.nim 413395866f fixes #22360; compare with the half of randMax (#22361) il y a 9 mois
rationals.nim 3d2f0e2c7c make more standard libraries work with `nimPreviewSlimSystem` (#20343) il y a 2 ans
reservedmem.nim 739e1badb6 stdlib organization & documentation improvements (#20971) il y a 2 ans
ropes.nim 3d2f0e2c7c make more standard libraries work with `nimPreviewSlimSystem` (#20343) il y a 2 ans
segfaults.nim 98cebad7de enable style:usages for stdlib tests [backport: 1.6] (#19715) il y a 2 ans
selectors.nim 244565397d fixes #21734; backport (#21957) il y a 1 an
ssl_certs.nim 919a889ba8 moderate system cleanup & refactor (#20355) il y a 2 ans
ssl_config.nim 1fb2a58674 net: use a secure cipher list by default il y a 4 ans
stats.nim 3d2f0e2c7c make more standard libraries work with `nimPreviewSlimSystem` (#20343) il y a 2 ans
streams.nim 56a4d246a4 Refines raises list in osproc (#21323) il y a 1 an
streamwrapper.nim 7f6e800caf move assertions out of system (#19599) il y a 2 ans
strformat.nim d389310bb9 strformat: detect format string errors at compile-time (#23356) il y a 9 mois
strmisc.nim 5897ed9d3d Improve documentation of strmisc (#16665) il y a 4 ans
strscans.nim b2c5f6f3c8 give a deprecate warning when using `newPar` to construct tuple expressions (#20312) il y a 2 ans
strtabs.nim 3812d91390 alternative, much simpler algorithm for strict func checking (#21066) il y a 2 ans
strutils.nim 598de35d45 doc(format): ospaths2,strutils: followup #23560 (#23629) il y a 8 mois
sugar.nim 3214174f06 opensym for templates + move behavior of opensymchoice to itself (#24007) il y a 4 mois
terminal.nim b880cdff49 handle out of range value for `COLUMNS` / `LINES` (#21968) il y a 1 an
times.nim 43a3de9077 Fix regression in `std/times` (#22155) il y a 1 an
typetraits.nim e78ef57c93 typetraits: add toSigned, toUnsigned (#18445) il y a 2 ans
unicode.nim 1463d811fb Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560) il y a 8 mois
unittest.nim 4ce3a68e79 fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings temporarily (#21390) il y a 1 an
uri.nim 9df8ca0d81 Add URI parsing warning (#21547) il y a 1 an
volatile.nim 14dfabb230 fixes #24472; let symbol created by template is reused in nimvm branch (#24473) il y a 1 mois
xmlparser.nim 891329cd4b move io out of system (#19442) il y a 3 ans
xmltree.nim 285ea3c48e Fix: #21541. Add support for xnVerbatimText (#21542) il y a 1 an