summary refs log tree commit diff stats
path: root/doc/manual.rst
Commit message (Expand)AuthorAgeFilesLines
* treat do with pragmas but no parens as proc (#19191)hlaaftana2021-12-051-4/+4
* `caseStmtMacros` no longer experimental, experimental manual refactor (#19173)hlaaftana2021-11-231-112/+301
* Accept nnkTypeSection from typedef macro pragmas (#19168)hlaaftana2021-11-221-0/+1
* update manual (#19130) [backport]flywind2021-11-121-2/+2
* 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
* typo [backport] (#18948)Andreas Rumpf2021-10-041-1/+1
* fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#1...flywind2021-09-251-1/+1
* documented overload disambiguation [backport] (#18865)Andreas Rumpf2021-09-191-1/+19
* doc improvements (#18843)Andreas Rumpf2021-09-131-97/+21
* remove channels (#18801)flywind2021-09-041-1/+1
* documented overloadable enums and changelog improvements (#18797)Andreas Rumpf2021-09-041-0/+41
* implements https://github.com/nim-lang/RFCs/issues/407 (#18793)Andreas Rumpf2021-09-031-0/+35
* implemented Unicode operators (#18789)Andreas Rumpf2021-09-031-0/+19
* strict effects (#18777)Andreas Rumpf2021-09-021-107/+145
* fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...Timothee Cour2021-08-251-0/+9
* manual: minor improvements (#18687)Andreas Rumpf2021-08-131-12/+9
* Documentation only, add 1 example (#18621)Juan Carlos2021-08-081-1/+21
* Clarify use of import via pseudo dir... (#18569)GordonBGood2021-07-271-0/+1
* fixes #18550 (#18553)Andreas Rumpf2021-07-211-4/+3
* Docs(manual): add clarification for default params (#18522)ynfle2021-07-191-1/+2
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-091-3/+2
* ORC: use =destroy instead of =dispose (#18440)Andreas Rumpf2021-07-071-1/+1
* add multi type exception catching to manual (#18258) (#18323)xioren2021-06-211-4/+2
* close #17403; improve docs for tuple (#18312)Timothee Cour2021-06-211-7/+8
* move {.injectStmt.} to experimental; add a test (#18300)Timothee Cour2021-06-201-11/+0
* Make the existence of high(type) clearer, especially near subranges (#18286)j-james2021-06-181-4/+7
* follow-up #18013 - inline syntax highlighting (#18166)Andrey Makarov2021-06-041-23/+25
* close #18092 document elif in case statements (#18105)Timothee Cour2021-05-311-12/+18
* Minor doc fixes; follow up to 17258 and 17259 (#18123)quantimnot2021-05-291-3/+3
* tiny cleanup (#17957)Andreas Rumpf2021-05-071-10/+10
* follow-up #17692: more inline syntax highlighting (#17837)Andrey Makarov2021-04-291-23/+24
* manual: fix rendering of `Identifiers & Keywords` [skip ci] (#17811)Timothee Cour2021-04-231-1/+2
* close #13373 document `(ref Foo)(a: 1)` (#17804)Timothee Cour2021-04-211-1/+11
* iterable[T] (#17196)Timothee Cour2021-04-111-18/+25
* turn on syntax highlighting in Manual & Tutorial (#17692)Andrey Makarov2021-04-111-94/+98
* manual: minor improvements (#17677)Andreas Rumpf2021-04-081-47/+47
* docs: note regarding emit with backticks (#17608)flywind2021-04-011-3/+3
* [ci skip] correct indentation this timenarimiran2021-03-311-5/+5
* [ci skip] minor: fix indentation in manual.rstnarimiran2021-03-311-5/+5
* followup custom literals (#17500)Timothee Cour2021-03-271-1/+1
* custom integer literals bugfixes (#17499)Andreas Rumpf2021-03-241-1/+5
* custom integer literals (#17489)Andreas Rumpf2021-03-241-5/+49
* make unary minus part of number literals, refs #17020 (#17488)Andreas Rumpf2021-03-241-5/+38
* RST backtick refactor manual.rst (#17259)quantimnot2021-03-181-863/+863
* rename channels to channels_builtin (#17330)flywind2021-03-121-1/+1
* fix RST parsing when no indent after enum.item (fix #17249) (#17257)Andrey Makarov2021-03-121-7/+8
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-091-0/+44
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-3/+3
* document `;` vs `,` for generic params (#17192)Timothee Cour2021-02-261-1/+6