c-blake 7ac1fc81fd Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084) 6 lat temu
..
collections 2ee2022c29 help Nim optimize intsets.initIntSet 6 lat temu
concurrency eb4272ba1c manual: Fix links to Parallel & Spawn (#9342) 6 lat temu
includes 9cc4a57768 os.nim: big refactoring, use the new pathnorm that was extracted by compiler/pathutils.nim; added os.relativePath 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 775bfb3e8d Merge async common into asyncdispatch. 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 964b5dac7c complete future only once in `or` (fixes #8982) (#9632) 6 lat temu
asynchttpserver.nim e3cee541bd Fixes long-standing asynchttpserver regression. (#10102) 6 lat temu
asyncmacro.nim 2a31f42d35 asyncmacro: add nnkSym support for getName() (#9204) 6 lat temu
asyncnet.nim 76c214a2e9 Merge pull request #9915 from zevv/asyncnet-unix 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 d5e113c3a6 Add readData proc that accepts a string. 6 lat temu
colors.nim 223e92b83a stdlib: documenation updates, the exception names have been changed 6 lat temu
complex.nim c2c05f5e72 fix #9639 (#9640) 6 lat temu
cookies.nim 0fad659bf7 make more tests green 6 lat temu
coro.nim c0b5479e6b coro: minor documentation fix [backport] [ci skip] 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 8869aa74db Stop false positives in distros.detectOs (#10062) 6 lat temu
dynlib.nim 559a7615ad Nintendo switch support (#8069) 6 lat temu
encodings.nim 3f6168b337 removes deprecated T/P types 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 47d0582ebf Merge pull request #9548 from tonygparsehub/put-delete 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 6cbe1d48d7 [json] document fact that key ordering is preserved (#10020) 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 915a9ec082 Adding more documentation to logging.nim 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 7ac1fc81fd Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084) 6 lat temu
md5.nim bc738d63a7 no interval arithmetic anymore to construct implicit range types; breaking change 7 lat temu
memfiles.nim a54e3f4602 Allow an escape hatch for platform specific flags/default override (#9968) 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 76c214a2e9 Merge pull request #9915 from zevv/asyncnet-unix 6 lat temu
net.nim 76c214a2e9 Merge pull request #9915 from zevv/asyncnet-unix 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 0a749f1a37 Make options.UnpackError inherit from system.Defect 6 lat temu
os.nim 0c97d3a41c fixes #10066 6 lat temu
osproc.nim 37cb5e8f53 Update osproc.nim (#10043) 6 lat temu
oswalkdir.nim 3f31395d50 Add copyright header 8 lat temu
parsecfg.nim 3b783f7e13 Testament: refactoring; makes the test joiner green 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 9526009e0e fixes #9120 6 lat temu
parseopt2.nim dae5450947 WIP: disallow 'nil' for strings and seqs 6 lat temu
parsesql.nim 3f6168b337 removes deprecated T/P types 6 lat temu
parseutils.nim 14223c4b7f Update parseutils.nim 6 lat temu
parsexml.nim 9899c4525c Add parsing empty attribs to htmlparser (#9559) 6 lat temu
pathnorm.nim 25d3539da7 [os] fix #10017 regression, fix #10025 regression (#10018) 6 lat temu
pegs.nim 3f6168b337 removes deprecated T/P types 6 lat temu
punycode.nim a0dc9f57cb Add copyright header 8 lat temu
random.nim 7ac1fc81fd Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084) 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 4929f74023 fixes #9728 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 e14f5025a2 Add runnable examples for strmisc procs and a better doc for expandTabs 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 f7d0e5c1d1 strutils: minor code cleanup 6 lat temu
subexes.nim f3ecc15a94 refs #9880 show index and bound in lots of `index out of bounds` errors 6 lat temu
sugar.nim 680f5eeb15 fixes #9540 6 lat temu
terminal.nim 3f6168b337 removes deprecated T/P types 6 lat temu
times.nim dd33f41877 refs #10121 (#10124) 6 lat temu
typetraits.nim a6633b9658 fix typetraits.`$` regression https://github.com/c-blake/cligen/issues/84 (#10131) 6 lat temu
unicode.nim 518c72e57a fixes #9800 (#9804) [backport] 6 lat temu
unittest.nim a3c4791e9c Give error when case has an else branch even though all cases are already covered (#9930) 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