summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Named arguments in commands + many grammar fixes (#20994)metagn2022-12-061-21/+30
* definite assignment analysis for let (#21024)ringabout2022-12-061-0/+14
* stdlib organization & documentation improvements (#20971)metagn2022-12-062-40/+133
* Add: missing nintendo-switch define (#21009)Dmitry Arkhipenko2022-12-051-0/+1
* better procvar ambiguity errors, clean up after #20457 (#20932)metagn2022-12-011-0/+17
* move `smtp` to nimble packages (#20953)ringabout2022-11-301-3/+0
* fixes documentation regression (#20960)ringabout2022-11-291-1/+1
* Correct descriptions for oids (#20926)ringabout2022-11-261-2/+1
* add documentation and changelog for default object fields (#20845)ringabout2022-11-151-0/+51
* fix a few "broken link" warnings (#20837)Andrey Makarov2022-11-141-1/+1
* fixes documentation regression and a bit clean up (#20793)ringabout2022-11-091-9/+7
* Update testament docs demo, command output, and gotchas (#20756)Lee Matos2022-11-051-20/+29
* removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)ringabout2022-10-311-4/+0
* add back discard as a way to do multiline comments, see #12352 (#20688)Pietro Peterlongo2022-10-281-0/+12
* implemented strictCaseObjects (#20608)Andreas Rumpf2022-10-211-0/+36
* [`std/os` clean up] import and export `osseps` (#20580)ringabout2022-10-171-1/+1
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-3/+1
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-99/+0
* update the maintained repo of ast-pattern-matching (#20537)ringabout2022-10-101-1/+1
* Automatic dereferencing is removed (#20531)ringabout2022-10-102-27/+0
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-061-3/+129
* correct grammar (ref #20199) and add check for grammar.txt (#20494)ringabout2022-10-061-2/+1
* follow up #20109; remove `shallow` seqs/strings for ORC (#20502)ringabout2022-10-061-14/+0
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-0520-562/+597
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-041-1/+1
* Unicode Operators are no longer experimental (#20444)ringabout2022-09-282-21/+15
* moderate system cleanup & refactor (#20355)metagn2022-09-281-11/+0
* remove deprecated and broken nimweb tools (#20442)ringabout2022-09-281-5/+1
* add a changelog and update the document for ORC (#20415)ringabout2022-09-262-11/+9
* Extract markdown/rst doc into separate file (#20404)Andrey Makarov2022-09-222-26/+263
* Update manual.md (#20394)Judd2022-09-211-17/+18
* Markdown link migration part 2 (#20371)Andrey Makarov2022-09-1918-284/+288
* more minor updates to manual.md (#20360)Judd2022-09-151-5/+5
* minor improvements to follow up recent PRs (#20342)metagn2022-09-142-38/+32
* nimgrep: add `--inContext` and `--notinContext` options (#19528)Andrey Makarov2022-09-142-32/+103
* Replace word 'param(s)' with 'parameter(s)'. (#20331)random-bites2022-09-111-16/+16
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-115-38/+38
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-0910-237/+237
* update manual (#20325)Judd2022-09-091-2/+4
* Update manual.md (#20321)Judd2022-09-081-3/+5
* overloadable enums no longer experimental (#20298)metagn2022-09-051-3/+3
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-046-25/+25
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-032-3/+3
* support cstring in `case` (#20130)metagn2022-09-011-0/+5
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-4/+72
* minor updates on manual (#20258)Judd2022-08-271-11/+12
* Update manual.md (#20277)Clay Sweetser2022-08-261-3/+2
* provide better error messages for large set (#20207)ringabout2022-08-251-3/+7
* remove unused sfProcvar, "procvar" mentions (#20204)metagn2022-08-241-2/+1
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-241-0/+58