metagn 706985997e use `case` instead of set of int in osproc (#24277) 4 mesi fa
..
collections 67ea754b7f remove conflicting `default` call in tables.getOrDefault (#24265) 4 mesi fa
concurrency b82ff5a87b make C++ atomic opt in via -d:nimUseCppAtomics (#24209) 4 mesi fa
includes b172b34a24 Treat CJK Ideographs as letters in `isAlpha()` (#23651) 8 mesi fa
ioselects 29a7d60acb Fix ioselectors_kqueue raising wrong exceptions (#24079) 5 mesi fa
unidecode b72ecaf639 fix shebangs #! /xxx => #!/xxx (#18444) 3 anni fa
algorithm.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
async.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
asyncdispatch.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
asyncdispatch.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 anni fa
asyncfile.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
asyncfutures.nim 51837e8127 Fix #23381, Use `sink` and `lent` to avoid Future[object] making a copy (#23389) 11 mesi fa
asynchttpserver.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
asyncmacro.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
asyncnet.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
asyncstreams.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
base64.nim d6633ae1da Change how to multiply 1.5 to ints to reduce overflow (#24257) 4 mesi fa
bitops.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
browsers.nim 79bd6fe084 Update browsers.nim, deprecate unimplemented `openDefaultBrowser()` (#23332) 11 mesi fa
cgi.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
colors.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
complex.nim d8e1504ed1 Add Complex version of almostEqual function (#23549) 9 mesi fa
cookies.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
coro.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
coro.nimcfg f89c247a89 fix test failure in coro.nim 9 anni fa
cstrutils.nim 2d6c200284 fixes documentation regression (#20925) 2 anni fa
distros.nim 0ba932132e Support NetBSD/aarch64 (#23616) 9 mesi fa
dynlib.nim 39fbd30513 Fix OSError `errorCode` field is not assigned a value (#22954) 1 anno fa
encodings.nim c23d6a3cb9 Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23481) 10 mesi fa
endians.nim 8c55e2999b Fix documentation typo in endians.nim (#21949) 1 anno fa
fenv.nim de4c7dfdd9 fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292) 8 mesi fa
hashes.nim 39629a1adc fixes JS semicolon omissions (#23896) 6 mesi fa
htmlgen.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
htmlparser.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
httpclient.nim beeacc86ff Silence several Hint[Performance] warnings (#23003) 1 anno fa
httpcore.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
json.nim 39629a1adc fixes JS semicolon omissions (#23896) 6 mesi fa
lenientops.nim b7ff0b2a11 Use func in lenientops (#16641) 4 anni fa
lexbase.nim 43ee545789 Fix doc: '\c' '\L' in lexbase.nim (#23781) 7 mesi fa
logging.nim d51d88700b Implement `removeHandler` in std/logging module (fixes #23757) (#24143) 4 mesi fa
marshal.nim 5b2fcabff5 fix: std/marshal unmarshaling of ref objects (#22983) 1 anno fa
math.nim e9a4d096ab std/math: Add `^` overload for float32 and float64 (#20898) 4 mesi fa
md5.nim dda638c1ba fixes #23945; type checking for whenvm expresssions (#23970) 5 mesi fa
memfiles.nim 6908fb4011 Make `$` on 0-length `MemSlice` produce Nim "" as per DMisener idea (#24015) 5 mesi fa
mimetypes.nim 1eb9aac2f7 adds Nim-related mimetypes back (#23589) 9 mesi fa
nativesockets.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
net.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
nimprof.nim d6633ae1da Change how to multiply 1.5 to ints to reduce overflow (#24257) 4 mesi fa
nimprof.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 anni fa
oids.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
options.nim 87e56cabbb make `std/options` compatible with strictdefs (#23675) 8 mesi fa
os.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
osproc.nim 706985997e use `case` instead of set of int in osproc (#24277) 4 mesi fa
parsecfg.nim beeacc86ff Silence several Hint[Performance] warnings (#23003) 1 anno fa
parsecsv.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
parsejson.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
parseopt.nim 96aba18963 Fixed issues when using `std/parseopt` in miscripts with cmdline = "" (#23785) 7 mesi fa
parsesql.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
parseutils.nim 3915fdc372 fixes #23513, parseutils.nim: parseInt's doc example. (#23561) 8 mesi fa
parsexml.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
pathnorm.nim c0824b9b80 [`std/os` clean up] import and export `osseps` (#20580) 2 anni fa
pegs.nim 770f8d5513 opensym for templates + move behavior of opensymchoice to itself (#24007) 5 mesi fa
prelude.nim 83493e4294 Update prelude example (#21005) 2 anni fa
random.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
rationals.nim 2425f4559c Add `^` operator support for Rational numbers (#23219) 1 anno fa
reservedmem.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
ropes.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
segfaults.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
selectors.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
ssl_certs.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
ssl_config.nim 1fb2a58674 net: use a secure cipher list by default 4 anni fa
stats.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
streams.nim 080b0a03bd streams: implement readStr for VM, document VM limitations (#24058) 5 mesi fa
streamwrapper.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
strformat.nim a1e41930f8 strformat: detect format string errors at compile-time (#23356) 11 mesi fa
strmisc.nim a557e5a341 refine: strmisc.expandTabs better code structure (#23783) 7 mesi fa
strscans.nim 080a072336 Fix grammar (#23090) 1 anno fa
strtabs.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
strutils.nim ce75042a9d Update documentation for parseEnum in strutils.nim (#23804) 7 mesi fa
sugar.nim 770f8d5513 opensym for templates + move behavior of opensymchoice to itself (#24007) 5 mesi fa
terminal.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
times.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
typetraits.nim d77ea07837 expose `rangeBase` typetrait, fix enum conversion warning (#24056) 5 mesi fa
unicode.nim d772186b2d Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560) 9 mesi fa
unittest.nim 9b08abaa05 Show the name of the unexpected exception that was thrown in `std/unittest` (#23087) 1 anno fa
uri.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa
volatile.nim ea7c2a4409 fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (#24020) 5 mesi fa
xmlparser.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 anno fa
xmltree.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 4 mesi fa