| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | testament :show duration also for failed tests; improve `tshould_not_work`; m... | Timothee Cour | 2021-05-08 | 17 | -19/+12 |
* | fix `tsortoutput` (it was failing for the wrong reasons, irrespective of `sor... | Timothee Cour | 2021-05-07 | 1 | -3/+3 |
* | fix #17952: fix both false positives and false negatives for reInvalidSpec (#... | Timothee Cour | 2021-05-08 | 2 | -12/+29 |
* | re-enable nimquery (#17936) | Timothee Cour | 2021-05-04 | 1 | -1/+1 |
* | gitutils: add diffStrings, diffFiles, and use it in testament to compare expe... | Timothee Cour | 2021-04-30 | 2 | -3/+4 |
* | Implement https://forum.nim-lang.org/t/7848#50018 (#17874) | c-blake | 2021-04-29 | 1 | -1/+2 |
* | testament: add `nimoutFull: bool` spec (#17867) | Timothee Cour | 2021-04-27 | 4 | -7/+32 |
* | disable telebot, refs https://github.com/ba0f3/telebot.nim/issues/59 (#17860) | Timothee Cour | 2021-04-26 | 1 | -1/+1 |
* | bring back jstin after forking a new one (#17844) | flywind | 2021-04-25 | 1 | -0/+1 |
* | move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828) | Timothee Cour | 2021-04-24 | 1 | -2/+2 |
* | `typeof(voidStmt)` now works (#17807) | Timothee Cour | 2021-04-23 | 1 | -6/+5 |
* | add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) | Timothee Cour | 2021-04-23 | 1 | -1/+1 |
* | unit separator (#17730) | Andreas Rumpf | 2021-04-20 | 3 | -2/+9 |
* | important_packages: `allowed_failures` batch (#17757) | Timothee Cour | 2021-04-20 | 2 | -11/+26 |
* | fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714) | Timothee Cour | 2021-04-19 | 1 | -1/+1 |
* | IC navigator: added support for include files (#17784) | Andreas Rumpf | 2021-04-19 | 1 | -1/+1 |
* | fix #17732(forward args... to megatest) (#17780) | flywind | 2021-04-19 | 1 | -3/+7 |
* | privateAccess now works with ref | ptr (#17760) | Timothee Cour | 2021-04-19 | 1 | -0/+20 |
* | remove jstin from important packages (#17765) | flywind | 2021-04-18 | 1 | -1/+0 |
* | std/hashes: hash(ref|ptr|pointer) + other improvements (#17731) | Timothee Cour | 2021-04-16 | 1 | -0/+4 |
* | ic navigator tests (#17735) | Andreas Rumpf | 2021-04-16 | 2 | -12/+17 |
* | `import foo {.all.}` reboot (#17706) | Timothee Cour | 2021-04-16 | 1 | -0/+1 |
* | testament --verbose: prints commands; gitignore ic artifacts (#17716) | Timothee Cour | 2021-04-14 | 1 | -3/+11 |
* | megatest: allow duplicate file names, show compilation progress (#17713) | Timothee Cour | 2021-04-13 | 1 | -6/+11 |
* | IC: integrity checking (#17695) | Andreas Rumpf | 2021-04-11 | 1 | -1/+1 |
* | iterable[T] (#17196) | Timothee Cour | 2021-04-11 | 1 | -0/+6 |
* | fix #16693: testament spec nimout too lax (#16698) | flywind | 2021-04-04 | 15 | -38/+65 |
* | enable some packages (#17629) | flywind | 2021-04-03 | 1 | -3/+3 |
* | implement RFCs/294 ; disallow enum <=> enum conversion (#16351) | Timothee Cour | 2021-04-03 | 1 | -2/+3 |
* | add getPort to resolve Port(0) (#17559) | Timothee Cour | 2021-03-30 | 1 | -1/+2 |
* | nim: unbreak CI; testament: add allowedFailure logic for tests that may fail ... | Timothee Cour | 2021-03-28 | 3 | -30/+40 |
* | disable package 'chronicles' until 'chronos' is fixed | narimiran | 2021-03-26 | 1 | -1/+1 |
* | 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 |