summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Document C++ Initializers (#22704)Juan M Gómez2023-09-151-0/+27
* docgen: add Pandoc footnotes (fixes #21080) (#22591)Andrey Makarov2023-09-033-13/+15
* type annotations for variable tuple unpacking, better error messages (#22611)metagn2023-09-011-1/+1
* fix #22492 (#22511)Hamid Bluri2023-08-221-5/+6
* #22514 expand testament option docs (#22516)PhilippMDoerner2023-08-191-6/+55
* updates manual with codegenDecl on params docs (#22333)Juan M Gómez2023-08-171-3/+2
* documents member (#22460)Juan M Gómez2023-08-121-0/+59
* unify starting blank lines in the experimental manual (#22396)ringabout2023-08-061-23/+0
* Stick search result (#22394)Bung2023-08-061-1/+7
* destructors: better docs [backport:2.0] (#22391)Andreas Rumpf2023-08-051-28/+57
* fixes a typo in the manual (#22383)ringabout2023-08-041-1/+1
* Add experimental inferGenericTypes switch (#22317)SirOlaf2023-08-031-0/+81
* fixes #22174; fixes destructor examples (#22349)ringabout2023-07-311-6/+6
* Fix grammar top rule (#22325)Khaled Hammouda2023-07-241-1/+1
* implemented 'push quirky' switch for fine grained control over the ex… (#22...Andreas Rumpf2023-07-232-11/+74
* Document `cast` zeroing memory (#22313)konsumlamm2023-07-221-14/+17
* Adding info to manual (#22252)Ryan McConnell2023-07-191-3/+57
* clean up the documentation (#22196)ringabout2023-07-0210-20/+14
* Tidy contributing.md: format cmd (#22204)心夏❤v2023-07-011-2/+2
* docs nimBasePattern (#22179)Juan M Gómez2023-06-281-0/+2
* destructors: update, =destroy does not require a 'var T' (#22168)Andreas Rumpf2023-06-271-3/+3
* allow destructors to accept non var parameters; deprecate `proc =destroy(x: v...ringabout2023-06-211-6/+6
* better docs; undocument sinkInference as it doesn't work (#22089)Andreas Rumpf2023-06-132-10/+8
* make binary `not` not parse complex expressions on right side (#22078)metagn2023-06-121-3/+3
* Atlas: now in its own repository (#22066)Andreas Rumpf2023-06-101-188/+0
* Remove Deprecated Nimfix (#22062)Juan Carlos2023-06-102-68/+3
* fixes typos in the constructor docs (#22035)Juan M Gómez2023-06-091-3/+3
* Fix indentation in destructors.md (#22048)Antonis Geralis2023-06-081-1/+1
* fixes #19086: Document exception and defect hierarchy (#22030)Raynei2023-06-081-0/+32
* documents constructor (#22013)Juan M Gómez2023-06-061-0/+58
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-061-11/+15
* update the documentation of the dup hook (#21984)ringabout2023-06-031-2/+12
* Atlas: virtual environments (#21965)Andreas Rumpf2023-05-301-0/+15
* Atlas: URL rewrite rules; --autoinit flag (#21963)Andreas Rumpf2023-05-301-0/+37
* Atlas: some final cleanups (#21947)Andreas Rumpf2023-05-282-14/+10
* ship atlas and build documentation (#21945)ringabout2023-05-282-0/+144
* fix #21501 by making --app:lib and --app:staticLib imply --noMain (#21910)heterodoxic2023-05-261-1/+1
* documents changes on byref and bycopy (#21882)Juan M Gómez2023-05-221-6/+10
* Moves virtual under its own section manual_experimental.md (#21870)Juan M Gómez2023-05-201-2/+2
* documents virtual (#21860)Juan M Gómez2023-05-191-0/+76
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-142-6/+127
* adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)ringabout2023-05-112-2/+37
* Remove LineTooLong (#21819)Juan Carlos2023-05-112-11/+10
* fixes links of generic `define` pragma (#21828)ringabout2023-05-111-1/+1
* documents codegendecl for object types (#21811)Juan M Gómez2023-05-081-2/+25
* Document about size pragma (#21794)Tomohiro2023-05-061-0/+31
* Update the Nim Manual compile pragma with the second tuple form (#21773)Daniel Belmes2023-05-051-0/+6
* closes #21771; fixes the link (#21777)ringabout2023-05-031-1/+1
* fixes #21245; warn about destructors that can raise (#21726)Andreas Rumpf2023-04-261-3/+11
* documents #21628 (#21723)Juan M Gómez2023-04-241-0/+29