| Commit message (Expand) | Author | Age | Files | Lines |
* | support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852) | Timothee Cour | 2021-06-20 | 1 | -6/+3 |
* | merge BuildMode into SuccessX, remove code duplication w drnim, add useful in... | Timothee Cour | 2021-06-14 | 1 | -1/+1 |
* | fixes #18058 (#18162) | Andreas Rumpf | 2021-06-03 | 1 | -2/+2 |
* | fix #16256: nimout: <empty> should give error (vacuously true); improve a few... | Timothee Cour | 2021-05-31 | 2 | -0/+39 |
* | fix #18077 testament now parses `cmd` properly (#18086) | Timothee Cour | 2021-05-26 | 1 | -0/+21 |
* | close #3482 no more cgen error with typed templates (#18094) | Timothee Cour | 2021-05-26 | 1 | -0/+15 |
* | remove some custom logic in testament around flags, testExec (#18090) | Timothee Cour | 2021-05-26 | 1 | -3/+30 |
* | close #5540 generic object with generic field evaluated too early (#18062) | Timothee Cour | 2021-05-23 | 1 | -0/+45 |
* | make testament `isSuccess` more robust and allow tests with `--hints:off` to ... | Timothee Cour | 2021-05-11 | 1 | -0/+4 |
* | close #9039: compiler does not hang anymore in 1 case involving static params... | Timothee Cour | 2021-05-09 | 1 | -0/+24 |
* | testament :show duration also for failed tests; improve `tshould_not_work`; m... | Timothee Cour | 2021-05-08 | 1 | -0/+2 |
* | fix #17853 (ascii message separator broke json nim dump) (#17887) | Timothee Cour | 2021-04-29 | 1 | -0/+11 |
* | Implement https://forum.nim-lang.org/t/7848#50018 (#17874) | c-blake | 2021-04-29 | 1 | -1/+1 |
* | `--usenimcache` (implied by `nim r main`) now caches some compile options to ... | Timothee Cour | 2021-04-25 | 2 | -12/+39 |
* | 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 | 1 | -2/+2 |
* | fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714) | Timothee Cour | 2021-04-19 | 1 | -5/+6 |
* | megatest: allow duplicate file names, show compilation progress (#17713) | Timothee Cour | 2021-04-13 | 1 | -0/+3 |
* | close #17636 (#17643) | flywind | 2021-04-06 | 1 | -2/+1 |
* | implement RFCs/294 ; disallow enum <=> enum conversion (#16351) | Timothee Cour | 2021-04-03 | 2 | -6/+63 |
* | fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main.... | flywind | 2021-04-01 | 1 | -0/+9 |
* | fix #17572 (#17586) | Timothee Cour | 2021-03-31 | 1 | -0/+16 |
* | added nkError to the AST (#17567) | Andreas Rumpf | 2021-03-29 | 1 | -1/+1 |
* | Close #8545 by add a test case (#17432) | konsumlamm | 2021-03-20 | 1 | -0/+23 |
* | adjust spellSuggestSecretSauce logic to avoid too many matches for small symb... | Timothee Cour | 2021-03-18 | 2 | -2/+2 |
* | fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ... | Timothee Cour | 2021-03-16 | 3 | -0/+97 |
* | fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1... | Timothee Cour | 2021-02-08 | 1 | -0/+27 |
* | remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) | Timothee Cour | 2021-02-02 | 2 | -5/+33 |
* | fix #16752: threadvar now works with importcpp types; osx now uses native TLS... | Timothee Cour | 2021-01-27 | 2 | -0/+112 |
* | `--hintAsError` (#16763) | Timothee Cour | 2021-01-20 | 1 | -0/+35 |
* | close #9901 add testcase (#16662) | flywind | 2021-01-11 | 1 | -0/+18 |
* | Make test independent of repo location (#16571) | Clyybber | 2021-01-03 | 1 | -3/+1 |
* | Revert "Make config processing order test more robust" (#16561) | flywind | 2021-01-03 | 1 | -1/+1 |
* | Make config processing order test more robust | Clyybber | 2021-01-02 | 1 | -1/+1 |
* | fix #16526 run config.nims before foo.nim.cfg (#16557) | Timothee Cour | 2021-01-02 | 1 | -0/+19 |
* | follow #16505 move and active tests (#16508) | flywind | 2020-12-30 | 1 | -30/+0 |
* | fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t... | Timothee Cour | 2020-12-30 | 1 | -8/+56 |
* | fix printing negative zero in JS backend (#16505) | flywind | 2020-12-29 | 1 | -0/+30 |
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -114/+114 |
* | fix nim js cmp fails at CT (#16473) | flywind | 2020-12-27 | 1 | -0/+20 |
* | fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(... | Timothee Cour | 2020-12-03 | 1 | -0/+66 |
* | add test for --eval; fix a minor bug (#16224) | Timothee Cour | 2020-12-01 | 1 | -0/+6 |
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ... | Timothee Cour | 2020-11-28 | 1 | -0/+4 |
* | fix #14339, #13511, #14420: fixes limited VM support for addr (#16002) | Timothee Cour | 2020-11-25 | 1 | -0/+80 |
* | fixes #16069; [backport:1.2] [backport:1.4] (#16115) | Andreas Rumpf | 2020-11-24 | 1 | -11/+0 |
* | followup #15970 strenghten regression tests (#16075) | Timothee Cour | 2020-11-20 | 1 | -3/+2 |
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -2/+1 |
* | Disallow nil dereference at compile time (#16032) | cooldome | 2020-11-18 | 1 | -1/+2 |
* | Semfold for nil cast (#16030) | cooldome | 2020-11-18 | 1 | -3/+4 |
* | combine PR#16009 and PR#16012 (#16024) | flywind | 2020-11-18 | 1 | -0/+44 |