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