| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #17085 [backport:1.2] (#17101) | Andreas Rumpf | 2021-02-19 | 1 | -0/+1 |
* | remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) | Timothee Cour | 2021-02-02 | 1 | -3/+4 |
* | 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 | 1 | -64/+71 |
* | Testament small fixes (#16788) | Juan Carlos | 2021-01-22 | 1 | -71/+12 |
* | fix #16576: honor matrix in testament by making such tests non joinable (#16577) | Timothee Cour | 2021-01-04 | 1 | -2/+8 |
* | Retry commands in testament again (#16262) | Clyybber | 2020-12-05 | 1 | -5/+16 |
* | error instead of echo when testament category is empty; fix realtimeGC (#16162) | Timothee Cour | 2020-12-01 | 1 | -1/+3 |
* | fix #14242 `testament r tests/js/foo` now works; testament now honors --targe... | Timothee Cour | 2020-11-28 | 1 | -7/+7 |
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ... | Timothee Cour | 2020-11-28 | 1 | -10/+12 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -2/+2 |
* | Nimgrep improvements 2 (#15612) | Andrey Makarov | 2020-11-09 | 1 | -0/+3 |
* | Try to fix CI failures (#15701) | Clyybber | 2020-10-24 | 1 | -42/+33 |
* | Fix style inconsistencies due to the previous commit | narimiran | 2020-07-06 | 1 | -3/+3 |
* | revert 0944b0f4 | narimiran | 2020-07-06 | 1 | -3/+3 |
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -1/+1 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
* | testament: generic N-fold batching: windows CI 37mn=>16m (#14823) | Timothee Cour | 2020-06-27 | 1 | -2/+3 |
* | CI: Install the pkg we cloned (#14770) | Clyybber | 2020-06-24 | 1 | -16/+37 |
* | misc testament cleanups (#14764) | Timothee Cour | 2020-06-23 | 1 | -23/+13 |
* | `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s... | Timothee Cour | 2020-06-16 | 1 | -2/+2 |
* | make tests/stdlib tests joinable (#14626) | Timothee Cour | 2020-06-15 | 1 | -13/+20 |
* | fix https://github.com/timotheecour/Nim/issues/266 retry on failure to avoid ... | Timothee Cour | 2020-06-02 | 1 | -3/+4 |
* | trunner was not actually being tested in non-CTFFI mode; minor testament clea... | Timothee Cour | 2020-05-19 | 1 | -5/+0 |
* | Split testing important packages into two jobs (#14256) | Miran | 2020-05-07 | 1 | -7/+19 |
* | fix regression: -d:nimHasLibFFI was not being tested anymore (#14234) | Timothee Cour | 2020-05-06 | 1 | -1/+1 |
* | testament: don't try to test nimgrep if it's not there [backport:1.2] (#14085) | alaviss | 2020-04-24 | 1 | -3/+4 |
* | DrNim (Nim compiler with Z3 integration) (#13743) | Andreas Rumpf | 2020-03-31 | 1 | -7/+17 |
* | faster CIs (#13803) | Miran | 2020-03-30 | 1 | -9/+1 |
* | allow category nimble-packages to test a single package (#13576) | Arne Döring | 2020-03-18 | 1 | -2/+4 |
* | important_packages: change the order of arguments in the template (#13577) | Miran | 2020-03-03 | 1 | -3/+1 |
* | compiler/ccgtypes: hide exportc proc unless it has dynlib (#13199) | alaviss | 2020-01-20 | 1 | -0/+4 |
* | ARC: cycle detector (#12823) | Andreas Rumpf | 2019-12-17 | 1 | -2/+2 |
* | [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#... | 3n-k1 | 2019-11-28 | 1 | -3/+3 |
* | ARC: ported the GC tests over to --gc:arc | Araq | 2019-11-26 | 1 | -1/+7 |
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -33/+37 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
* | add tensordsl test (#12166) | Arne Döring | 2019-09-11 | 1 | -0/+1 |
* | disable IC and the SQLite dependency for version 1 | Andreas Rumpf | 2019-09-03 | 1 | -1/+2 |
* | make testament a tool we ship with Nim; fixes #12084 (#12088) | Andreas Rumpf | 2019-08-30 | 1 | -0/+12 |
* | Incremental compilation (IC): Improvements (#11881) | Andreas Rumpf | 2019-08-08 | 1 | -96/+65 |
* | Revert "makes travis OSX green again" | narimiran | 2019-06-19 | 1 | -2/+1 |
* | makes travis OSX green again | Araq | 2019-06-19 | 1 | -1/+2 |
* | [other] test 6 more nimble packages (#11464) | Miran | 2019-06-11 | 1 | -6/+3 |
* | make fullpaths the default in error messages and stack traces for mor… (#11... | Andreas Rumpf | 2019-06-05 | 1 | -1/+2 |
* | Testament print failed command (#11219) | Arne Döring | 2019-05-10 | 1 | -7/+11 |
* | testament: apply skip to hard-coded categories (#11168) | Jacek Sieka | 2019-05-08 | 1 | -18/+3 |
* | Append all output on failed test. (#11156) | Arne Döring | 2019-05-02 | 1 | -17/+7 |
* | tester: add test skipping capability (#11080) | Jacek Sieka | 2019-04-23 | 1 | -1/+19 |