| Commit message (Expand) | Author | Age | Files | Lines |
* | add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts... | Timothee Cour | 2021-02-17 | 1 | -1/+3 |
* | document `since` (#17048) | Timothee Cour | 2021-02-16 | 1 | -1/+15 |
* | array literals uses typed arrays; fix a jsgen bug (#16850) | flywind | 2021-02-15 | 1 | -0/+8 |
* | add system random to stdlib: std/sysrand (#16459) | flywind | 2021-02-11 | 1 | -0/+6 |
* | JS: make hash float support IE/Safari (#16872) | flywind | 2021-02-01 | 1 | -0/+4 |
* | refactor hash in JS backend (#16863) | flywind | 2021-01-30 | 1 | -0/+8 |
* | improve code in categories.nim; add std/private/gitutils; fix flakyness in ni... | Timothee Cour | 2021-01-29 | 1 | -0/+40 |
* | make oids module better (#16704) | flywind | 2021-01-25 | 1 | -0/+7 |
* | perpare for more compact bit operations in JS (#16728) | flywind | 2021-01-19 | 1 | -0/+12 |
* | refactor cmpNimIdentifier (#16611) | flywind | 2021-01-13 | 1 | -0/+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 |
* | 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 |
* | std/with support field assign (#14484) | slangmgh | 2020-08-15 | 1 | -13/+12 |
* | CI: Install the pkg we cloned (#14770) | Clyybber | 2020-06-24 | 1 | -32/+0 |
* | 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 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 |
* | fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ... | Araq | 2020-03-17 | 1 | -9/+20 |
* | added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13... | Andreas Rumpf | 2020-02-26 | 1 | -0/+38 |