| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Typos (#17194) | Juan Carlos | 2021-02-27 | 1 | -1/+1 |
* | fix code-block test bugs: fix #17183, fix https://github.com/timotheecour/Nim... | Timothee Cour | 2021-02-26 | 1 | -1/+7 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -1/+7 |
* | compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172) | alaviss | 2021-02-24 | 1 | -0/+1 |
* | fixes #17170 (#17171) | Andreas Rumpf | 2021-02-24 | 2 | -1/+3 |
* | new-style concepts implementation, WIP (#15251) | Andreas Rumpf | 2021-02-24 | 15 | -56/+419 |
* | remove tests/deps/ (#17132) | Timothee Cour | 2021-02-23 | 2 | -2/+4 |
* | fix `UnusedImport` for `nim c compiler/nim` (#17152) | Timothee Cour | 2021-02-23 | 1 | -3/+4 |
* | Fixes #17039 - ldObj checks node/nodeAddr access (#17123) | Saem Ghani | 2021-02-23 | 1 | -1/+1 |
* | when statements branches exit early (#17143) | Saem Ghani | 2021-02-22 | 1 | -0/+1 |
* | make rst.nim use object variant (#17138) | Andrey Makarov | 2021-02-22 | 1 | -2/+2 |
* | fix #17118 (#17119) [backport:1.2] | flywind | 2021-02-22 | 1 | -1/+10 |
* | Split last read and first write analysis (#17137) | Clyybber | 2021-02-21 | 1 | -20/+42 |
* | stricter checks for RST headlines (#17089) | Andrey Makarov | 2021-02-20 | 3 | -3/+15 |
* | fixes #17085 [backport:1.2] (#17101) | Andreas Rumpf | 2021-02-19 | 2 | -3/+3 |
* | fixes #17060 (#17083) | Andreas Rumpf | 2021-02-18 | 1 | -1/+3 |
* | fix #17076 (#17081) | flywind | 2021-02-18 | 1 | -1/+5 |
* | add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts... | Timothee Cour | 2021-02-17 | 2 | -2/+1 |
* | clean up old codes (#17071) | flywind | 2021-02-17 | 1 | -6/+1 |
* | [minor] clean extccomp (#17069) | flywind | 2021-02-17 | 1 | -21/+16 |
* | ARC Analysis in one pass v3 (#17068) | Clyybber | 2021-02-17 | 5 | -124/+120 |
* | make system random work in VM (#17059) | flywind | 2021-02-17 | 3 | -9/+56 |
* | fixes #17033 [backport:1.4] (#17061) | Andreas Rumpf | 2021-02-17 | 1 | -3/+19 |
* | remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1... | Timothee Cour | 2021-02-17 | 3 | -57/+51 |
* | document `since` (#17048) | Timothee Cour | 2021-02-16 | 1 | -5/+3 |
* | Revert "ARC: Analysis in one pass v2 (#17000)" (#17046) | Clyybber | 2021-02-15 | 5 | -115/+124 |
* | JS: fix div uint64 no truncation (#16899) | flywind | 2021-02-15 | 1 | -1/+4 |
* | RST: implement footnotes and citations (#16960) | Andrey Makarov | 2021-02-15 | 2 | -0/+3 |
* | array literals uses typed arrays; fix a jsgen bug (#16850) | flywind | 2021-02-15 | 1 | -16/+39 |
* | fixed dot operator recursive loop & macro suggest (#16922) | Saem Ghani | 2021-02-15 | 4 | -4/+25 |
* | compilesettings: add libpath (#16997) | Timothee Cour | 2021-02-12 | 2 | -4/+4 |
* | typeToString: type float => typedesc[float] (#17011) | Timothee Cour | 2021-02-12 | 1 | -1/+2 |
* | Display user hints/warnings from foreign packages (#17024) | Danil Yarantsev | 2021-02-12 | 1 | -1/+2 |
* | [backport:1.4] JS cstring null fixes (#16979) | hlaaftana | 2021-02-11 | 1 | -3/+19 |
* | fixes a bug that keeps Nimbus from compiling with --gc:orc (#17005) | Andreas Rumpf | 2021-02-11 | 1 | -2/+15 |
* | unbundle fusion (#16925) | Timothee Cour | 2021-02-11 | 1 | -1/+0 |
* | [JS] Ref #15952 make toOpenArray works better (#17001) | flywind | 2021-02-10 | 1 | -10/+19 |
* | ARC: Analysis in one pass v2 (#17000) | Clyybber | 2021-02-10 | 5 | -124/+115 |
* | Revert "ARC Analysis in one pass (#16849)" (#16984) | Clyybber | 2021-02-09 | 5 | -106/+121 |
* | Remove declPragmas from lambdas [backport:1.0] (#16966) | hlaaftana | 2021-02-09 | 1 | -6/+7 |
* | ARC Analysis in one pass (#16849) | Clyybber | 2021-02-09 | 5 | -121/+106 |
* | fix #16947: `--app:staticlib -o:lib` now first removes lib (#16948) | Timothee Cour | 2021-02-08 | 1 | -0/+1 |
* | rename case statement macro from match to `case` (#16923) | hlaaftana | 2021-02-08 | 1 | -3/+3 |
* | fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1... | Timothee Cour | 2021-02-08 | 1 | -2/+2 |
* | use typeof instead type (#16962) | flywind | 2021-02-08 | 4 | -6/+6 |
* | quote nim command on compile (#16954) | n5m | 2021-02-07 | 1 | -1/+1 |
* | remove a temporary variable in int128.nim (#16935) | flywind | 2021-02-04 | 1 | -35/+34 |
* | IC: bugfixes (WIP) (#16836) | Andreas Rumpf | 2021-02-02 | 18 | -98/+209 |
* | add finally as post expr block [backport:1.4] (#16896) | hlaaftana | 2021-02-01 | 1 | -1/+5 |
* | fixes #16897 [backport:1.2] (#16900) | Andreas Rumpf | 2021-02-01 | 1 | -1/+1 |