summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #4695; closure iterators support for JS backend (#23493)ringabout2024-04-181-4/+1
* fixes #23505; fixes injectdestructors errors on transformed addr (deref) refs...ringabout2024-04-181-0/+13
* fixes #23499; don't skip `addr` when constructing `bracketExpr` (#23503)ringabout2024-04-151-0/+10
* [JS backend] improve `discard` statement; ridding of the awkward special vari...ringabout2024-04-131-1/+1
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-114-7/+51
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-103-1/+24
* stop gensym identifiers hijacking routine decl names in templates (#23392)metagn2024-04-092-0/+62
* Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23...lit2024-04-061-0/+4
* fixes JS tests (#23479)ringabout2024-04-051-1/+1
* fixes #16771; lower `swap` for JS backend (#23473)ringabout2024-04-031-0/+19
* fixes testament targets field (#23472)ringabout2024-04-033-3/+3
* fixes #9550; Concept related crash only when compiling to JS (#23470)ringabout2024-04-021-0/+11
* adds ccMember CC fixes #23434 (#23457)Juan M Gómez2024-03-291-0/+17
* fixes #23422; card regression (#23437)ringabout2024-03-281-0/+38
* [Cpp] Fixes an issue when mixing hooks and calls (#23428)Juan M Gómez2024-03-211-1/+14
* propagate efWantStmt in semWhen (#23400)metagn2024-03-141-0/+7
* [C++] Allow `member` to define static funcs (#23387)Juan M Gómez2024-03-111-1/+12
* Update tests/js/tos.nim, make isAbsolute tested on nodejs under Windows. (#23...lit2024-03-091-6/+4
* fixes #22284; fixes #22282; don't override original parameters of inferred la...ringabout2024-03-091-0/+25
* fixes #23378; fixes js abs negative int64 (#23379)ringabout2024-03-091-0/+8
* closes #22846; adds a test case (#23374)ringabout2024-03-081-0/+9
* closes #15751; adds a test case (#23372)ringabout2024-03-061-0/+11
* fixes #12703; nim cpp rejects valid code would lose const qualifier for cstri...ringabout2024-03-051-0/+14
* closes #10219; adds a test case (#23370)ringabout2024-03-051-0/+20
* Dont mangle when targeting cpp (#23335)Juan M Gómez2024-03-031-1/+1
* fixes sink regression for ORC; ref #23354 (#23359)ringabout2024-03-031-0/+16
* fixes #13481; fixes #22708; disable using union objects in VM (#23362)ringabout2024-03-031-8/+0
* strformat: detect format string errors at compile-time (#23356)Jacek Sieka2024-03-031-1/+14
* fixes #23306 nim cpp -r invalid code generation regression with closure itera...Juan M Gómez2024-02-261-0/+12
* fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341)ringabout2024-02-241-0/+24
* `varargs[typed]` should behave more like `typed` (#23303)Ryan McConnell2024-02-201-0/+10
* fixes #23295; don't expand constants for complex structures (#23297)ringabout2024-02-201-0/+18
* fixes refc with non-var destructor; cancel warnings (#23156)ringabout2024-02-131-2/+6
* fixes #18104; tranform one liner var decl before templates expansion (#23294)ringabout2024-02-131-0/+7
* MangleProcs following the Itanium spec so they are demangled in the debugger ...Juan M Gómez2024-02-091-0/+192
* fixes #23275; Add `==` for Deque (#23276)Tomohiro2024-02-081-0/+49
* fixes regression #23280; Operations on inline toOpenArray len return a wrong ...ringabout2024-02-061-0/+10
* closes #14710; adds a test case (#23277)ringabout2024-02-051-0/+10
* fixes regression #22909; don't optimize result init if statements can raise w...ringabout2024-02-011-1/+12
* fixes #19977; rework inlining of 'var openarray' iterators for C++ (#23258)ringabout2024-01-261-1/+1
* fixes #23247; don't destroy openarray since it doesn't own the data (#23254)ringabout2024-01-261-0/+52
* fixes #22597; avoid side effects for call returning openArray types (#23257)ringabout2024-01-261-0/+19
* Show error when trying to run in folder that doesn't exist instead of asserti...Jake Leahy2024-01-231-0/+6
* account for nil return type in tyProc sumGeneric (#23250)metagn2024-01-231-0/+17
* fixes #23233; Regression when using generic type with Table/OrderedTable (#23...ringabout2024-01-191-1/+21
* fix mime types data (#23226)Bung2024-01-191-0/+3
* fixes #22218; avoids cursor when copy is disabled (#23209)ringabout2024-01-181-0/+25
* fixes #12334; keeps `nkHiddenStdConv` for cstring conversions (#23216)ringabout2024-01-181-0/+10
* fix wrong subtype relation in tuples & infer some conversions (#23228)metagn2024-01-182-0/+34
* error on large integer types as array index range (#23229)metagn2024-01-181-0/+18