cooldome 04f8fcfbd0 Tables, use sink val arguments more actively (#15625) 4 years ago
..
collections 04f8fcfbd0 Tables, use sink val arguments more actively (#15625) 4 years ago
concurrency 8a004e2fc0 Add test coverage for atomics (#15193) 4 years ago
includes c62513049c fix #14082, don't crash on incorrectly formatted input (#14977) [backport] 4 years ago
ioselects ab05e141c0 deinitLock (#15383) 4 years ago
unidecode 42fffc3250 fix unidecode.unidecode example input string 5 years ago
algorithm.nim da29222f86 init checks and 'out' parameters (#14521) 4 years ago
async.nim c93655e8b4 Unify async macro and futures for js and native targets 7 years ago
asyncdispatch.nim a15d77df7e ORC/ARC async progress (#15370) 4 years ago
asyncdispatch.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 years ago
asyncfile.nim eee3b189ff fix #15148 (#15149) 4 years ago
asyncftpclient.nim bbe2eb20df Provide a configurable progressInterval. (#15477) 4 years ago
asyncfutures.nim 1fae66e4df better nativestacktrace support; refs #15284; backport [1.2] (#15384) 4 years ago
asynchttpserver.nim ea761419ad Fix asynchttpserver newline breaking content-length (#14565) [backport] 4 years ago
asyncmacro.nim 04cecdf9c2 async: removed the 'unown' references, async never worked with --newruntime anyway and --newruntime is dead (#15374) 4 years ago
asyncnet.nim 957bf15a08 asyncnet: don't try to close the socket again [backport] (#15174) 4 years ago
asyncstreams.nim 2671efab78 async: minor refactorings (#15354) 4 years ago
base64.nim cbdda631db base64: fixes the error message for an invalid base64 input character [backport:1.2] 4 years ago
bitops.nim da29222f86 init checks and 'out' parameters (#14521) 4 years ago
browsers.nim 925dd92e07 enforce browsers.nim only handles URLs [backport] (#15045) 4 years ago
cgi.nim ebb632ccba fixes #15369 (#15371) 4 years ago
colors.nim 5d5271b789 fixed #14839 (#14840) 4 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 341cd844b2 fix coro proc crash for stack problem when run long enough than a GC cycle (#7612) (#11410) 4 years ago
coro.nimcfg f89c247a89 fix test failure in coro.nim 9 years ago
cstrutils.nim 6b7b5fb4fa Clarify JS cstring len (#14184) 4 years ago
db_common.nim 5732bb41ef [backport] run nimpretty on the remaining files 5 years ago
distros.nim ccd1f58183 Installation Instruction (#15485) 4 years ago
dynlib.nim 963db9e7da docs: dlimport -> dynlib (#15175) 4 years ago
encodings.nim c7dee55b87 encodings: use only one iconv definition [backport:1.2] (#14741) 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 ac65986aae Fix #14394 (#14395) 4 years ago
htmlgen.nim 0bfa0fcaea [docs minor] unify generates and Generates (#15434) 4 years ago
htmlparser.nim b17ed2ca9c [backport] run nimpretty on parsers 5 years ago
httpclient.nim 695f955f70 inline tiny proc (#15498) 4 years ago
httpcore.nim 1e28cea0d1 inline tiny func on httpcore (#15480) 4 years ago
json.nim 14d16c2174 json.nim: smaller init size (#15048) 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 cd9af6b804 StringStream & more stdlib modules support for JS/NimScript (#14095) 4 years ago
logging.nim 9ed0dbfa6e fix index error (#14974) 4 years ago
marshal.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) 4 years ago
math.nim 5163fe7d87 remove deprecation from `math.round` (#15224) 4 years ago
md5.nim 15895ebc3f [backport] run nimpretty on hashes 5 years ago
memfiles.nim 16bdc547b7 fixes #14760 (#14769) 4 years ago
mersenne.nim 42d2c3088e Add Documentation (#13811) 4 years ago
mimetypes.nim ddff13f01b better strict funcs, WIP (#15199) 4 years ago
nativesockets.nim 8c82144ba5 add getprotobyname (#15273) 4 years ago
net.nim 1f51a33998 close socket in getPrimaryIPAddr even if exception occurs (#15558) 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 10 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 ccd77b42af Add some enhancements to `jsonutils.nim` (#15133) 4 years ago
os.nim 3eac9b2344 os: add overload copyFile*(source, dest: string, isDir = false) (#15537) 4 years ago
osproc.nim 37758826ff typo 4 years ago
oswalkdir.nim a17e87b516 fix #11458 oswalkdir (#13689) 4 years ago
parsecfg.nim 3eaacac230 Update parsecfg.nim (#15513) 4 years ago
parsecsv.nim a9a9860b0b Raise KeyError if passed an invalid row entry (#15227) 4 years ago
parsejson.nim 8e3a349561 fixed to jsonArrayEnd comment. (#13624) 4 years ago
parseopt.nim c5f64f101b fix #13086 (#14987) 4 years ago
parsesql.nim cd9af6b804 StringStream & more stdlib modules support for JS/NimScript (#14095) 4 years ago
parseutils.nim 9a34009f00 ORC and stdlib optimizations (#15362) 4 years ago
parsexml.nim 42c180c665 Fix crash in parsexml (#15582) (#15583) 4 years ago
pathnorm.nim da29222f86 init checks and 'out' parameters (#14521) 4 years ago
pegs.nim 1e484ed62b [backport] Docs: Fix broken `code-block` (#14749) 4 years ago
punycode.nim 42d2c3088e Add Documentation (#13811) 4 years ago
random.nim 59ba4d8c03 added normal variate function (#14725) 4 years ago
rationals.nim bf0e1c696f Remove the uses of {.procvar.} pragma (#14359) 4 years ago
reservedmem.nim 8e54bc5b0c Deprecate and/or remove ospaths (#14767) 4 years ago
ropes.nim cd9af6b804 StringStream & more stdlib modules support for JS/NimScript (#14095) 4 years ago
segfaults.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 years ago
selectors.nim 2671efab78 async: minor refactorings (#15354) 4 years ago
smtp.nim 6feb3900b1 fixes #15177, the error message is now what it should have been (#15195) 4 years ago
smtp.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg 10 years ago
ssl_certs.nim 695154970d deprecate existsDir; use dirExists instead (#14884) 4 years ago
ssl_config.nim 1fb2a58674 net: use a secure cipher list by default 4 years ago
stats.nim 4816984726 Documentation, add more examples (#13825) 4 years ago
streams.nim fbc97e712a move since from inclrtl to std/private/since (#14188) 4 years ago
streamwrapper.nim c983466c15 Fix #14906 (#14949) 4 years ago
strformat.nim 3db6d9ea0c add docs and more tests for debug format strings (#14861) 4 years ago
strmisc.nim bf0e1c696f Remove the uses of {.procvar.} pragma (#14359) 4 years ago
strscans.nim 15ff89cec1 [backport] fix #15064, strscans.scanf edge case for '$+' (#15223) 4 years ago
strtabs.nim c57023f324 string is not nil anymore (#15352) 4 years ago
strutils.nim eb2a4961c7 various documentation fixes [backport] (#15422) 4 years ago
sugar.nim 0134e34e03 dup docs: add an example with `addQuoted` (#15548) 4 years ago
terminal.nim d1af9587b8 terminal: fix fgColor/bgColor commands [backport] (#15554) 4 years ago
times.nim e82a14b273 fix mistake in times.nim docs 4 years ago
typetraits.nim ccccd30cf6 fixes #15221 (#15230) 4 years ago
unicode.nim da29222f86 init checks and 'out' parameters (#14521) 4 years ago
unittest.nim dd86228548 update unittest docs with correct exit code info (#15502) 4 years ago
uri.nim af9cc2882f use func in uri module (#15486) 4 years ago
volatile.nim cd9af6b804 StringStream & more stdlib modules support for JS/NimScript (#14095) 4 years ago
xmlparser.nim b17ed2ca9c [backport] run nimpretty on parsers 5 years ago
xmltree.nim aa1d7fe1e9 closureiters: fixes #15243 (#15454) [backport:1.2] 4 years ago