summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix link to experimental manual in macro pragmas section [skip ci] (#19753)Jake Leahy2022-05-031-1/+1
* document localPassC consistently with compiler; fix ANSI capitalization (#19721)tersec2022-04-251-4/+4
* Move common Latex code into class nimdoc.cls (#19734)Andrey Makarov2022-04-211-0/+190
* fix: Fix introductory macro examples (#19706)Leon2022-04-091-3/+17
* Fixed description as option in advopt.txt (#19635)Omar Flores2022-03-261-3/+7
* Add more info for {.bycopy.} (#18815)treeform2022-03-241-0/+1
* support useVersion:1.6 (#19601)flywind2022-03-102-6/+1
* Fix typo in Nim Tutorial pt3 (#19579)huantian2022-03-021-1/+1
* keep casing of noinit and noreturn pragmas consistently documented (#19535)tersec2022-02-181-2/+2
* Documentation: Fix word usage (#19529)Sizhe Zhao2022-02-141-1/+1
* move io out of system (#19442)flywind2022-02-021-4/+4
* update outdated link (#19465)flywind2022-01-281-1/+1
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-202-17/+83
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-162-11/+6
* move type operation section and remove deepcopy document (#19389)flywind2022-01-152-40/+26
* docs: Mention `import foo {.all.}` syntax (#19377)Leon2022-01-131-0/+11
* docs: Fix typo in tut1.rst (#19324)Nan Xiao2022-01-041-1/+1
* docs: Fix typo in tut1.rst (#19309)Nan Xiao2022-01-031-1/+1
* Allow full commands and blocks in type sections (#19181)hlaaftana2022-01-021-2/+3
* Update manual.rst (#19301)rockcavera2022-01-011-1/+1
* nep1: make header reflect reality (#19294)Andreas Rumpf2021-12-291-3/+3
* fixes grammar typos [backport] (#19289)Andreas Rumpf2021-12-271-3/+3
* Fixed typo in manual.rst unsafeAssign->uncheckedAssign. Fixes part 1 of #1926...Don-Duong Quach2021-12-171-1/+1
* basicopt.txt: Unify the format (#19251)Nan Xiao2021-12-141-2/+2
* nimc.rst: fix table markup (#19239)Ștefan Talpalaru2021-12-111-0/+2
* added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235)Andreas Rumpf2021-12-103-0/+12
* nimRawSetjmp: support Windows (#19197)Ștefan Talpalaru2021-12-101-0/+14
* the title of PR should contain a brief description (#19211)flywind2021-12-061-0/+3
* treat do with pragmas but no parens as proc (#19191)hlaaftana2021-12-051-4/+4
* Improve documentation around func and method (#19207)PMunch2021-12-041-2/+29
* misc bugfixes [backport:1.2] (#19203)Andreas Rumpf2021-12-041-14/+9
* renamed 'gc' switch to 'mm'; [backport:1.6] (#19187)Andreas Rumpf2021-11-247-137/+150
* `caseStmtMacros` no longer experimental, experimental manual refactor (#19173)hlaaftana2021-11-232-785/+808
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-231-0/+5
* Implement threads on Zephyr (#19156)Jaremy Creechley2021-11-231-0/+9
* Accept nnkTypeSection from typedef macro pragmas (#19168)hlaaftana2021-11-221-0/+1
* Enable customizing PageShift to set PageSize for embedded targets (#19129)Jaremy Creechley2021-11-161-0/+24
* update manual (#19130) [backport]flywind2021-11-121-2/+2
* Call {.cursor.} a pragma. (#19116)treeform2021-11-101-8/+8
* Deprecate `std/sharedlist` and `std/sharedtables` (#19112)konsumlamm2021-11-091-6/+0
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-0/+7
* manual: Document that comma propagates the default values of parameters (#19080)Kaushal Modi2021-11-031-1/+9
* manual: Document the use of `static` as a proc call (#19084)Kaushal Modi2021-11-031-0/+14
* update numbers of lifetime-tracking hooks in doc/destructors.rst (#19088)Derek 呆2021-11-021-1/+1
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-282-0/+174
* fix a tiny code snippet formatting issue in `doc/constructors.rst`, again (#1...Derek 呆2021-10-281-1/+1
* fix a tiny formating issue in doc/destructors.rst (#19058)Derek 呆2021-10-271-1/+1
* Document file changes that may be needed for add a new platform (#19055)quantimnot2021-10-261-0/+36
* feat: copy to clipboard (#18963)Abishek PY2021-10-221-1/+31
* Document how to compile a reproducible build (#18953)quantimnot2021-10-062-0/+15