| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910) | heterodoxic | 2023-05-26 | 1 | -1/+1 |
* | documents changes on byref and bycopy (#21882) | Juan M Gómez | 2023-05-22 | 1 | -6/+10 |
* | Moves virtual under its own section manual_experimental.md (#21870) | Juan M Gómez | 2023-05-20 | 1 | -2/+2 |
* | documents virtual (#21860) | Juan M Gómez | 2023-05-19 | 1 | -0/+76 |
* | isolation spec update; WIP (#21843) | Andreas Rumpf | 2023-05-14 | 2 | -6/+127 |
* | adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827) | ringabout | 2023-05-11 | 2 | -2/+37 |
* | Remove LineTooLong (#21819) | Juan Carlos | 2023-05-11 | 2 | -11/+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 |
* | closes #21771; fixes the link (#21777) | ringabout | 2023-05-03 | 1 | -1/+1 |
* | fixes #21245; warn about destructors that can raise (#21726) | Andreas Rumpf | 2023-04-26 | 1 | -3/+11 |
* | documents #21628 (#21723) | Juan M Gómez | 2023-04-24 | 1 | -0/+29 |
* | alias syntax fixes, improvements and tests (#21671) | metagn | 2023-04-22 | 1 | -10/+7 |
* | Documented path substitution by compiler (#21662) | Raynei | 2023-04-21 | 2 | -0/+13 |
* | warn on set types bigger than max size, default to 0..255 for int literals (#... | metagn | 2023-04-17 | 1 | -3/+6 |
* | Update nim 2.0 documentation for docgen & nimgrep (#21665) | Andrey Makarov | 2023-04-17 | 2 | -31/+59 |
* | make grammar a bit more honest (#21655) | metagn | 2023-04-14 | 1 | -9/+10 |
* | int64/uint64 as bigint in JS (#21613) | metagn | 2023-04-11 | 1 | -0/+2 |
* | `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu... | metagn | 2023-04-11 | 2 | -3/+46 |
* | remove useVersion (#21626) | metagn | 2023-04-08 | 1 | -1/+0 |
* | warn against `a, b = val` in routine arguments (#21604) | metagn | 2023-04-06 | 1 | -9/+0 |
* | Remove the "This module" suffix and reword some entries from the stdlib overv... | Yardanico | 2023-03-30 | 1 | -107/+97 |
* | 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 | 2 | -3/+33 |
* | Docs: Mention Source Code Filters in `lib/String handling` (#21570) | Zoom | 2023-03-28 | 1 | -1/+3 |
* | closes #21536; fixes manual (#21552) | ringabout | 2023-03-20 | 1 | -2/+2 |
* | Add NuttX for thread stack size doc (#21529) | Hiroki Noda | 2023-03-16 | 1 | -1/+1 |
* | fixes sinkinference documentation, which has been disabled (#21470) | ringabout | 2023-03-12 | 1 | -1/+1 |
* | fixes #21461 (#21463) | Arnaud Moura | 2023-03-03 | 1 | -1/+1 |
* | replaces implicit passes array registed at runtime with explicit function cal... | ringabout | 2023-03-03 | 1 | -0/+1 |
* | fixes #19291; implements `wasMoved` hook (#21303) | ringabout | 2023-03-02 | 1 | -1/+1 |
* | Mitigate issues related to compiler options when cross-compiling (#21330) | Francis Thérien | 2023-02-22 | 1 | -3/+5 |
* | Fix a couple of small keyword issues. (#21416) | Benji York | 2023-02-22 | 1 | -2/+2 |
* | Change the default stdlib location for Linux packaging (#21328) | Gabriel Huber | 2023-02-12 | 1 | -2/+5 |
* | nimgrep: fix typo (#21337) | Ikko Eltociear Ashimine | 2023-02-07 | 1 | -1/+1 |
* | fixes #19396; Nimdoc hide nonexported fields (#21305) | ringabout | 2023-02-01 | 1 | -0/+1 |
* | Update nims.md to use `nim e` instead of `nim` in advanced shebang (#21301) | Heechul Ryu | 2023-01-26 | 1 | -1/+1 |
* | add `md2html`, `md2tex` to cmd helpers (#21295) | ringabout | 2023-01-24 | 1 | -0/+3 |
* | testament: make valgrind optional (#21238) | Anna | 2023-01-11 | 1 | -0/+1 |
* | docgen: implement cross-document links (#20990) | Andrey Makarov | 2023-01-04 | 3 | -36/+367 |
* | make it printer friendly (#21218) | Bung | 2023-01-04 | 1 | -0/+9 |
* | fix #19580; add warning for bare except: clause (#21099) | ringabout | 2022-12-15 | 2 | -13/+11 |
* | generic `define` pragma + string alias (#20979) | metagn | 2022-12-13 | 2 | -0/+41 |
* | alternative, much simpler algorithm for strict func checking (#21066) | Andreas Rumpf | 2022-12-11 | 1 | -10/+6 |
* | clean up the documentation of threads (#21067) | ringabout | 2022-12-10 | 1 | -12/+1 |
* | fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930) | Vindaar | 2022-12-08 | 1 | -3/+4 |
* | Mention toSet in the docs of the set type (#21037) | Xavier Noria | 2022-12-08 | 1 | -0/+8 |
* | fixes #16656; add nre to lib.md (#21042) | ringabout | 2022-12-08 | 1 | -0/+4 |