| Commit message (Expand) | Author | Age | Files | Lines |
* | opensym for templates + move behavior of opensymchoice to itself (#24007) | metagn | 2024-08-28 | 1 | -2/+2 |
* | #Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23... | Juan M Gómez | 2024-06-02 | 1 | -0/+2 |
* | add switch, warning, and `bind` support for new generic injection behavior (#... | metagn | 2023-12-22 | 1 | -0/+2 |
* | fixes #23001; give a better warning for PtrToCstringConv (#23005) | ringabout | 2023-11-30 | 1 | -1/+1 |
* | prepare for the enforcement of `std` prefix (#22873) | ringabout | 2023-10-29 | 1 | -2/+5 |
* | fixes #22706; turn "unknown hint" into a hint (#22755) | ringabout | 2023-09-25 | 1 | -0/+2 |
* | make expressions opt in to symchoices (#22716) | metagn | 2023-09-18 | 1 | -2/+0 |
* | modernize lineinfos; it seems that array access hinders strict def analysis l... | ringabout | 2023-08-09 | 1 | -7/+7 |
* | use strictdefs for compiler (#22365) | ringabout | 2023-08-06 | 1 | -1/+1 |
* | implement `ensureMove` (#22339) | ringabout | 2023-07-29 | 1 | -0/+2 |
* | fixes #19101; zero initialization union casts (#22185) | ringabout | 2023-06-29 | 1 | -2/+2 |
* | Remove Deprecated Nimfix (#22062) | Juan Carlos | 2023-06-10 | 1 | -1/+1 |
* | Remove LineTooLong (#21819) | Juan Carlos | 2023-05-11 | 1 | -2/+0 |
* | fixes #21731; fixes #21537; disable `warnBareExcept` by default [backport] (#... | ringabout | 2023-04-26 | 1 | -1/+1 |
* | warn on set types bigger than max size, default to 0..255 for int literals (#... | metagn | 2023-04-17 | 1 | -0/+2 |
* | warn against `a, b = val` in routine arguments (#21604) | metagn | 2023-04-06 | 1 | -0/+2 |
* | docgen: implement cross-document links (#20990) | Andrey Makarov | 2023-01-04 | 1 | -0/+2 |
* | fix #19580; add warning for bare except: clause (#21099) | ringabout | 2022-12-15 | 1 | -0/+2 |
* | deprecate `do:` meaning `do ():` + misc cleanup (#20927) | metagn | 2022-12-06 | 1 | -2/+4 |
* | An unnamed break in a block now gives an `UnnamedBreak` warning (#20901) | ringabout | 2022-11-24 | 1 | -0/+2 |
* | issue a warning for ptr to cstring conversion[backport] (#20814) | ringabout | 2022-11-11 | 1 | -0/+2 |
* | 'lock levels' are deprecated, now a noop (#20539) | ringabout | 2022-10-11 | 1 | -2/+3 |
* | DAA and 'out' parameters (#20506) | Andreas Rumpf | 2022-10-06 | 1 | -1/+1 |
* | closed ambiguous enum defaults to first overload (#20457) | metagn | 2022-10-01 | 1 | -0/+2 |
* | new .redefine pragma for templates, warn on redefinition without it (#20211) | metagn | 2022-08-23 | 1 | -0/+2 |
* | Warn when casting to a larger type (#20103) | konsumlamm | 2022-07-28 | 1 | -0/+2 |
* | Improve Markdown code blocks & start moving docs to Markdown style (#19954) | Andrey Makarov | 2022-07-15 | 1 | -0/+2 |
* | RST: improve simple tables (#19859) | Andrey Makarov | 2022-06-04 | 1 | -0/+2 |
* | fix broken CI (#19472) | flywind | 2022-01-31 | 1 | -0/+2 |
* | docgen: implement doc link resolution in current module (#18642) | Andrey Makarov | 2021-10-28 | 1 | -0/+2 |
* | strict effects (#18777) | Andreas Rumpf | 2021-09-02 | 1 | -0/+2 |
* | fix RFC #341: dot-like operators are now parsed with same precedence as `.` (... | Timothee Cour | 2021-08-25 | 1 | -0/+2 |
* | mitigates #12815 (#18557) | Andreas Rumpf | 2021-07-22 | 1 | -0/+2 |
* | fixes #12815 (#18554) | Andreas Rumpf | 2021-07-22 | 1 | -1/+3 |
* | fixes #18550 (#18553) | Andreas Rumpf | 2021-07-21 | 1 | -0/+2 |
* | undo RFC #294, it breaks code for no good reason, the compiler can wa… (#18... | Andreas Rumpf | 2021-07-21 | 1 | -0/+2 |
* | rst: add missing line/column info for some warnings (#18383) | Andrey Makarov | 2021-07-20 | 1 | -22/+27 |
* | improvements to hint:processing: show import stack, distinguish nims, show in... | Timothee Cour | 2021-06-30 | 1 | -2/+3 |
* | followup #18362: make `UnusedImport` work robustly (#18366) | Timothee Cour | 2021-06-27 | 1 | -3/+3 |
* | even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB... | Timothee Cour | 2021-06-26 | 1 | -0/+2 |
* | validate rst field for :number-lines:, :status: (#18304) | Andrey Makarov | 2021-06-20 | 1 | -0/+2 |
* | refs #18278: do not gag fatal msgs (#18290) | Timothee Cour | 2021-06-18 | 1 | -5/+8 |
* | merge BuildMode into SuccessX, remove code duplication w drnim, add useful in... | Timothee Cour | 2021-06-14 | 1 | -4/+3 |
* | Error message minor (#18021) | Juan Carlos | 2021-05-22 | 1 | -1/+1 |
* | Disable performance hints by default (verbosity 1) (#18024) | Clyybber | 2021-05-16 | 1 | -1/+1 |
* | feature: the compiler can warn when you use the implicit 'result' variable (#... | Andreas Rumpf | 2021-05-10 | 1 | -1/+3 |
* | Implement https://forum.nim-lang.org/t/7848#50018 (#17874) | c-blake | 2021-04-29 | 1 | -3/+5 |
* | IC: green tests (#17311) | Andreas Rumpf | 2021-03-19 | 1 | -2/+7 |
* | stricter checks for RST headlines (#17089) | Andrey Makarov | 2021-02-20 | 1 | -3/+6 |
* | RST: implement footnotes and citations (#16960) | Andrey Makarov | 2021-02-15 | 1 | -0/+2 |