cooldome d3b0132061 Step2: fixes #13781, fixes #13805 (#13897) 4 years ago
..
collections a0b33f9408 Add `hashWangYi1` (#13823) 4 years ago
concurrency d3b0132061 Step2: fixes #13781, fixes #13805 (#13897) 4 years ago
includes 0eaacbc2c4 More fixes for Haiku (#13774) 4 years ago
ioselects 484548c784 revert stdlib changes which are not required anymore 4 years ago
unidecode 42fffc3250 fix unidecode.unidecode example input string 5 years ago
algorithm.nim 36d1ad39d0 [backport] fix #13352 4 years ago
async.nim c93655e8b4 Unify async macro and futures for js and native targets 6 years ago
asyncdispatch.nim 813ed358bf asyncdispatch: get rid of erroneous set constructions (#13877) 4 years ago
asyncdispatch.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 9 years ago
asyncfile.nim 7626907401 ARC works for async on Windows (#13179) 4 years ago
asyncftpclient.nim 4656580b54 Fixes asyncftpclient multiline reading, fixes #4684 (#13242) 4 years ago
asyncfutures.nim 35fb38629f cycle breaker (#13593) 4 years ago
asynchttpserver.nim 09ca19208f Add isNil check to custom Content-Length. (#13867) [backport:1.2] 4 years ago
asyncmacro.nim 92c4aad205 Fix #13889 with testcase (#13896) [backport] 4 years ago
asyncnet.nim 0ac9c7bb64 introduce getPeerCertificates, fixes #13299 (#13650) 4 years ago
asyncstreams.nim e6d5379b3b asyncstreams: replace unintended link with emphasis 5 years ago
base64.nim 48213c7428 encodeMIME should be encodeMime by our coding guidelines 4 years ago
bitops.nim 40b64ccd7b Add runnableExamples to bitops module (#13951) 4 years ago
browsers.nim e6d870896b openDefaultBrowser now works on OSX (#13892) [backport] 4 years ago
cgi.nim 5732bb41ef [backport] run nimpretty on the remaining files 5 years ago
colors.nim 717da9f158 [backport] print more information for the previous commit 5 years ago
complex.nim e58c2d261c [backport] fix #12528, fix #12525: incorrect generic type resolution for default values (#12538) 5 years ago
cookies.nim 0fad659bf7 make more tests green 6 years ago
coro.nim 5732bb41ef [backport] run nimpretty on the remaining files 5 years ago
coro.nimcfg f89c247a89 fix test failure in coro.nim 9 years ago
cstrutils.nim ed5b7cbac0 move eqIdent to vm.nim (#7585) 6 years ago
db_common.nim 5732bb41ef [backport] run nimpretty on the remaining files 5 years ago
distros.nim f4dbdd311f Detect Ubuntu by checking release() and uname() (#13704) 4 years ago
dynlib.nim 34d0be2ec1 [backport] run nimpretty on os-related stuff 5 years ago
encodings.nim 6e0c06f50e fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + other fixes (#13550) 4 years ago
endians.nim 34d0be2ec1 [backport] run nimpretty on os-related stuff 5 years ago
fenv.nim 46ca19ff18 Deprecate DCE:on (#13839) 4 years ago
future.nim 0872e7a27e renamed future.nim to sugar.nim 6 years ago
hashes.nim 60ec5c89c5 added a .since annotation to hashIdentity 4 years ago
htmlgen.nim 1d90d9816b fixes #13444 4 years ago
htmlparser.nim b17ed2ca9c [backport] run nimpretty on parsers 5 years ago
httpclient.nim 3036ec9c44 fix #13894, httpclient hang on Http204 4 years ago
httpcore.nim b33335d7fd httpcore: deprecate `==`(string, HttpCode) (#13682) 4 years ago
json.nim b41931bf67 json doc: Note about Option and reserved keywords (#13895) 4 years ago
lenientops.nim 6e0c06f50e fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + other fixes (#13550) 4 years ago
lexbase.nim b17ed2ca9c [backport] run nimpretty on parsers 5 years ago
logging.nim 5732bb41ef [backport] run nimpretty on the remaining files 5 years ago
marshal.nim 7b582fd6a6 fixes #13863 (#13929) 4 years ago
math.nim 352232e62d style fix: change 'JS' to 'js' to make it consistent (#13168) 4 years ago
md5.nim 15895ebc3f [backport] run nimpretty on hashes 5 years ago
memfiles.nim 3ad48069d3 Fix word wrapping 5 years ago
mersenne.nim 42d2c3088e Add Documentation (#13811) 4 years ago
mimetypes.nim 42d2c3088e Add Documentation (#13811) 4 years ago
nativesockets.nim 5732bb41ef [backport] run nimpretty on the remaining files 5 years ago
net.nim 46ca19ff18 Deprecate DCE:on (#13839) 4 years ago
nimprof.nim 5b55aa52d0 fix deprecations and other warnings (#13748) 4 years ago
nimprof.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 9 years ago
nimtracker.nim 98c7bab8ea make memory tracker work without onThreadCreation 7 years ago
oids.nim 15895ebc3f [backport] run nimpretty on hashes 5 years ago
options.nim 1276e386fe Consider proc as a pointer type in options (#13460) 4 years ago
os.nim 7abeba6aeb #13806 - getApplFreebsd might lose data (#13807) 4 years ago
osproc.nim 5f6962337d osproc: added a better version of waitForExit for Haiku (#13938) 4 years ago
oswalkdir.nim a17e87b516 fix #11458 oswalkdir (#13689) 4 years ago
parsecfg.nim ccb728a7b0 Fix typo for literal `[` (#13243) 4 years ago
parsecsv.nim 484548c784 revert stdlib changes which are not required anymore 4 years ago
parsejson.nim 8e3a349561 fixed to jsonArrayEnd comment. (#13624) 4 years ago
parseopt.nim bab5351d43 Fixes ambiguity errors when evaluating Nimble files. (#12674) [backport] 5 years ago
parsesql.nim b17ed2ca9c [backport] run nimpretty on parsers 5 years ago
parseutils.nim 46ca19ff18 Deprecate DCE:on (#13839) 4 years ago
parsexml.nim 135e945ff0 make parsexml compatible with --gc:destructors/newruntime 5 years ago
pathnorm.nim 62c113ebc7 fix #13579 joinPath("/foo/", "../a") is now /a (#13586) 4 years ago
pegs.nim e84e01cb8c Update pegs.nim to work at compiletime. No range errors. (#13459) 4 years ago
punycode.nim 42d2c3088e Add Documentation (#13811) 4 years ago
random.nim 352232e62d style fix: change 'JS' to 'js' to make it consistent (#13168) 4 years ago
rationals.nim 6c994b2498 [backport] run nimpretty on numbers stuff 5 years ago
reservedmem.nim dcf3181bd1 [backport] run nimpretty on string stuff 5 years ago
ropes.nim 46ca19ff18 Deprecate DCE:on (#13839) 4 years ago
segfaults.nim 34d0be2ec1 [backport] run nimpretty on os-related stuff 5 years ago
selectors.nim 6e0c06f50e fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + other fixes (#13550) 4 years ago
smtp.nim 0ca9cc7419 [backport] run nimpretty on web stuff 5 years ago
smtp.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 9 years ago
ssl_certs.nim 6162da812a ssl_certs: add Haiku support (#13761) 4 years ago
stats.nim 4816984726 Documentation, add more examples (#13825) 4 years ago
streams.nim 441cacf70f Added fix for handling TaintedStrings in streams and httpclient (#12969) 4 years ago
strformat.nim 6e0c06f50e fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + other fixes (#13550) 4 years ago
strmisc.nim 46ca19ff18 Deprecate DCE:on (#13839) 4 years ago
strscans.nim 84c956d9da fix a few dead links and a missing sentence in documentation (#12387) 5 years ago
strtabs.nim ae68ff959b fixes #12996 4 years ago
strutils.nim fb94836bc7 Tiny since cleanup (#13286) 4 years ago
sugar.nim a0b33f9408 Add `hashWangYi1` (#13823) 4 years ago
terminal.nim 26074f594d nimgrep improvements (#12779) 5 years ago
times.nim 1e4093d949 refs #13797 (#13812) 4 years ago
typetraits.nim 10eabec6d4 fix #12864 static params were mutating arg types during sigmatch; fix #12713 ; refs #13529 (#13976) 4 years ago
unicode.nim 46ca19ff18 Deprecate DCE:on (#13839) 4 years ago
unittest.nim f3117d350e fix #6736: templates in unittest now show actual value (#13354) 4 years ago
uri.nim c269964860 Add Data URI Base64, implements RFC-2397 (#13759) 4 years ago
volatile.nim 74ae66ddbc Add volatile load/store (#5263) 7 years ago
xmlparser.nim b17ed2ca9c [backport] run nimpretty on parsers 5 years ago
xmltree.nim f091b5a0ee xmltree: Make indentation consistent with any num of children nodes (#13482) 4 years ago