summary refs log tree commit diff stats
path: root/doc/manual_experimental.md
Commit message (Expand)AuthorAgeFilesLines
* make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...metagn2024-09-181-5/+30
* 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
* 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-301-1/+1
* doc: fix typos (#22869)shuoer862023-10-251-1/+1
* 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
* Make `typeRel` behave to spec (#22261)Ryan McConnell2023-09-301-0/+1
* removes references to `this` in the `constructor` section (#22730)Juan M Gómez2023-09-201-4/+3
* Document C++ Initializers (#22704)Juan M Gómez2023-09-151-0/+27
* updates manual with codegenDecl on params docs (#22333)Juan M Gómez2023-08-171-3/+2
* documents member (#22460)Juan M Gómez2023-08-121-0/+59
* unify starting blank lines in the experimental manual (#22396)ringabout2023-08-061-23/+0
* Add experimental inferGenericTypes switch (#22317)SirOlaf2023-08-031-0/+81
* implemented 'push quirky' switch for fine grained control over the ex… (#22...Andreas Rumpf2023-07-231-11/+70
* fixes typos in the constructor docs (#22035)Juan M Gómez2023-06-091-3/+3
* documents constructor (#22013)Juan M Gómez2023-06-061-0/+58
* Moves virtual under its own section manual_experimental.md (#21870)Juan M Gómez2023-05-201-2/+2
* documents virtual (#21860)Juan M Gómez2023-05-191-0/+76
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-141-0/+123
* alias syntax fixes, improvements and tests (#21671)metagn2023-04-221-10/+7
* generic `define` pragma + string alias (#20979)metagn2022-12-131-0/+23
* alternative, much simpler algorithm for strict func checking (#21066)Andreas Rumpf2022-12-111-10/+6
* definite assignment analysis for let (#21024)ringabout2022-12-061-0/+14
* fix a few "broken link" warnings (#20837)Andrey Makarov2022-11-141-1/+1
* implemented strictCaseObjects (#20608)Andreas Rumpf2022-10-211-0/+36
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-99/+0
* Automatic dereferencing is removed (#20531)ringabout2022-10-101-23/+0
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-061-3/+129
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-051-12/+12
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-281-21/+0
* minor improvements to follow up recent PRs (#20342)metagn2022-09-141-38/+0
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-091-7/+7
* overloadable enums no longer experimental (#20298)metagn2022-09-051-3/+3
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-241-0/+58
* Markdown code blocks part 4 (#20189)Andrey Makarov2022-08-121-137/+139
* Markdown code blocks part 2; migrate Nim Manual (#20080)Andrey Makarov2022-07-251-10/+5
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-151-0/+1943