| Commit message (Expand) | Author | Age | Files | Lines |
* | Jsonutils: pass opt for object in object (#16615) | inv2004 | 2021-01-07 | 1 | -1/+1 |
* | jsonutils: fromJson forward opt param fix (#16612) | inv2004 | 2021-01-06 | 1 | -4/+4 |
* | make cstrutils work in VM (#16590) | flywind | 2021-01-05 | 1 | -5/+24 |
* | refactor cmpIgnoreStyle and cmpIgnoreCase (#16399) | flywind | 2020-12-31 | 1 | -0/+53 |
* | move asciitables to std/private/ (#16498) | flywind | 2020-12-29 | 1 | -0/+83 |
* | use hexchar in stdlib (#16290) | flywind | 2020-12-17 | 1 | -6/+19 |
* | Adds toSet to create sets from iterables (#16276) | Jason Beetham | 2020-12-14 | 1 | -0/+32 |
* | Fix broken links in docs (#16336) | Elliot Waite | 2020-12-14 | 2 | -7/+7 |
* | styleCheck: Fix error for `sugar` and `std/with` (#16176) | ee7 | 2020-12-02 | 1 | -1/+1 |
* | move decode_helpers to std/private (#16209) | flywind | 2020-12-02 | 1 | -0/+22 |
* | move rest of tests to testament (#16140) | flywind | 2020-11-27 | 4 | -129/+0 |
* | move tests to testament (#16101) | flywind | 2020-11-24 | 3 | -48/+0 |
* | packedsets fix regression introduced in #15564 (#16060) | Timothee Cour | 2020-11-20 | 1 | -8/+9 |
* | Improve enumerate (#16053) | Antonis Geralis | 2020-11-20 | 1 | -10/+43 |
* | Do not read the whole file to compute SHA1 hash (fixes 15997) (#16006) | Igor Ribeiro de Assis | 2020-11-18 | 1 | -1/+16 |
* | Make IntSet a generic ordinal set OrdSet[A] (#15564) | landerlo | 2020-11-13 | 1 | -0/+607 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -1/+1 |
* | EnumUtils, speed up findStr in compiler (#15777) | cooldome | 2020-11-03 | 1 | -0/+64 |
* | `ioutils` are moved to `fusion` (#15822) | Miran | 2020-11-02 | 1 | -85/+0 |
* | Fix doc comment for sumKbn (#15769) | Antonis Geralis | 2020-10-29 | 1 | -1/+1 |
* | Add C function dup and dup2 posix to system/io (#15675) | Regis Caillaud | 2020-10-27 | 1 | -0/+85 |
* | implements https://github.com/nim-lang/RFCs/issues/258 (#15503) | Andreas Rumpf | 2020-10-06 | 1 | -4/+39 |
* | Added std/effecttraits.nim (#15462) | Andreas Rumpf | 2020-10-02 | 1 | -0/+19 |
* | add `enumerate` macro (#15297) | Miran | 2020-09-22 | 1 | -0/+56 |
* | Add some enhancements to `jsonutils.nim` (#15133) | Ivan Bobev | 2020-09-09 | 1 | -31/+247 |
* | std/with support field assign (#14484) | slangmgh | 2020-08-15 | 2 | -13/+19 |
* | 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011) | Andreas Rumpf | 2020-07-20 | 1 | -0/+31 |
* | fix #14475; unittest.require now works with `nim c`; require and check now wo... | Timothee Cour | 2020-07-14 | 1 | -0/+22 |
* | fromJson: support object variants (#14694) | Timothee Cour | 2020-06-24 | 1 | -15/+73 |
* | CI: Install the pkg we cloned (#14770) | Clyybber | 2020-06-24 | 1 | -32/+0 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -3/+3 |
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s... | Timothee Cour | 2020-06-16 | 1 | -0/+65 |
* | make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669) | Timothee Cour | 2020-06-15 | 1 | -8/+24 |
* | Make the example better describe the desired outcome (#14611) | Max Grender-Jones | 2020-06-08 | 1 | -5/+5 |
* | optimized wrapWords; fixes #14579 (#14606) [backport:1.2] | Andreas Rumpf | 2020-06-08 | 1 | -25/+48 |
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc... | Timothee Cour | 2020-06-08 | 1 | -0/+126 |
* | fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ... | Timothee Cour | 2020-06-02 | 1 | -0/+32 |
* | walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou... | Timothee Cour | 2020-06-01 | 1 | -0/+54 |
* | fix CI doc windows: style error in lib/std/time_t.nim (#14523) | Timothee Cour | 2020-05-31 | 1 | -2/+2 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -0/+2 |
* | fix js stacktraces, unify all file,line,col formatting into a single function... | Timothee Cour | 2020-05-05 | 1 | -0/+15 |
* | move since from inclrtl to std/private/since (#14188) | hlaaftana | 2020-05-02 | 1 | -0/+19 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
* | Make unused code into actual test, replace echo with doassert (#13952) | Juan Carlos | 2020-04-11 | 1 | -33/+0 |
* | std/byaddr => std/decls (#13847) | Timothee Cour | 2020-04-03 | 1 | -0/+0 |
* | renamed new std/pragmas.nim to std/byaddr.nim (#13844) | Andreas Rumpf | 2020-04-02 | 1 | -5/+5 |
* | DrNim (Nim compiler with Z3 integration) (#13743) | Andreas Rumpf | 2020-03-31 | 1 | -0/+10 |
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 2 | -1/+11 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -0/+30 |
* | new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508) | Timothee Cour | 2020-03-23 | 1 | -0/+19 |