summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fixed errors in Nim Backend integration docs. (#20046)Don-Duong Quach2022-07-171-2/+3
* Fix typo in line 456 (#20047)Peter Guld Leth2022-07-171-1/+1
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-1535-50/+50
* Allow recursive closure iterators (#19939)Tanguy2022-06-301-4/+1
* Fix distinct requiresInit test and manual (#19901)Khaled Hammouda2022-06-221-4/+7
* Keep the doc sidebar on the screen while scrolling (#19851)JJ2022-06-151-93/+71
* Extend and document compiler debugging utilities (#19841)quantimnot2022-06-102-38/+185
* clarify how to restart CI (#19845)flywind2022-06-081-0/+1
* RST: improve simple tables (#19859)Andrey Makarov2022-06-047-28/+34
* Refactor and doc package handling, module name mangling (#19821)quantimnot2022-05-301-0/+13
* Doc preferred import style in compiler (#19832)quantimnot2022-05-301-0/+1
* Fix typo and incorrect pragma name (#19847)Michael New2022-05-301-1/+1
* Add link to std/tempfiles in the docs; fix #19155 (#19807)flywind2022-05-241-0/+4
* Fix default testament target in docs and cli help (#19796)quantimnot2022-05-231-2/+2
* [manual] TLock => Lock (#19785)flywind2022-05-171-3/+7
* varargs example erroneously transformed "abc" to "def" (#19781)Alfred Morgan2022-05-101-1/+1
* 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