summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
...
* use typeof instead type (#16962)flywind2021-02-082-6/+6
* clarify docs for wrapnils (#16929)Timothee Cour2021-02-041-2/+7
* link compile-time options together in docs (#16879)n5m2021-02-021-2/+14
* JS: make hash float support IE/Safari (#16872)flywind2021-02-011-0/+4
* refactor hash in JS backend (#16863)flywind2021-01-301-0/+8
* BigInt runnableExamples: octal, binary, hex constructor (#16868)Juan Carlos2021-01-291-11/+19
* add lost functions (#16843)flywind2021-01-291-0/+8
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-291-9/+3
* improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...Timothee Cour2021-01-291-0/+40
* Small changes to std/sums (#16797)konsumlamm2021-01-251-13/+29
* make oids module better (#16704)flywind2021-01-251-0/+7
* Add std/setutils to lib.rst (#16791)konsumlamm2021-01-221-5/+10
* perpare for more compact bit operations in JS (#16728)flywind2021-01-191-0/+12
* jsonutils.jsonTo: support opt (#16739)Timothee Cour2021-01-171-2/+2
* Improve documentation for packedsets (#16715)konsumlamm2021-01-161-137/+135
* js: improve tests + some docs (#16727)Timothee Cour2021-01-161-2/+12
* Add js BigInts (#16409)Juan Carlos2021-01-141-0/+193
* refactor cmpNimIdentifier (#16611)flywind2021-01-131-0/+4
* Implements streams for sockets (#15729)PMunch2021-01-071-0/+181
* Jsonutils: pass opt for object in object (#16615)inv20042021-01-071-1/+1
* jsonutils: fromJson forward opt param fix (#16612)inv20042021-01-061-4/+4
* make cstrutils work in VM (#16590)flywind2021-01-051-5/+24
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-311-0/+53
* move asciitables to std/private/ (#16498)flywind2020-12-291-0/+83
* use hexchar in stdlib (#16290)flywind2020-12-171-6/+19
* Adds toSet to create sets from iterables (#16276)Jason Beetham2020-12-141-0/+32
* Fix broken links in docs (#16336)Elliot Waite2020-12-142-7/+7
* styleCheck: Fix error for `sugar` and `std/with` (#16176)ee72020-12-021-1/+1
* move decode_helpers to std/private (#16209)flywind2020-12-021-0/+22
* move rest of tests to testament (#16140)flywind2020-11-274-129/+0
* move tests to testament (#16101)flywind2020-11-243-48/+0
* packedsets fix regression introduced in #15564 (#16060)Timothee Cour2020-11-201-8/+9
* Improve enumerate (#16053)Antonis Geralis2020-11-201-10/+43
* Do not read the whole file to compute SHA1 hash (fixes 15997) (#16006)Igor Ribeiro de Assis2020-11-181-1/+16
* Make IntSet a generic ordinal set OrdSet[A] (#15564)landerlo2020-11-131-0/+607
* Correct all eggs (#15906)Miran2020-11-101-1/+1
* EnumUtils, speed up findStr in compiler (#15777)cooldome2020-11-031-0/+64
* `ioutils` are moved to `fusion` (#15822)Miran2020-11-021-85/+0
* Fix doc comment for sumKbn (#15769)Antonis Geralis2020-10-291-1/+1
* Add C function dup and dup2 posix to system/io (#15675)Regis Caillaud2020-10-271-0/+85
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-061-4/+39
* Added std/effecttraits.nim (#15462)Andreas Rumpf2020-10-021-0/+19
* add `enumerate` macro (#15297)Miran2020-09-221-0/+56
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-091-31/+247
* std/with support field assign (#14484)slangmgh2020-08-152-13/+19
* 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-201-0/+31
* fix #14475; unittest.require now works with `nim c`; require and check now wo...Timothee Cour2020-07-141-0/+22
* fromJson: support object variants (#14694)Timothee Cour2020-06-241-15/+73
* CI: Install the pkg we cloned (#14770)Clyybber2020-06-241-32/+0
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-3/+3