| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | testament: remove unused tfile,tline,tcolumn (#17515) | Timothee Cour | 2021-03-26 | 2 | -36/+2 |
* | re-enable fidget (#17229) | flywind | 2021-03-25 | 1 | -1/+2 |
* | closes #17085; boehm has problems with large allocations, that is expected an... | Andreas Rumpf | 2021-03-24 | 1 | -1/+1 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 1 | -1/+2 |
* | remove 'stats' from help document of testament tool (#17364) | jiro | 2021-03-15 | 1 | -1/+0 |
* | use NIM_TESTAMENT_BATCH for important_packages, improve formatting, code clea... | Timothee Cour | 2021-03-12 | 4 | -200/+176 |
* | use lowercase --define switches (#17283) | flywind | 2021-03-07 | 1 | -1/+1 |
* | re-enable pkg optionsutils (#17231) | Timothee Cour | 2021-03-02 | 1 | -1/+1 |
* | `--nilseqs` is now a deprecated noop (#17211) | Timothee Cour | 2021-03-01 | 1 | -2/+0 |
* | add 'pixie' to important_packages (#17215) | Miran | 2021-03-01 | 1 | -0/+1 |
* | `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147) | Timothee Cour | 2021-02-24 | 1 | -1/+1 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -2/+4 |
* | fix #17159 items(cstring) works in VM (#17160) | Timothee Cour | 2021-02-24 | 1 | -0/+24 |
* | remove tests/deps/ (#17132) | Timothee Cour | 2021-02-23 | 2 | -2/+2 |
* | testament: support disabled:osx as alias to disabled:macosx (#17124) | Timothee Cour | 2021-02-22 | 1 | -2/+2 |
* | important_packages: document that packages tested should ideally have recent ... | Timothee Cour | 2021-02-22 | 1 | -1/+15 |
* | disable chronos (#17131) | flywind | 2021-02-20 | 1 | -2/+3 |
* | important_packages: add fusion (#17094) | Timothee Cour | 2021-02-20 | 1 | -0/+3 |
* | [backport:1.2] update nimble commit hash (#17109) | Miran | 2021-02-19 | 1 | -3/+3 |
* | fixes #17085 [backport:1.2] (#17101) | Andreas Rumpf | 2021-02-19 | 1 | -0/+1 |
* | add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts... | Timothee Cour | 2021-02-17 | 3 | -6/+5 |
* | remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1... | Timothee Cour | 2021-02-17 | 1 | -3/+0 |
* | [backport:1.2] update the nimble commit hash to the latest one (#16971) | Miran | 2021-02-09 | 1 | -3/+3 |
* | remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) | Timothee Cour | 2021-02-02 | 3 | -4/+16 |
* | IC: bugfixes (WIP) (#16836) | Andreas Rumpf | 2021-02-02 | 1 | -0/+45 |
* | improve code in categories.nim; add std/private/gitutils; fix flakyness in ni... | Timothee Cour | 2021-01-29 | 1 | -42/+20 |
* | testament: fix #16829, fix partially #16830 (#16831) | Timothee Cour | 2021-01-27 | 3 | -65/+87 |
* | disble fidget again (#16842) | Timothee Cour | 2021-01-27 | 1 | -1/+1 |
* | close #16810 (#16813) | flywind | 2021-01-25 | 1 | -1/+1 |
* | ref #16810 disable fidget (#16811) | flywind | 2021-01-24 | 1 | -1/+1 |
* | Testament small fixes (#16788) | Juan Carlos | 2021-01-22 | 5 | -163/+91 |
* | fix testament regression: installed testament works again with testament r pa... | Timothee Cour | 2021-01-20 | 2 | -11/+22 |
* | Fix bump CI | Clyybber | 2021-01-18 | 1 | -1/+1 |
* | Deprecate TaintedString (#15423) | Juan Carlos | 2021-01-15 | 2 | -8/+8 |
* | remove deprecated specs (#16684) | flywind | 2021-01-11 | 2 | -10/+0 |
* | add error messages (#16679) | flywind | 2021-01-10 | 1 | -1/+1 |
* | fix #16576: honor matrix in testament by making such tests non joinable (#16577) | Timothee Cour | 2021-01-04 | 3 | -8/+16 |
* | enable ggplotnim (#16538) | flywind | 2021-01-01 | 1 | -1/+1 |
* | disable ggplotnim, refs #16523 (#16524) | Timothee Cour | 2020-12-30 | 1 | -1/+1 |
* | disable grams (#16511) | flywind | 2020-12-30 | 1 | -1/+2 |
* | add zippy to important packages (#16442) | flywind | 2020-12-23 | 1 | -0/+1 |
* | disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 (#... | Timothee Cour | 2020-12-22 | 1 | -1/+1 |
* | bring back important packages; closes #16419 (#16424) | flywind | 2020-12-21 | 1 | -2/+2 |
* | disable ggplot and plotly (#16418) | flywind | 2020-12-20 | 1 | -2/+2 |
* | refactorings to prepare the compiler for IC (#15935) | Andreas Rumpf | 2020-12-17 | 1 | -1/+3 |
* | fix #16330 tshould_not_work (#16342) | Timothee Cour | 2020-12-14 | 1 | -2/+2 |
* | testament: error instead of silently ignore invalid targets; remove pointless... | Timothee Cour | 2020-12-14 | 1 | -14/+6 |
* | bring back fidget (#16319) | flywind | 2020-12-11 | 1 | -1/+1 |
* | unbreak CI, disable fidget, refs #16315 (#16316) | Timothee Cour | 2020-12-11 | 1 | -1/+1 |
* | unittest: use defines instead of env vars (#16165) | Timothee Cour | 2020-12-10 | 1 | -3/+0 |