Neelesh Chandola 95cc1abdc7 Fixes #9525 (#9526) пре 6 година
..
collections 963292f725 added system.typeof operation; fixes #9093 пре 6 година
concurrency eb4272ba1c manual: Fix links to Parallel & Spawn (#9342) пре 6 година
includes a27429304e Convert *_family fields to cushort пре 6 година
ioselects 08c6484298 ioselectors_poll: don't pollRemove() if not needed пре 6 година
unidecode dfdf8e58c7 fixes #8768 properly пре 6 година
algorithm.nim fde4a086c5 8684 add shortcut sort procs (#9174) пре 6 година
async.nim c93655e8b4 Unify async macro and futures for js and native targets пре 7 година
asyncdispatch.nim 4362ba7293 docs: clarify `asyncCheck` vs `waitFor` пре 6 година
asyncdispatch.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg пре 10 година
asyncfile.nim 657062145b Added FileMode to comment on asyncfile openAsync (#8008) пре 6 година
asyncftpclient.nim e63369f2b9 asyncftpclient: add missing file.close to retrFile пре 6 година
asyncfutures.nim 4362ba7293 docs: clarify `asyncCheck` vs `waitFor` пре 6 година
asynchttpserver.nim c2aec1b6c1 Change parseEnum to something faster for method parsing in asynchttpserver (#7682) пре 6 година
asyncmacro.nim 2a31f42d35 asyncmacro: add nnkSym support for getName() (#9204) пре 6 година
asyncnet.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
asyncstreams.nim 21ecf64d24 Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183) пре 6 година
base64.nim 0fad659bf7 make more tests green пре 6 година
bitops.nim 9820c2c456 bitops: add 'hamming weight' to the doc index пре 7 година
browsers.nim aac94e0ab5 Don't run "kde-open" and "gnome-open" under Unix (#6426) пре 7 година
cgi.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs пре 6 година
colors.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
complex.nim 3acedd4cd9 Add imaginary unit. (#7922) пре 6 година
cookies.nim 0fad659bf7 make more tests green пре 6 година
coro.nim 3e6b58323b fix tests/coroutines/texceptions.nim (#8810) пре 6 година
coro.nimcfg f89c247a89 fix test failure in coro.nim пре 9 година
cstrutils.nim ed5b7cbac0 move eqIdent to vm.nim (#7585) пре 6 година
db_common.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
distros.nim 7ef268274f Haiku support for Nim (#8542) пре 6 година
dynlib.nim 559a7615ad Nintendo switch support (#8069) пре 6 година
editdistance.nim 77a8c6ffd8 unicode: add split procs; refs #6301 пре 6 година
encodings.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
endians.nim 1fe949b9d5 Make the swap procs safe for unaligned input ptrs (#9210) пре 6 година
events.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
fenv.nim 7ef268274f Haiku support for Nim (#8542) пре 6 година
future.nim 0872e7a27e renamed future.nim to sugar.nim пре 6 година
hashes.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
htmlgen.nim bc557e4c6a HTMLGen Update, Add runnableExamples, Add HTML Tags center, details, dialog, marquee, picture, slot, summary (#9252) пре 6 година
htmlparser.nim 55a8649749 Decrease source code size in `htmlparser` and add one check (#8690) пре 6 година
httpclient.nim f2cd8ed99a fixes #7842 if no uri.scheme specified raise ValueError with hint (#7846) пре 6 година
httpcore.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
httpserver.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
json.nim 91c13a0163 [docs/json]: expands existing examples + shows {} operator in action (#9157) пре 6 година
lenientops.nim efae366857 rename SomeReal to SomeFloat (#7617) пре 6 година
lexbase.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
logging.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs пре 6 година
marshal.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
matchers.nim 0fad659bf7 make more tests green пре 6 година
math.nim 6620b5dc8d Documentation improved for `math` module (#9266) пре 6 година
md5.nim bc738d63a7 no interval arithmetic anymore to construct implicit range types; breaking change пре 7 година
memfiles.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
mersenne.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
mimetypes.nim 9379f9353a Add application/wasm to mimetypes.nim (#8389) пре 6 година
nativesockets.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
net.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
nimprof.nim 953f2ef261 Minor bug fix (#9430) пре 6 година
nimprof.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg пре 10 година
nimtracker.nim 98c7bab8ea make memory tracker work without onThreadCreation пре 7 година
oids.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
options.nim ce4383be3b fixes #8658; addQuoted on Option[T] (#8659) пре 6 година
os.nim 3bef851143 fix #8225 os.isHidden was buggy on posix (#8315) пре 6 година
ospaths.nim 37986d0ba8 ospaths docs: add 'basename' to theindex пре 6 година
osproc.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
oswalkdir.nim 3f31395d50 Add copyright header пре 8 година
parsecfg.nim b53531ee31 make 'koch web' work again пре 6 година
parsecsv.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
parsejson.nim 221b34ad83 move parsejson logic into its own standard lib module пре 6 година
parseopt.nim 36473acf47 fixes a parseopt regression (#8820) пре 6 година
parseopt2.nim dae5450947 WIP: disallow 'nil' for strings and seqs пре 6 година
parsesql.nim ee54d6977b Parse the usage of the SQL in operator properly (#9527) пре 6 година
parseutils.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
parsexml.nim b53531ee31 make 'koch web' work again пре 6 година
pegs.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
punycode.nim a0dc9f57cb Add copyright header пре 8 година
random.nim 541debe6e1 stdlib: minor changes to avoid compiler warnings пре 6 година
rationals.nim 3027ca292c Support `div`, `mod`, floorDiv and floorMod for Rationals (#7918) пре 6 година
ropes.nim b75808c7d9 Fixes ropes regressions due to the not-nil strings (#8687) пре 6 година
scgi.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
securehash.nim 70e8640244 move new sha1 module into the new 'std' namespace пре 7 година
segfaults.nim 1268ca79e5 fixes #5599 (#5610) пре 7 година
selectors.nim 34f398d010 Allow async stdin пре 6 година
smtp.nim 1d78ba64b4 rework the exception hierarchy; refs #8363 пре 6 година
smtp.nim.cfg 39839fda8a Rename *.nimrod.cfg to *.nim.cfg пре 10 година
stats.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
streams.nim 223e92b83a stdlib: documenation updates, the exception names have been changed пре 6 година
strformat.nim 3b310e91cd New implementations of times.parse & times.format (#8094) пре 6 година
strmisc.nim 72dfe176f5 remove dead code elimination option (#7669) пре 6 година
strscans.nim 95a60dc780 Fix strscans.scanp (#9518) пре 6 година
strtabs.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
strutils.nim 95cc1abdc7 Fixes #9525 (#9526) пре 6 година
subexes.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
sugar.nim 43f634db8d fixes #8519; implements T.distinctBase to reverse T = distinct A (#8531) пре 6 година
terminal.nim 82a1576263 fix #9394 by replacing `fmt` with `strutils.%` (#9417) пре 6 година
times.nim 81f5427ed4 Fix times 32-bit issue пре 6 година
typetraits.nim 7df722844b typetraits: Dots for sentence endings. пре 6 година
unicode.nim 8960efa340 unicode: added strip, align, alignLeft, repeat procs; refs #6301 пре 6 година
unittest.nim 7f49364fd0 make more tests green пре 6 година
uri.nim 903886396d Don't prevent ',' from getting escaped in theindex.html пре 6 година
volatile.nim 74ae66ddbc Add volatile load/store (#5263) пре 8 година
xmlparser.nim bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings пре 6 година
xmltree.nim 27e4825c62 [cleanup] remove `xmldom` and `xmldomparser` (#9234) пре 6 година