summary refs log tree commit diff stats
path: root/lib/std
Commit message (Expand)AuthorAgeFilesLines
* 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
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-0/+65
* make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)Timothee Cour2020-06-151-8/+24
* Make the example better describe the desired outcome (#14611)Max Grender-Jones2020-06-081-5/+5
* optimized wrapWords; fixes #14579 (#14606) [backport:1.2]Andreas Rumpf2020-06-081-25/+48
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-081-0/+126
* fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ...Timothee Cour2020-06-021-0/+32
* walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou...Timothee Cour2020-06-011-0/+54
* fix CI doc windows: style error in lib/std/time_t.nim (#14523)Timothee Cour2020-05-311-2/+2
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-0/+2
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-051-0/+15
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-0/+19
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-1/+1
* Make unused code into actual test, replace echo with doassert (#13952)Juan Carlos2020-04-111-33/+0
* std/byaddr => std/decls (#13847)Timothee Cour2020-04-031-0/+0
* renamed new std/pragmas.nim to std/byaddr.nim (#13844)Andreas Rumpf2020-04-021-5/+5
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-311-0/+10
* Add Documentation (#13811)Juan Carlos2020-03-312-1/+11
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+30
* new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)Timothee Cour2020-03-231-0/+19