summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix RST/Markdown false heading detection (#21685)Andrey Makarov2023-04-182-1/+40
* import brackets support `as` and prefixes [backport] (#21636)metagn2023-04-181-3/+8
* actually fix #19015 (#21680)metagn2023-04-171-0/+28
* revert #21227 (#21681)metagn2023-04-172-4/+15
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-0/+10
* fixes #21674; `lent` can be used in the fields or the cast type as a paramete...ringabout2023-04-181-0/+16
* fixes #20155; repr range with distinct types is broken in ORC (#21682)ringabout2023-04-171-1/+1
* fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth...ringabout2023-04-142-4/+0
* runnableExamples imports std/assertions by default (#21658)metagn2023-04-141-0/+4
* custom pragmas: correct error condition, remove outdated symkind whitelist (#...metagn2023-04-134-6/+55
* fixes #20900; Calling template through from generic function across module fa...ringabout2023-04-132-2/+11
* set module symbol type to None instead of nil for discard check (#21657)metagn2023-04-131-0/+15
* fixes #21632; enforce deref for `wasMoved` in ORC (#21647)ringabout2023-04-121-1/+10
* int64/uint64 as bigint in JS (#21613)metagn2023-04-1110-40/+59
* fix #15691 (#21623)metagn2023-04-111-0/+22
* `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...metagn2023-04-112-0/+83
* Fix option lists with additional indentation in Markdown (#21633)Andrey Makarov2023-04-111-0/+26
* fixes #21638; `fromJson` should support empty objects (#21641)ringabout2023-04-111-0/+5
* remove useVersion (#21626)metagn2023-04-082-2/+2
* `for` loop expression can now have generated `iterator`'s called (#21627)Jason Beetham2023-04-081-0/+54
* fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...ringabout2023-04-071-0/+6
* fix #19430 (#21603)metagn2023-04-061-0/+3
* warn against `a, b = val` in routine arguments (#21604)metagn2023-04-061-10/+6
* fix #20972 fixes invalid and UB codegen case object transitions for both refc...ringabout2023-04-041-0/+15
* fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598)chmod2222023-04-031-0/+28
* macros: Extend treeTraverse intVal range to nnkUInt64Lit (#21597)chmod2222023-04-011-0/+13
* fixes #21592; create type bound operations for calls in the method dispatcher...ringabout2023-04-011-0/+11
* make --exceptions:quirky work with C++ (#21581)Andreas Rumpf2023-03-311-1/+1
* hopefully easier to understand error message (#21585)Andreas Rumpf2023-03-301-2/+2
* document general use of `_`, error message, fixes (#21584)metagn2023-03-307-5/+37
* Fix segfault caused by ensuring valueless statics are not evaluated (#21577)Jason Beetham2023-03-291-0/+20
* tuple unpacking for vars as just sugar, allowing nesting (#21563)metagn2023-03-286-4/+93
* fixes #20993 [backport:1.6] (#21574)Andreas Rumpf2023-03-281-0/+41
* disable google request in thttpclient (#21572)metagn2023-03-281-4/+6
* fixes #21505 (overload resolution of explicit constructors for imported C++ t...heterodoxic2023-03-271-0/+39
* fixes #14255; Crash in compiler when using `system.any` by accident. (#21562)ringabout2023-03-231-1/+4
* fixes #3770; templates with untyped parameters resolve private fields wrongly...ringabout2023-03-212-0/+15
* fixes #21538; expand len template parameter once in newSeqWith (#21543)Eric N. Vander Weele2023-03-201-0/+5
* Fix: #21541. Add support for xnVerbatimText (#21542)Mark Leyva2023-03-201-0/+15
* Use `analyseIfAddressTaken` logic for checking if address is taken in convert...Jake Leahy2023-03-201-0/+10
* Made generic type classes work with types using static parameters (#21528)Jason Beetham2023-03-171-0/+30
* add a prepass for codeReordering (#21513)ringabout2023-03-174-4/+1
* fix #18977; disallow change branch of an object variant in ORC (#21526)ringabout2023-03-164-19/+61
* fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)ringabout2023-03-161-0/+39
* fixes explicit globals in macros (#21502)ringabout2023-03-121-0/+13
* fixes #21496; Ambiguous calls compiles when module name are equal (#21500)ringabout2023-03-123-0/+11
* fixes #21306; fixes #20485; don't transform yields in the var section when i...ringabout2023-03-101-0/+114
* fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)ringabout2023-03-102-0/+93
* fixes quoted variables with typedesc types (#21493)ringabout2023-03-091-0/+8
* closes #8295; add a test case (#21486)ringabout2023-03-071-0/+13