Andreas Rumpf 4fc22cdd4d fixes #21245; warn about destructors that can raise (#21726) 2 лет назад
..
manual 3aaec0647b turn on syntax highlighting in Manual & Tutorial (#17692) 4 лет назад
advopt.txt 01c38610f5 Fixed formatting error for warningAsError. (#19634) 3 лет назад
apis.rst e61381a293 follow-up #17692: more inline syntax highlighting (#17837) 4 лет назад
astspec.txt 5b26f2bd81 fix deprecated example (#18721) 3 лет назад
backends.rst b7a0c08b4f added --nimMainPrefix switch; fixes #15955; refs #16945 [backport:1.6] (#19235) 3 лет назад
basicopt.txt 70320482be basicopt.txt: Unify the format (#19251) 3 лет назад
contributing.rst f86a530214 breaking changes policies (#18541) 3 лет назад
destructors.rst 4fc22cdd4d fixes #21245; warn about destructors that can raise (#21726) 1 год назад
docgen.rst e7816a3e77 update docgen documentation (#18192) 3 лет назад
docgen_sample.nim 6e0c06f50e fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + other fixes (#13550) 5 лет назад
docs.rst 2bb3a85a7c renamed 'gc' switch to 'mm'; [backport:1.6] (#19187) 3 лет назад
docstyle.rst 8f79bc5f3d add RST highlighting for command line / shells (also fixes #16858) (#17789) 4 лет назад
drnim.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
effects.txt 3ea6446900 Nimrod renamed to Nim 10 лет назад
estp.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
filelist.txt 436af88d8c follow-up #17837: add `Console` for interactive sessions (#17930) 4 лет назад
filters.rst 3b1aabdcff change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18085) 3 лет назад
grammar.txt 410254b485 fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930) 2 лет назад
hcr.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
idetools.rst 83ae70cb54 RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17258) 4 лет назад
intern.rst 9fc2918314 Document how to compile a reproducible build (#18953) 3 лет назад
keywords.txt cae5e33a4a language change: 'generic' and 'atomic' are not keywords anymore 7 лет назад
koch.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
lib.rst 1bba641fed Update `lib.rst` (#18605) 3 лет назад
manual.rst ab1717984d Allow recursive closure iterators (#19939) 2 лет назад
manual_experimental.rst 037f87d904 top-down type inference, implements rfc 149 (#20091) 2 лет назад
manual_experimental_strictnotnil.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
mm.rst 2bb3a85a7c renamed 'gc' switch to 'mm'; [backport:1.6] (#19187) 3 лет назад
mytest.cfg 60ff41a8da '#' value parcing is explained (disambiguated) (#12476) 5 лет назад
nep1.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
nimc.rst 4877caa462 Implement threads on Zephyr (#19156) 3 лет назад
nimdoc.css bbe05c1532 docgen: draw frame around active anchors (#18607) 3 лет назад
nimfix.rst 83ae70cb54 RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) (#17258) 4 лет назад
nimgrep.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
nimgrep_cmdline.txt 368422c219 update nimgrep documentation (#17415) 4 лет назад
niminst.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
nims.rst 3481ff6172 Update nims.rst to reflect that -d:release is now allowed in config.nims (#18221) 3 лет назад
nimsuggest.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
overview.rst 9d2dfa9a99 further cleanups; refs #4934 8 лет назад
packaging.rst 9fc2918314 Document how to compile a reproducible build (#18953) 3 лет назад
pegdocs.txt e720bbdd76 Peg captures get stack-like behavior (#18369) 3 лет назад
readme.txt 0b44d812f1 doc: Trim .txt files trailing whitespace 9 лет назад
refc.rst 2bb3a85a7c renamed 'gc' switch to 'mm'; [backport:1.6] (#19187) 3 лет назад
regexprs.txt 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
rstcommon.rst e61381a293 follow-up #17692: more inline syntax highlighting (#17837) 4 лет назад
sets_fragment.txt 94c4c01d9c small improvements for tut1.rst (#17935) 4 лет назад
spawn.txt 56461c280f Change stdlib imports to use std prefix in most examples (#17202) 4 лет назад
subexes.txt 5e9dd81baa more "eg" fixes 4 лет назад
testament.rst c6e3ad4ab9 Fix default testament target in docs and cli help (#19796) 2 лет назад
tools.rst 7e21218a07 follow-up #18013 - inline syntax highlighting (#18166) 3 лет назад
tut1.rst 561b01004c [backport] change some examples in tut1.rst (#18884) 3 лет назад
tut2.rst f01ffbf6f1 fix #19580; add warning for bare except: clause (#21099) 2 лет назад
tut3.rst 3aaec0647b turn on syntax highlighting in Manual & Tutorial (#17692) 4 лет назад

readme.txt

============================
Nim's documenation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!