ringabout 60f43fb690 fixes #19104; peg Incorrect captures [backport:1.6] (#20352) 2 роки тому
..
collections 28af1e5e45 Fix typo in sequtils documentation (#19789) 2 роки тому
concurrency 41b71487af Resolve cross file resolution errors in atomics (#19422) [backport:1.6] 3 роки тому
includes 9746d46009 Fix #19038 - making the Nim compiler work again on Windows XP (#19331) 3 роки тому
ioselects 0b44840299 enable style:usages for stdlib tests [backport: 1.6] (#19715) 2 роки тому
unidecode b72ecaf639 fix shebangs #! /xxx => #!/xxx (#18444) 3 роки тому
algorithm.nim e0ef859130 strict effects (#18777) 3 роки тому
async.nim c93655e8b4 Unify async macro and futures for js and native targets 7 роки тому
asyncdispatch.nim 0277cd5252 Revert "Correct emscripten shortcoming" (#20082) 2 роки тому
asyncdispatch.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 роки тому
asyncfile.nim f02de25ca1 Fix #15150 (#18730) 3 роки тому
asyncftpclient.nim 42687457b0 further progress on rst roles & directives (fix #17646) (#17659) 4 роки тому
asyncfutures.nim 3241df2a13 fixes #18858 [backport] (#18868) 3 роки тому
asynchttpserver.nim 5fd150b7f7 asynchttpserver: ipv6 support (#18706) 3 роки тому
asyncmacro.nim d6242d7fe1 simplify asyncfutures, asyncmacro (#17633) 4 роки тому
asyncnet.nim 0b44840299 enable style:usages for stdlib tests [backport: 1.6] (#19715) 2 роки тому
asyncstreams.nim 9bb0e55749 Fix FutureStream memory usage (#17395) [backport:1.2] 4 роки тому
base64.nim 38b41f893a fix #17941: UnusedImport works for var/let/const/type invoked inside a generic (#17942) 4 роки тому
bitops.nim 988c02b7cb renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim to avoid confusion with unrelated std/vmutils (#18660) 3 роки тому
browsers.nim 47c078e29c use single backtick (#17166) 4 роки тому
cgi.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 роки тому
colors.nim cfee71e779 fixed colorNames sorting mistake (#19125) [backport] 3 роки тому
complex.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 роки тому
cookies.nim 0b44840299 enable style:usages for stdlib tests [backport: 1.6] (#19715) 2 роки тому
coro.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) 4 роки тому
coro.nimcfg f89c247a89 fix test failure in coro.nim 9 роки тому
cstrutils.nim b59a628c39 Improve documentation for cstrutils (#17004) 4 роки тому
db_common.nim 47c078e29c use single backtick (#17166) 4 роки тому
distros.nim 0ef830577b distros.foreignDeps made public (#18830) 3 роки тому
dynlib.nim 22776c410a Update documentation for dynlib (#17356) 3 роки тому
encodings.nim 15fdcd0c4d workaround #18481 (#18482) 3 роки тому
endians.nim 1b03accac7 Improve endians module (#17674) 4 роки тому
fenv.nim 0e3ea16554 use lowercase --define switches (#17283) 4 роки тому
future.nim 0872e7a27e renamed future.nim to sugar.nim 7 роки тому
hashes.nim e7bac91773 rename nimEnableHashRef [backport] (#18941) 3 роки тому
htmlgen.nim a65189a739 nnkArglist => nnkArgList + special case stylecheck:error (#17529) 4 роки тому
htmlparser.nim f35e9a5752 Adds source to single tags list (#18920) 3 роки тому
httpclient.nim 2539d7a862 fix nim-lang#19343 (#19344) [backport] 3 роки тому
httpcore.nim aef55a7a88 Replace double backticks with single backticks - Part 3 out of ~7 (#17207) 4 роки тому
json.nim 0b44840299 enable style:usages for stdlib tests [backport: 1.6] (#19715) 2 роки тому
lenientops.nim b7ff0b2a11 Use func in lenientops (#16641) 4 роки тому
lexbase.nim 2aeac26f08 correct licence header (#18935) 3 роки тому
logging.nim 9819fb21d8 Use `.. warning::` (#17320) 4 роки тому
marshal.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 роки тому
math.nim 373bbd9bb4 Add ceilDiv to math (#18596) 3 роки тому
md5.nim a4257dc3b6 Improve documentation for the md5 module (#16631) 4 роки тому
memfiles.nim 285539c87a Replace double backticks with single backticks - Part 4 out of ~7 (#17216) 4 роки тому
mersenne.nim 9674ff4361 make deprecated message better (#18737) 3 роки тому
mimetypes.nim 429b128632 change mimedb stroe stringtable to orderedtable (#18065) 3 роки тому
nativesockets.nim 0b44840299 enable style:usages for stdlib tests [backport: 1.6] (#19715) 2 роки тому
net.nim e5e445f042 fixes #19973; switch to poll on posix (#20212) 2 роки тому
nimprof.nim 34c1c631bb close #4451 (#17627) 4 роки тому
nimprof.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 роки тому
nimtracker.nim 98c7bab8ea make memory tracker work without onThreadCreation 8 роки тому
oids.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 роки тому
options.nim 09d85d8b24 std/options enables stricteffects (#19441) 2 роки тому
os.nim d38177b11f stylecheck usages part two: stdlib cleanup (#19338) 3 роки тому
osproc.nim 3241df2a13 fixes #18858 [backport] (#18868) 3 роки тому
oswalkdir.nim fcb5cf643c use single backtick (#17181) 4 роки тому
parsecfg.nim b1c7c994b0 [std/parsecfg]use runnableExamples (#17868) 4 роки тому
parsecsv.nim bf5dfe481a parsecsv fix style (#17933) 4 роки тому
parsejson.nim 285539c87a Replace double backticks with single backticks - Part 4 out of ~7 (#17216) 4 роки тому
parseopt.nim 285539c87a Replace double backticks with single backticks - Part 4 out of ~7 (#17216) 4 роки тому
parsesql.nim 0b44840299 enable style:usages for stdlib tests [backport: 1.6] (#19715) 2 роки тому
parseutils.nim 56461c280f Change stdlib imports to use std prefix in most examples (#17202) 4 роки тому
parsexml.nim 42c180c665 Fix crash in parsexml (#15582) (#15583) 4 роки тому
pathnorm.nim 70ec17eede use single backtick (#17133) 4 роки тому
pegs.nim 60f43fb690 fixes #19104; peg Incorrect captures [backport:1.6] (#20352) 2 роки тому
prelude.nim 7052503ca8 make strformat part of the prelude (#18046) 4 роки тому
punycode.nim 02d94966c9 Fix punycode.decode function (#19136) 2 роки тому
random.nim 7c8ea490a2 Fix initrand to avoid random number sequences overlapping (#18744) 3 роки тому
rationals.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 роки тому
reservedmem.nim d447c0fe3f use typeof instead type (#16962) 4 роки тому
ropes.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 роки тому
segfaults.nim 0b44840299 enable style:usages for stdlib tests [backport: 1.6] (#19715) 2 роки тому
selectors.nim 0277cd5252 Revert "Correct emscripten shortcoming" (#20082) 2 роки тому
smtp.nim 70ec17eede use single backtick (#17133) 4 роки тому
smtp.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 роки тому
ssl_certs.nim 6286b5599c termux ssl (#18520) 3 роки тому
ssl_config.nim 1fb2a58674 net: use a secure cipher list by default 4 роки тому
stats.nim 2d84f6e7c8 Fix #18718 (#18731) 3 роки тому
streams.nim e9d5a9d395 [Orc] fixes "streams.readDataStr segafaults" when accepting a string literal (#20019) [backport] 2 роки тому
streamwrapper.nim 56461c280f Change stdlib imports to use std prefix in most examples (#17202) 4 роки тому
strformat.nim 980ec713da Fix #19107 (#19286) [backport] 3 роки тому
strmisc.nim 5897ed9d3d Improve documentation of strmisc (#16665) 4 роки тому
strscans.nim f8d6a53227 typo [backport] (#18967) 3 роки тому
strtabs.nim f26c25737c remove outdated codes (#17140) 4 роки тому
strutils.nim 3d3d790c63 docs: Fix broken cross references to `rfind` in strutils (#19382) [backport] 3 роки тому
sugar.nim f1f1e85ec6 fixes #18954 (#18955) 3 роки тому
terminal.nim b3e077863a Documentation only, Terminal (#18696) 3 роки тому
times.nim e2b19bb2de remove deprecated stuffs from std/times (#18937) 3 роки тому
typetraits.nim 8ce782d463 Add optional recursive arg to distinctBase (v2) (#18659) 3 роки тому
unicode.nim 3241df2a13 fixes #18858 [backport] (#18868) 3 роки тому
unittest.nim 68e522ecec Remove confusing <//> (#17830) 4 роки тому
uri.nim 161736ceb3 Revert "Update uri.nim (#19148) [backport:1.0]" (#19280) 3 роки тому
volatile.nim d447c0fe3f use typeof instead type (#16962) 4 роки тому
xmlparser.nim a764a5b9bc fix #14056 (#16071) 4 роки тому
xmltree.nim 6e0fe965da add sink and lent annotations for xmltree and streams (#18037) 4 роки тому