| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes a typo in the manual (#22383) | ringabout | 2023-08-04 | 1 | -1/+1 |
* | Document `cast` zeroing memory (#22313) | konsumlamm | 2023-07-22 | 1 | -14/+17 |
* | Adding info to manual (#22252) | Ryan McConnell | 2023-07-19 | 1 | -3/+57 |
* | clean up the documentation (#22196) | ringabout | 2023-07-02 | 1 | -5/+3 |
* | fixes #19086: Document exception and defect hierarchy (#22030) | Raynei | 2023-06-08 | 1 | -0/+32 |
* | documents changes on byref and bycopy (#21882) | Juan M Gómez | 2023-05-22 | 1 | -6/+10 |
* | isolation spec update; WIP (#21843) | Andreas Rumpf | 2023-05-14 | 1 | -6/+4 |
* | adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827) | ringabout | 2023-05-11 | 1 | -1/+1 |
* | Remove LineTooLong (#21819) | Juan Carlos | 2023-05-11 | 1 | -10/+10 |
* | fixes links of generic `define` pragma (#21828) | ringabout | 2023-05-11 | 1 | -1/+1 |
* | documents codegendecl for object types (#21811) | Juan M Gómez | 2023-05-08 | 1 | -2/+25 |
* | Document about size pragma (#21794) | Tomohiro | 2023-05-06 | 1 | -0/+31 |
* | Update the Nim Manual compile pragma with the second tuple form (#21773) | Daniel Belmes | 2023-05-05 | 1 | -0/+6 |
* | documents #21628 (#21723) | Juan M Gómez | 2023-04-24 | 1 | -0/+29 |
* | Documented path substitution by compiler (#21662) | Raynei | 2023-04-21 | 1 | -0/+2 |
* | `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu... | metagn | 2023-04-11 | 1 | -1/+12 |
* | warn against `a, b = val` in routine arguments (#21604) | metagn | 2023-04-06 | 1 | -9/+0 |
* | document general use of `_`, error message, fixes (#21584) | metagn | 2023-03-30 | 1 | -0/+13 |
* | tuple unpacking for vars as just sugar, allowing nesting (#21563) | metagn | 2023-03-28 | 1 | -2/+31 |
* | closes #21536; fixes manual (#21552) | ringabout | 2023-03-20 | 1 | -2/+2 |
* | fixes #19291; implements `wasMoved` hook (#21303) | ringabout | 2023-03-02 | 1 | -1/+1 |
* | Fix a couple of small keyword issues. (#21416) | Benji York | 2023-02-22 | 1 | -2/+2 |
* | fix #19580; add warning for bare except: clause (#21099) | ringabout | 2022-12-15 | 1 | -11/+9 |
* | generic `define` pragma + string alias (#20979) | metagn | 2022-12-13 | 1 | -0/+18 |
* | clean up the documentation of threads (#21067) | ringabout | 2022-12-10 | 1 | -12/+1 |
* | better procvar ambiguity errors, clean up after #20457 (#20932) | metagn | 2022-12-01 | 1 | -0/+17 |
* | add documentation and changelog for default object fields (#20845) | ringabout | 2022-11-15 | 1 | -0/+51 |
* | add back discard as a way to do multiline comments, see #12352 (#20688) | Pietro Peterlongo | 2022-10-28 | 1 | -0/+12 |
* | fixes #19162; enable `strictEffects` for v2 (#19380) | ringabout | 2022-10-15 | 1 | -3/+1 |
* | Automatic dereferencing is removed (#20531) | ringabout | 2022-10-10 | 1 | -4/+0 |
* | Markdown indented code blocks (#20473) | Andrey Makarov | 2022-10-05 | 1 | -70/+76 |
* | Unicode Operators are no longer experimental (#20444) | ringabout | 2022-09-28 | 1 | -0/+15 |
* | moderate system cleanup & refactor (#20355) | metagn | 2022-09-28 | 1 | -11/+0 |
* | Update manual.md (#20394) | Judd | 2022-09-21 | 1 | -17/+18 |
* | more minor updates to manual.md (#20360) | Judd | 2022-09-15 | 1 | -5/+5 |
* | minor improvements to follow up recent PRs (#20342) | metagn | 2022-09-14 | 1 | -0/+32 |
* | Replace word 'param(s)' with 'parameter(s)'. (#20331) | random-bites | 2022-09-11 | 1 | -16/+16 |
* | Implement Markdown definition lists (+ migration) (#20333) | Andrey Makarov | 2022-09-11 | 1 | -16/+16 |
* | Markdown links migration part 1 (#20319) | Andrey Makarov | 2022-09-09 | 1 | -77/+71 |
* | update manual (#20325) | Judd | 2022-09-09 | 1 | -2/+4 |
* | Update manual.md (#20321) | Judd | 2022-09-08 | 1 | -3/+5 |
* | Implement Pandoc Markdown concise link extension (#20304) | Andrey Makarov | 2022-09-04 | 1 | -4/+4 |
* | remove deprecated type pragma syntax, fix bugs that required it (#20199) | metagn | 2022-09-03 | 1 | -2/+2 |
* | support cstring in `case` (#20130) | metagn | 2022-09-01 | 1 | -0/+5 |
* | minor updates on manual (#20258) | Judd | 2022-08-27 | 1 | -11/+12 |
* | Update manual.md (#20277) | Clay Sweetser | 2022-08-26 | 1 | -3/+2 |
* | remove unused sfProcvar, "procvar" mentions (#20204) | metagn | 2022-08-24 | 1 | -2/+1 |
* | new .redefine pragma for templates, warn on redefinition without it (#20211) | metagn | 2022-08-23 | 1 | -0/+16 |
* | fixes manual regression (#20259) | ringabout | 2022-08-23 | 1 | -0/+2 |
* | Markdown code blocks part 5 (#20236) | Andrey Makarov | 2022-08-17 | 1 | -7/+8 |