Mamy Ratsimbazafy 5b8f33a905 Reorder json `add` and `%`, fixes #6385 (#6388) 7 年之前
..
collections d1f6ddfd64 Add counterpart to containsOrIncl for excl (#6360) 7 年之前
concurrency 000b8afd26 Remove expr/stmt (#5857) 7 年之前
includes b018ddca03 another attempt to make travis and appveyor green again 7 年之前
ioselects 336a7c9b3f Fixes to support Dragonfly BSD. (#5552) 8 年之前
unidecode 43bddf62dd lib: Trim .nim files trailing whitespace 9 年之前
algorithm.nim a88a909565 fixes #5625 8 年之前
asyncdispatch.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
asyncdispatch.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 年之前
asyncfile.nim bbbf5cf800 Added newAsyncFile proc (#6129) 7 年之前
asyncftpclient.nim b3c620fc58 Merge branch 'asyncftp-add-removeDir' of https://github.com/pyloor/Nim into pyloor-asyncftp-add-removeDir 8 年之前
asyncfutures.nim 24fd86f8ee make asyncfutures.complete compile 7 年之前
asynchttpserver.nim bca3bedc47 Handle failed uri parsing in asynchttpserver (#6374) 7 年之前
asyncmacro.nim b69598a64a workaround so doc2 asynchttpserver works again 7 年之前
asyncnet.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
asyncstreams.nim 93827e6ab8 split FutureStream from asyncfutures 7 年之前
base64.nim 6ac37ee2fb Small base64.nim refactor (#5755) 8 年之前
basic2d.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
basic3d.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
bitops.nim 976095c894 add bitops module for optimized bit manipulation. (#5201) 8 年之前
browsers.nim e686ca2523 Fix a few more warnings 10 年之前
cgi.nim 8be9e46403 udpated the compiler and tester to use getOrDefault 9 年之前
colors.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
complex.nim 43bddf62dd lib: Trim .nim files trailing whitespace 9 年之前
cookies.nim afb7542d20 Merge pull request #5720 from FedericoCeratto/patch-27 8 年之前
coro.nim cd2721242a Fix waiting on coroutines (#5463) 8 年之前
coro.nimcfg f89c247a89 fix test failure in coro.nim 9 年之前
db_common.nim 9aa60add87 Fixes docgen for lib/pure/db_common.nim. 9 年之前
distros.nim 915ce2871f Fix for issue #5736. (#6061) 7 年之前
dynlib.nim a80a0972b7 Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern. 8 年之前
encodings.nim 24ec36f097 Fix iconv import on freebsd and netbsd (#5490) 8 年之前
endians.nim d7778b5e8b optimize byte-swapping in endians.nim 8 年之前
events.nim 0d4e52c648 makes tests green 9 年之前
fenv.nim 4f8e435592 Fix fenv.fpRadix 10 年之前
future.nim 15f7094fde Added a dump macro for debugging 8 年之前
gentabs.nim d79a5f5276 Added missing modules to lib.txt and warnings to some module's docs. 9 年之前
hashes.nim 72115c2b09 fixes #5969 7 年之前
htmlgen.nim 9547bcbb88 get rid of immediate macros in htmlgen module 8 年之前
htmlparser.nim c66580911e htmlparser: different error corrections 8 年之前
httpclient.nim b47e448e06 Fixes #6284. 7 年之前
httpcore.nim 159643824b fixes #3847 (#5609) 8 年之前
httpserver.nim d79a5f5276 Added missing modules to lib.txt and warnings to some module's docs. 9 年之前
ioselectors.nim 22684370b0 remove ArrayDummySize with unchecked arrays (#5818) 7 年之前
json.nim 5b8f33a905 Reorder json `add` and `%`, fixes #6385 (#6388) 7 年之前
lexbase.nim 589132065e Lexbase compatible with JS 9 年之前
logging.nim 0874c649e9 Fix console logger issue; fixes #5546 (#5547) 8 年之前
marshal.nim 0ce459ac53 Add marshal format warning 8 年之前
matchers.nim 38d6e2c221 Deprecated matchers module. Fixes #2446. 9 年之前
math.nim a6e0494a6f fixes #5966 7 年之前
md5.nim 12af4a3f8a prepared stdlb for new integer arithmetic rules 7 年之前
memfiles.nim 71b1377be9 Update memfiles.nim (#6328) 7 年之前
mersenne.nim f8736dcfb7 Fixed Mersenne Twister (#5227) 8 年之前
mimetypes.nim 8be9e46403 udpated the compiler and tester to use getOrDefault 9 年之前
nativesockets.nim c39e202976 Introduce first class support for Android (#5772) 7 年之前
net.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
nimprof.nim 3c03877701 Enable embedded profiler to display filenames. 8 年之前
nimprof.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 年之前
nimtracker.nim 98c7bab8ea make memory tracker work without onThreadCreation 8 年之前
numeric.nim d79a5f5276 Added missing modules to lib.txt and warnings to some module's docs. 9 年之前
oids.nim 99d20f6112 fix redundant time import with different signature (#5715) 8 年之前
options.nim 93e01da671 Fix options module to use new import name 9 年之前
os.nim 3bc7dbbd97 os.nim: revert findExe 'improvement' that breaks our builds 7 年之前
ospaths.nim b67ea9e73b fixes #6327 7 年之前
osproc.nim 85dc40c121 fixes #1734, fixes #3138, fixes #3759 7 年之前
oswalkdir.nim 3f31395d50 Add copyright header 8 年之前
parsecfg.nim ca0155a458 fixes #6046 parsecfg failed to parse negative int (#6097) 7 年之前
parsecsv.nim 004ac801a5 Improvements to parsecsv to include a minimalist DictReader #4285 8 年之前
parseopt.nim 27e2a34340 fixes parseopt/parseopt2 custom cmdline args. 7 年之前
parseopt2.nim 27e2a34340 fixes parseopt/parseopt2 custom cmdline args. 7 年之前
parsesql.nim b880359e84 parsesql: better 'len' operation; added '[]' access 7 年之前
parseutils.nim c24dc7944a Add space to fix RST in captureBetween docs (#5769) 8 年之前
parsexml.nim 5471b1eaca htmlparser: support parsing of class=foobar without quotes 8 年之前
pegs.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
poly.nim d9cb85c2d8 Spellcheck 9 年之前
punycode.nim a0dc9f57cb Add copyright header 8 年之前
random.nim f3b3af5f3f Fixed randomize for 32bit target (#6167) 7 年之前
rationals.nim 6c022f4500 made test green for 32bit system 8 年之前
romans.nim d79a5f5276 Added missing modules to lib.txt and warnings to some module's docs. 9 年之前
ropes.nim d9101ea5eb Make ropes usable in VM context 9 年之前
scgi.nim 8be9e46403 udpated the compiler and tester to use getOrDefault 9 年之前
securehash.nim 12af4a3f8a prepared stdlb for new integer arithmetic rules 7 年之前
segfaults.nim 1268ca79e5 fixes #5599 (#5610) 8 年之前
selectors.nim 0ca58120b7 docgen fixes for selectors.nim 8 年之前
smtp.nim fecad72e02 SMTP sync/async deduplication 8 年之前
smtp.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 年之前
stats.nim 77677c73c8 made test green for 32bit system 8 年之前
streams.nim 9427724a71 Fix (#6093) 7 年之前
strmisc.nim 42251f0b6b moved expandTabs to strmisc 8 年之前
strscans.nim ff835d56a3 Docs: add one more example in strscans module 7 年之前
strtabs.nim 5b2125dc3a Support `in` operator on StringTableRef 7 年之前
strutils.nim 2b592a6425 in prepration for the upcoming different integer inference rules 7 年之前
subexes.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
terminal.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前
times.nim ca0de9a54d Improve TimeInterval docs #6135 (#6341) 7 年之前
typetraits.nim 9574d318ae use lower-case proc names 8 年之前
unicode.nim 3caf108425 system/unicode: check for buffer overflows; refs #5284 8 年之前
unittest.nim 838be26f53 Implement ability to run a single test using unittest module. 7 年之前
uri.nim a3f80c4bdf avoid deprecated procs 7 年之前
volatile.nim 74ae66ddbc Add volatile load/store (#5263) 8 年之前
xmldom.nim fa51de8c00 Define getAttributes(NS) on PNode instead of PElement. 8 年之前
xmldomparser.nim 43bddf62dd lib: Trim .nim files trailing whitespace 9 年之前
xmlparser.nim 50d593787f fixes #1518 8 年之前
xmltree.nim 000b8afd26 Remove expr/stmt (#5857) 7 年之前