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