summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* give typedesc param nodes type T not typedesc[T] [backport:2.0] (#23115)metagn2024-01-182-2/+14
* Fix reset code gen for range types (#22462, #23214) (#23215)Giuliano Mega2024-01-181-0/+20
* fixes #23223; prevents `insert` self-assignment (#23225)ringabout2024-01-181-0/+7
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-177-10/+42
* fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...ringabout2024-01-131-2/+2
* fixes #15924; Tuple destructuring is broken with closure iterators (#23205)ringabout2024-01-131-0/+18
* document the new ambiguous identifier resolution (#23166)metagn2024-01-113-0/+33
* fixes #22923; fixes `=dup` issues (#23182)ringabout2024-01-111-0/+26
* fixes #23129; fixes generated hooks raise unlisted Exception, which never rai...ringabout2024-01-111-0/+16
* delay resolved procvar check for proc params + acknowledge unresolved statics...metagn2024-01-115-6/+163
* trigger range check with new type inference on nkIntLit [backport:1.6] (#23179)metagn2024-01-081-0/+10