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