| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | error on user pragma args (#21776) | metagn | 2023-05-03 | 1 | -0/+5 |
* | closes #10108; add a test case (#21770) | ringabout | 2023-05-03 | 1 | -10/+22 |
* | line info for strformat + fix issue with typed templates (#21761) | metagn | 2023-05-02 | 2 | -0/+18 |
* | cheap fix for #10853 + better tuple subscript error message (#21767) | metagn | 2023-05-02 | 3 | -1/+6 |
* | fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) | ringabout | 2023-05-02 | 13 | -59/+22 |
* | handle quoted routine symbols and non symbols expressions as before (#21740) | ringabout | 2023-04-28 | 1 | -0/+11 |
* | fix #21727 (#21729) | metagn | 2023-04-26 | 1 | -0/+11 |
* | refactoring in preparation for better, simpler name mangling that wor… (#21... | Andreas Rumpf | 2023-04-24 | 1 | -1/+1 |
* | fix iterator equality + add test for proc equality + fix sameType (#21707) | metagn | 2023-04-23 | 2 | -0/+64 |
* | temporarily disable badssl tests (#21710) | metagn | 2023-04-23 | 1 | -65/+77 |
* | alias syntax fixes, improvements and tests (#21671) | metagn | 2023-04-22 | 4 | -26/+101 |
* | implements #21620: allowing to import multiple modules with shared names (#21... | Juan M Gómez | 2023-04-21 | 1 | -1/+1 |
* | stdlib tests now check refc too (#21664) | ringabout | 2023-04-21 | 140 | -39/+256 |
* | tweak spellsuggest; three counts for equal distances candidates by default (#... | ringabout | 2023-04-21 | 1 | -1/+1 |
* | add test for #13764 (#21699) | Bung | 2023-04-21 | 1 | -0/+6 |
* | fixes #21540; deref block at transf phase to make injectdestructors function ... | ringabout | 2023-04-19 | 1 | -2/+53 |
* | Fix RST/Markdown false heading detection (#21685) | Andrey Makarov | 2023-04-18 | 2 | -1/+40 |
* | import brackets support `as` and prefixes [backport] (#21636) | metagn | 2023-04-18 | 1 | -3/+8 |
* | actually fix #19015 (#21680) | metagn | 2023-04-17 | 1 | -0/+28 |
* | revert #21227 (#21681) | metagn | 2023-04-17 | 2 | -4/+15 |
* | warn on set types bigger than max size, default to 0..255 for int literals (#... | metagn | 2023-04-17 | 1 | -0/+10 |
* | fixes #21674; `lent` can be used in the fields or the cast type as a paramete... | ringabout | 2023-04-18 | 1 | -0/+16 |
* | fixes #20155; repr range with distinct types is broken in ORC (#21682) | ringabout | 2023-04-17 | 1 | -1/+1 |
* | fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pth... | ringabout | 2023-04-14 | 2 | -4/+0 |
* | runnableExamples imports std/assertions by default (#21658) | metagn | 2023-04-14 | 1 | -0/+4 |
* | custom pragmas: correct error condition, remove outdated symkind whitelist (#... | metagn | 2023-04-13 | 4 | -6/+55 |
* | fixes #20900; Calling template through from generic function across module fa... | ringabout | 2023-04-13 | 2 | -2/+11 |
* | set module symbol type to None instead of nil for discard check (#21657) | metagn | 2023-04-13 | 1 | -0/+15 |
* | fixes #21632; enforce deref for `wasMoved` in ORC (#21647) | ringabout | 2023-04-12 | 1 | -1/+10 |
* | int64/uint64 as bigint in JS (#21613) | metagn | 2023-04-11 | 10 | -40/+59 |
* | fix #15691 (#21623) | metagn | 2023-04-11 | 1 | -0/+22 |
* | `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu... | metagn | 2023-04-11 | 2 | -0/+83 |
* | Fix option lists with additional indentation in Markdown (#21633) | Andrey Makarov | 2023-04-11 | 1 | -0/+26 |
* | fixes #21638; `fromJson` should support empty objects (#21641) | ringabout | 2023-04-11 | 1 | -0/+5 |
* | remove useVersion (#21626) | metagn | 2023-04-08 | 2 | -2/+2 |
* | `for` loop expression can now have generated `iterator`'s called (#21627) | Jason Beetham | 2023-04-08 | 1 | -0/+54 |
* | fixes #21617; createTypeBoundOps with PContext in order to instantiate generi... | ringabout | 2023-04-07 | 1 | -0/+6 |
* | fix #19430 (#21603) | metagn | 2023-04-06 | 1 | -0/+3 |
* | warn against `a, b = val` in routine arguments (#21604) | metagn | 2023-04-06 | 1 | -10/+6 |
* | fix #20972 fixes invalid and UB codegen case object transitions for both refc... | ringabout | 2023-04-04 | 1 | -0/+15 |
* | fixes #21564; std/bitops: Add explicit type masking for the JS target (#21598) | chmod222 | 2023-04-03 | 1 | -0/+28 |
* | macros: Extend treeTraverse intVal range to nnkUInt64Lit (#21597) | chmod222 | 2023-04-01 | 1 | -0/+13 |
* | fixes #21592; create type bound operations for calls in the method dispatcher... | ringabout | 2023-04-01 | 1 | -0/+11 |
* | make --exceptions:quirky work with C++ (#21581) | Andreas Rumpf | 2023-03-31 | 1 | -1/+1 |
* | hopefully easier to understand error message (#21585) | Andreas Rumpf | 2023-03-30 | 1 | -2/+2 |
* | document general use of `_`, error message, fixes (#21584) | metagn | 2023-03-30 | 7 | -5/+37 |
* | Fix segfault caused by ensuring valueless statics are not evaluated (#21577) | Jason Beetham | 2023-03-29 | 1 | -0/+20 |
* | tuple unpacking for vars as just sugar, allowing nesting (#21563) | metagn | 2023-03-28 | 6 | -4/+93 |
* | fixes #20993 [backport:1.6] (#21574) | Andreas Rumpf | 2023-03-28 | 1 | -0/+41 |
* | disable google request in thttpclient (#21572) | metagn | 2023-03-28 | 1 | -4/+6 |