| Commit message (Expand) | Author | Age | Files | Lines |
* | type annotations for variable tuple unpacking, better error messages (#22611) | metagn | 2023-09-01 | 1 | -1/+1 |
* | round out tuple unpacking assignment, support underscores (#22537) | metagn | 2023-08-24 | 1 | -1/+1 |
* | fixes #6499; disallow built-in procs used as procvars (#22291) | ringabout | 2023-07-19 | 1 | -0/+6 |
* | fixes #22049; fixes #22054; implicit conversion keeps varness (#22097) | ringabout | 2023-06-16 | 1 | -0/+9 |
* | some test cleanups & category reorganization (#22010) | metagn | 2023-06-06 | 7 | -0/+59 |
* | properly disallow unresolved generic proc values (#22005) | metagn | 2023-06-05 | 1 | -0/+10 |
* | clean up SOME pending/xxx/issue link comments (#21826) | metagn | 2023-05-11 | 1 | -22/+6 |
* | cheap fix for #10853 + better tuple subscript error message (#21767) | metagn | 2023-05-02 | 2 | -0/+5 |
* | alias syntax fixes, improvements and tests (#21671) | metagn | 2023-04-22 | 1 | -10/+10 |
* | 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 |
* | closes #16654; add a test case (#21478) | ringabout | 2023-03-06 | 1 | -0/+12 |
* | tests/errmsgs/tcall_with_default_arg.nim: sync (#21237) | Anna | 2023-03-01 | 1 | -1/+1 |
* | tests: explicitly enable stack traces where needed (#21236) | Anna | 2023-03-01 | 3 | -17/+20 |
* | fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa... | ringabout | 2023-02-22 | 1 | -3/+5 |
* | close #21257 (#21275) | metagn | 2023-01-18 | 1 | -0/+20 |
* | fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli... | ringabout | 2022-12-29 | 1 | -2/+2 |
* | fixes #14444; add `genLineDir` before assignment (#21201) | ringabout | 2022-12-29 | 1 | -0/+14 |
* | less verbose type mismatch messages (#21191) | ringabout | 2022-12-28 | 2 | -0/+44 |
* | fix for bad error message with const in case statement (#21182) | metagn | 2022-12-27 | 1 | -0/+7 |
* | Named arguments in commands + many grammar fixes (#20994) | metagn | 2022-12-06 | 2 | -3/+3 |
* | revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743) | ringabout | 2022-11-04 | 1 | -4/+5 |
* | fix semcase on tySequence and tyObject #20283 #19682 (#20339) | Bung | 2022-11-01 | 1 | -0/+29 |
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 9 | -42/+39 |
* | fix #18886 crash on ambiguous proc cast (#20472) | Bung | 2022-10-10 | 1 | -0/+18 |
* | add default field support for object in ARC/ORC (#20480) | ringabout | 2022-10-04 | 1 | -1/+1 |
* | fixes nim check with orc (#20456) | ringabout | 2022-10-02 | 1 | -1/+1 |
* | Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476) | Bung | 2022-10-01 | 1 | -0/+12 |
* | fix #2614 improve error message when array of proc calling convention… (#20... | Bung | 2022-09-26 | 2 | -9/+33 |
* | defaults to ORC (#19972) | ringabout | 2022-09-23 | 1 | -1/+2 |
* | Improve error message when instantiating generics with object constructor (#2... | Bung | 2022-09-21 | 1 | -0/+5 |
* | report expression has no type other than has to be used (or discarded… (#20... | Bung | 2022-09-20 | 1 | -0/+6 |
* | fix #19882 Improve error message when instantiating generics that lac… (#20... | Bung | 2022-09-19 | 1 | -0/+10 |
* | minor improvements to follow up recent PRs (#20342) | metagn | 2022-09-14 | 2 | -2/+2 |
* | remove deprecated type pragma syntax, fix bugs that required it (#20199) | metagn | 2022-09-03 | 1 | -1/+1 |
* | [Testament] Extend and document message testing aids (#19996) | quantimnot | 2022-09-01 | 1 | -13/+12 |
* | remove unused sfProcvar, "procvar" mentions (#20204) | metagn | 2022-08-24 | 1 | -1/+1 |
* | fixes #18983 #5282 #13008; recursive types casue infinite type (#20172) | ringabout | 2022-08-23 | 2 | -0/+12 |
* | remove a special case in sigmatch; distinct pointer types no longer match `ni... | ringabout | 2022-08-23 | 1 | -0/+23 |
* | Stop type aliases from inheriting sfUsed (#19861) | quantimnot | 2022-06-04 | 1 | -13/+40 |
* | deprecate unsafeAddr; extend addr (#19373) | flywind | 2022-01-16 | 2 | -2/+2 |
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 3 | -4/+4 |
* | asynchttpserver: ipv6 support (#18706) | Emery Hemingway | 2021-08-18 | 1 | -1/+1 |
* | implements overloadable enum values; WIP (#18470) | Andreas Rumpf | 2021-07-28 | 1 | -1/+1 |
* | rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566) | Timothee Cour | 2021-07-23 | 1 | -1/+1 |
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -8/+6 |
* | make dragonbox opt-in via -d:nimFpRoundtrips (#18504) | Andreas Rumpf | 2021-07-16 | 1 | -6/+8 |
* | improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (... | Timothee Cour | 2021-07-08 | 3 | -4/+96 |
* | Make procedure mismatch more informative with pragma/call convention mismatch... | Jason Beetham | 2021-07-06 | 1 | -0/+74 |
* | float parsing: Add test for a fixed issue (#18232) | Kaushal Modi | 2021-06-24 | 1 | -11/+18 |