summary refs log tree commit diff stats
path: root/tests/misc
Commit message (Expand)AuthorAgeFilesLines
* fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)flywind2022-04-261-0/+4
* fix #19680; check if stderr is static (#19709)flywind2022-04-121-0/+10
* fix #17286 nim check -b:js works (#19704)flywind2022-04-091-0/+16
* fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...flywind2022-03-261-0/+5
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
* style usages part one (openarray => openArray) (#19321)flywind2022-01-043-3/+3
* fixes #19015 [backport:1.6] (#19204)Andreas Rumpf2021-12-041-0/+3
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-251-0/+27
* sigmatch: support optional params with last block arg(s) (#18631)Timothee Cour2021-08-201-0/+81
* properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...Timothee Cour2021-08-132-3/+43
* mitigates #12815 (#18557)Andreas Rumpf2021-07-221-2/+15
* fixes #12815 (#18554)Andreas Rumpf2021-07-221-0/+13
* fixes #18550 (#18553)Andreas Rumpf2021-07-211-1/+9
* undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18...Andreas Rumpf2021-07-211-5/+3
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-271-1/+25
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-6/+3
* merge BuildMode into SuccessX, remove code duplication w drnim, add useful in...Timothee Cour2021-06-141-1/+1
* fixes #18058 (#18162)Andreas Rumpf2021-06-031-2/+2
* fix #16256: nimout: <empty> should give error (vacuously true); improve a few...Timothee Cour2021-05-312-0/+39
* fix #18077 testament now parses `cmd` properly (#18086)Timothee Cour2021-05-261-0/+21
* close #3482 no more cgen error with typed templates (#18094)Timothee Cour2021-05-261-0/+15
* remove some custom logic in testament around flags, testExec (#18090)Timothee Cour2021-05-261-3/+30
* close #5540 generic object with generic field evaluated too early (#18062)Timothee Cour2021-05-231-0/+45
* make testament `isSuccess` more robust and allow tests with `--hints:off` to ...Timothee Cour2021-05-111-0/+4
* close #9039: compiler does not hang anymore in 1 case involving static params...Timothee Cour2021-05-091-0/+24
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-081-0/+2
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-291-0/+11
* Implement https://forum.nim-lang.org/t/7848#50018 (#17874)c-blake2021-04-291-1/+1
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ...Timothee Cour2021-04-252-12/+39
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-1/+1
* unit separator (#17730)Andreas Rumpf2021-04-201-2/+2
* fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)Timothee Cour2021-04-191-5/+6
* megatest: allow duplicate file names, show compilation progress (#17713)Timothee Cour2021-04-131-0/+3
* close #17636 (#17643)flywind2021-04-061-2/+1
* implement RFCs/294 ; disallow enum <=> enum conversion (#16351)Timothee Cour2021-04-032-6/+63
* fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main....flywind2021-04-011-0/+9
* fix #17572 (#17586)Timothee Cour2021-03-311-0/+16
* added nkError to the AST (#17567)Andreas Rumpf2021-03-291-1/+1
* Close #8545 by add a test case (#17432)konsumlamm2021-03-201-0/+23
* adjust spellSuggestSecretSauce logic to avoid too many matches for small symb...Timothee Cour2021-03-182-2/+2
* fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...Timothee Cour2021-03-163-0/+97
* fix #16949 --app:staticlib works on openbsd; --app:staticlib tested in CI (#1...Timothee Cour2021-02-081-0/+27
* remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221)Timothee Cour2021-02-022-5/+33
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-272-0/+112
* `--hintAsError` (#16763)Timothee Cour2021-01-201-0/+35
* close #9901 add testcase (#16662)flywind2021-01-111-0/+18
* Make test independent of repo location (#16571)Clyybber2021-01-031-3/+1
* Revert "Make config processing order test more robust" (#16561)flywind2021-01-031-1/+1
* Make config processing order test more robustClyybber2021-01-021-1/+1
* fix #16526 run config.nims before foo.nim.cfg (#16557)Timothee Cour2021-01-021-0/+19