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