summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* sort modules and added std/setutils (#24168)Alfred Morgan2024-09-261-16/+17
* make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...metagn2024-09-181-5/+30
* Adds an example of using ident to name procedures to the macros tutorial (#22...CharlesEnding2024-09-091-0/+30
* open new scope for const values (#24084)metagn2024-09-091-0/+9
* Fix CSS for `number-lines` code blocks (#24081)Jake Leahy2024-09-091-3/+6
* handle explicit generic routine instantiations in sigmatch (#24010)metagn2024-09-021-1/+36
* opensym for templates + move behavior of opensymchoice to itself (#24007)metagn2024-08-281-18/+39
* opensym as node kind + fixed experimental switch (#23892)metagn2024-08-121-1/+10
* fixes #14522 #22085 #12700 #23132; no range check for uints (#23930)ringabout2024-08-111-3/+0
* make routine implicitly gensym when other gensym symbol exists again (#23842)metagn2024-07-161-3/+6
* Add support for nvcc & hipcc (cuda/rocm) (#23805)Andrew Brower2024-07-081-0/+22
* Revert "Document move limitations" (#23778)Andreas Rumpf2024-07-011-1/+0
* Document move limitations (#23763)Juan Carlos2024-06-291-0/+1
* Fix example code in Nim manual that cannot be compiled without error (#23722)Tomohiro2024-06-151-1/+1
* Add a note about the sideeffect pragma (#23543)Antonis Geralis2024-05-081-0/+2
* fix typo: "As can been seen" to "As can be seen" (#23544)yojiyama72024-04-281-1/+1
* fixes #4695; closure iterators support for JS backend (#23493)ringabout2024-04-181-1/+0
* Update manual.md (#23393)arkanoid872024-03-161-1/+1
* remove mention of `GC_ref` and `GC_unref` for strings (#23373)ringabout2024-03-061-5/+1
* fixes #20945; fixes #18262; provides C API `NimDestroyGlobals` for static/dyn...ringabout2024-03-041-0/+2
* remove obselete doc with nimrtl (#23358)ringabout2024-03-041-3/+0
* Fixes #23085: update grammars for 'concept' (#23256)Silly Carbon2024-01-261-1/+1
* fixes broken doc links (#23255)ringabout2024-01-251-1/+1
* Fixing overload resolution documentation (#23171)Ryan McConnell2024-01-191-22/+64
* Nim Compiler User Guide: Add explanations about lto and strip (#23227)Tomohiro2024-01-181-3/+10
* fix link to `jsfetch` stdlib (#23203)Ethosa2024-01-121-1/+1
* document the new ambiguous identifier resolution (#23166)metagn2024-01-111-4/+26
* Nim manual: better byref pragma explanation (#23192)Tomohiro2024-01-091-2/+56
* Changing generic weight of `tyGenericParam` (#22143)Ryan McConnell2024-01-051-9/+29
* Recommend hanging indent in NEP1 (#23105)Jacek Sieka2024-01-031-15/+25
* Asm syntax pragma (#23119)ASVIEST2023-12-251-0/+17
* add switch, warning, and `bind` support for new generic injection behavior (#...metagn2023-12-221-0/+40
* document `--experimental:vtables` (#23111)ringabout2023-12-211-0/+35
* fixes nimdoc warnings (#23110)ringabout2023-12-211-1/+1
* fixes #18073; fixes #14730; document notnil is only applied to local … (#23...ringabout2023-12-191-3/+7
* fixes not nil examples (#23080)ringabout2023-12-151-0/+1
* Minor documentation change (#22951)Marko Schütz-Schmuck2023-11-171-3/+2
* doc: update manual_experimental.md (#22949)Ikko Eltociear Ashimine2023-11-161-1/+1
* complete std prefixes for stdlib (#22887)ringabout2023-10-305-12/+12
* fixes #22867; fixes cstring modification example on Nim Manual (#22871)ringabout2023-10-261-1/+2
* doc: fix typos (#22869)shuoer862023-10-254-5/+5
* adds support for noDecl in constructor (#22811)Juan M Gómez2023-10-111-1/+1
* marking a field with noInit allows to skip constructor initialiser (#22802)Juan M Gómez2023-10-081-0/+50
* Fix typo/grammar in exception tracking section (#22801)Levi Notik2023-10-071-1/+1
* docs: add another switch example for nimscript (#22772)daylin2023-09-301-0/+2
* Make `typeRel` behave to spec (#22261)Ryan McConnell2023-09-301-0/+1
* Documentation only (#22760)Juan Carlos2023-09-271-12/+12
* Documentation only (#22761)Juan Carlos2023-09-271-0/+4
* Documentation only (#22735)Juan Carlos2023-09-211-12/+13
* removes references to `this` in the `constructor` section (#22730)Juan M Gómez2023-09-201-4/+3