summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* make `var`/pointer types not match if base type has to be converted (#24130)metagn2024-09-185-2/+379
* fixes rst parsing Markdown CodeblockFields blocking the loop (#24128)ringabout2024-09-181-0/+12
* revert second argument of `inc` not being generic (#24129)metagn2024-09-172-1/+7
* fix segfault in effect tracking for sym node with nil type (#24114)metagn2024-09-171-0/+19
* make distinct conversions addressable in VM (#24124)metagn2024-09-171-0/+49
* don't match arguments with typeclass type in generics (#24123)metagn2024-09-171-0/+18
* test case haul before 2.2 (#24119)metagn2024-09-1716-0/+281
* disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled...metagn2024-09-162-3/+3
* fix regression with uint constant losing abstract type (#24105)metagn2024-09-141-0/+7
* fix calls to untyped arbitrary expressions in generics (#24100)metagn2024-09-131-0/+47
* treat generic body type as atomic in iterOverType (#24096)metagn2024-09-111-0/+10
* make sigmatch use prepareNode for tyFromExpr (#24095)metagn2024-09-111-0/+6
* implement template default values using other params (#24073)metagn2024-09-111-0/+15
* don't instantiate generic body type symbols in generic expressions (#24092)metagn2024-09-101-0/+26
* add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)metagn2024-09-091-0/+6
* enable closures tests for JS & implement `finished` for JS (#23521)ringabout2024-09-0910-17/+57
* open new scope for const values (#24084)metagn2024-09-092-0/+10
* fixes #21353; fixes default closure in the VM (#24070)ringabout2024-09-091-0/+4
* fix regression with generic params in static type (#24075)metagn2024-09-091-0/+12
* show symchoices as ambiguous in overload type mismatches (#24077)metagn2024-09-097-4/+70
* fix int32's that should be uint32 on BSD & OSX (#24078)metagn2024-09-091-0/+8
* fix CI, sem whole `when` stmts as generic stmt (#24072)metagn2024-09-081-0/+15
* Fix ioselectors_kqueue raising wrong exceptions (#24079)bptato2024-09-081-1/+20
* fix subscript in generics, typeof, `lent` with bracket (#24067)metagn2024-09-081-0/+20
* fix string literal assignment with different lengths on ARC (#24083)metagn2024-09-081-0/+17
* generate tyFromExpr for `when` in generics (#24066)metagn2024-09-062-2/+39
* adapt generic default parameters to recent generics changes (#24065)metagn2024-09-063-12/+31
* fixes #24053; fixes #18288; relax reorder with push/pop pragmas restrictions;...ringabout2024-09-061-0/+4
* proper errors for subscript overloads (#24068)metagn2024-09-064-33/+93
* expose `rangeBase` typetrait, fix enum conversion warning (#24056)metagn2024-09-062-0/+33
* fix undeclared identifier in templates in generics (#24069)metagn2024-09-061-0/+9
* streams: implement readStr for VM, document VM limitations (#24058)metagn2024-09-041-0/+4
* proper error for calling nil closure in VM (#24059)metagn2024-09-042-0/+31
* fixes symbolName for range enums (#24052)ringabout2024-09-031-0/+10
* fixes push warnings for sempass2 (#23603)ringabout2024-09-031-0/+13
* allow conversions between `var` types of range types and base types (#24037)metagn2024-09-032-0/+27
* fully disable static paramTypesMatch for tyFromExpr in generics (#24049)metagn2024-09-031-0/+8
* fix segfault with gensym node instantiation (#24050)metagn2024-09-031-0/+29
* handle explicit generic routine instantiations in sigmatch (#24010)metagn2024-09-0211-43/+153
* fixes #24033; Yielding from var fails with pairs and destructuring (#24046)ringabout2024-09-021-0/+16
* check constant conditions in generic `when` in objects (#24042)metagn2024-09-021-0/+46
* fixes #24031; js codegen bug for case statement with just else branch (#24047)ringabout2024-09-021-0/+7
* generic issues test cases (#24028)metagn2024-08-305-0/+221
* fixes #24034; fixes lent types after taking implicit address (#24035)ringabout2024-08-301-0/+19
* proper error message for out-of-range enum sets (#24027)metagn2024-08-291-0/+51
* fix `include` in templates, with prefix operators (#24029)metagn2024-08-294-0/+10
* Fix linux start process errorCode always 0 (#24001)握猫猫2024-08-282-10/+42
* opensym for templates + move behavior of opensymchoice to itself (#24007)metagn2024-08-286-7/+276
* remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018)metagn2024-08-282-5/+5
* fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (...ringabout2024-08-281-0/+15