summary refs log tree commit diff stats
path: root/doc/manual.md
Commit message (Expand)AuthorAgeFilesLines
* fixes a typo in the manual (#22383)ringabout2023-08-041-1/+1
* 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-021-5/+3
* fixes #19086: Document exception and defect hierarchy (#22030)Raynei2023-06-081-0/+32
* documents changes on byref and bycopy (#21882)Juan M Gómez2023-05-221-6/+10
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-141-6/+4
* adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)ringabout2023-05-111-1/+1
* Remove LineTooLong (#21819)Juan Carlos2023-05-111-10/+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
* documents #21628 (#21723)Juan M Gómez2023-04-241-0/+29
* Documented path substitution by compiler (#21662)Raynei2023-04-211-0/+2
* `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...metagn2023-04-111-1/+12
* warn against `a, b = val` in routine arguments (#21604)metagn2023-04-061-9/+0
* document general use of `_`, error message, fixes (#21584)metagn2023-03-301-0/+13
* tuple unpacking for vars as just sugar, allowing nesting (#21563)metagn2023-03-281-2/+31
* closes #21536; fixes manual (#21552)ringabout2023-03-201-2/+2
* fixes #19291; implements `wasMoved` hook (#21303)ringabout2023-03-021-1/+1
* Fix a couple of small keyword issues. (#21416)Benji York2023-02-221-2/+2
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-151-11/+9
* generic `define` pragma + string alias (#20979)metagn2022-12-131-0/+18
* clean up the documentation of threads (#21067)ringabout2022-12-101-12/+1
* better procvar ambiguity errors, clean up after #20457 (#20932)metagn2022-12-011-0/+17
* add documentation and changelog for default object fields (#20845)ringabout2022-11-151-0/+51
* add back discard as a way to do multiline comments, see #12352 (#20688)Pietro Peterlongo2022-10-281-0/+12
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-3/+1
* Automatic dereferencing is removed (#20531)ringabout2022-10-101-4/+0
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-70/+76
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-281-0/+15
* moderate system cleanup & refactor (#20355)metagn2022-09-281-11/+0
* Update manual.md (#20394)Judd2022-09-211-17/+18
* more minor updates to manual.md (#20360)Judd2022-09-151-5/+5
* minor improvements to follow up recent PRs (#20342)metagn2022-09-141-0/+32
* Replace word 'param(s)' with 'parameter(s)'. (#20331)random-bites2022-09-111-16/+16
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-111-16/+16
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-091-77/+71
* update manual (#20325)Judd2022-09-091-2/+4
* Update manual.md (#20321)Judd2022-09-081-3/+5
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-041-4/+4
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-2/+2
* support cstring in `case` (#20130)metagn2022-09-011-0/+5
* minor updates on manual (#20258)Judd2022-08-271-11/+12
* Update manual.md (#20277)Clay Sweetser2022-08-261-3/+2
* remove unused sfProcvar, "procvar" mentions (#20204)metagn2022-08-241-2/+1
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-0/+16
* fixes manual regression (#20259)ringabout2022-08-231-0/+2
* Markdown code blocks part 5 (#20236)Andrey Makarov2022-08-171-7/+8