summary refs log tree commit diff stats
path: root/doc/manual.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* document type bound operators (#17063)Timothee Cour2021-02-231-0/+42
* promote std prefix in docs (#17128)flywind2021-02-201-17/+17
* workaround #17091: manual.rst now renders as RST in github (#17092)Timothee Cour2021-02-191-7/+8
* Deprecate any (#16920)Juan Carlos2021-02-081-1/+0
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-0/+13
* Make small text changes in the docs (#16634)Elliot Waite2021-01-251-113/+116
* fix code-block (#16799)Timothee Cour2021-01-231-1/+1
* fix manual to reflect reality for .nosideeffect (#16781)Timothee Cour2021-01-221-6/+25
* fix noDecl => nodecl (#16760)Timothee Cour2021-01-201-4/+4
* conservative approach to fix #15184 (#16723)Andrey Makarov2021-01-151-1/+1
* improve examples in manual (#16497)flywind2020-12-291-1/+3
* removing `out T` from docs since it no longer working (#16378) [backport]Code Hz2020-12-181-21/+10
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-2/+2
* fixed article duplication typos (#16216)ihlec2020-12-021-1/+1
* defer: improve manual, clarify difference wrt try/finally (#16010)Timothee Cour2020-11-171-2/+31
* https://github.com/nim-lang/Nim/pull/15968/files#r523468677Juan Carlos2020-11-141-7/+1
* Fix #15806Juan Carlos2020-11-141-1/+2
* Fix #15806Juan Carlos2020-11-141-2/+3
* Fix #15806Juan Carlos2020-11-141-1/+2
* Fix #15806Juan Carlos2020-11-141-1/+30
* follow #8463 #14157 and document cstring literals modification is not allowed...flywind2020-11-121-0/+14
* uint and uint64 is Ordinal type since nim 1.0.0 (#15873)flywind2020-11-071-3/+1
* Make `{.requiresInit.}` to work for distinct types (#15869)Ivan Bobev2020-11-061-0/+30
* Clarify the sense in which Nim supports recursive iterators in the (#15834)c-blake2020-11-041-3/+40
* Massive documentation fixes + copy editing (#15747)Yanis Zafirópulos2020-10-291-182/+175
* Fix #13609 (#15567)Gampol T2020-10-211-0/+11
* more "eg" fixesnarimiran2020-10-201-1/+1
* implements https://github.com/nim-lang/RFCs/issues/260 (#15505)Andreas Rumpf2020-10-071-0/+8
* implements https://github.com/nim-lang/RFCs/issues/258 (#15503)Andreas Rumpf2020-10-061-4/+4
* spec for view types (#15424)Andreas Rumpf2020-09-291-4/+4
* add `enumerate` macro (#15297)Miran2020-09-221-5/+6
* Methods docs improvement (#15338)flywind2020-09-161-5/+31
* [ci skip] fix typo in the manualnarimiran2020-09-091-2/+2
* "for-loop macros" are no longer an experimental feature (#15288)Miran2020-09-081-0/+42
* Fix #5691 (#15158)Clyybber2020-08-271-18/+7
* Added array type definition to manual (#15173)Ico Doornekamp2020-08-101-0/+3
* Minor improvements to typecast section of manual (#14896)awr12020-07-071-7/+18
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-2/+2
* Fix some typos (#14843)Danil Yarantsev2020-06-281-1/+1
* Warn about calling wrappers at compile time until #14049 is fixed. (#14828)Sizhe Zhao2020-06-271-1/+4
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-11/+21
* Deprecate unroll pragma, remove from documentation (#14705)Juan Carlos2020-06-191-19/+0
* Change 'Future Directions' to link memory management documentation (#14664)Juan Carlos2020-06-151-2/+2
* Clarify imported exceptions note in manualDominik Picheta2020-06-131-1/+1
* manual: removed subjective phrase from 'macros' section (#14536)Ico Doornekamp2020-06-011-2/+1
* spec: be explicit that NRVO will evolve furtherAraq2020-05-301-0/+4
* document NVRO and exception handlingAraq2020-05-301-0/+65
* Add thiscall calling convention, mostly for hooking purpose (#14466)Huy Doan2020-05-271-0/+4