summary refs log tree commit diff stats
path: root/doc/manual.rst
Commit message (Collapse)AuthorAgeFilesLines
* manual.rst: fixes a typoAndreas Rumpf2018-07-171-1/+1
|
* make tests green againAndreas Rumpf2018-07-061-1/+1
|
* Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178)Vindaar2018-07-031-2/+2
| | | | | | | | | | | | | | | * deprecate `0c`, `0C` prefix for octal literals Deprecates the previously allowed syntax of `0c` and `0C` as a prefix for octal literals to bring the literals in line with the behavior of `parseOct` from parseutils. * add `msgKind` arg to `lexMessageLitNum` for deprecation messages * change literal tests to check all valid integer literals Also adds the `tinvaligintegerlit3` test to test for the (still) invalid `0O` prefix.
* Clarify use of special `:` for passing a block of stmts to template (#8133)Kaushal Modi2018-06-271-5/+5
| | | Fixes https://github.com/nim-lang/Nim/issues/8131.
* Merge pull request #7736 from cooldome/range_float_typeAndreas Rumpf2018-06-271-3/+7
|\ | | | | Language feature: range float types
| * style fixes, typoscooldome2018-06-121-1/+1
| |
| * merge develcooldome2018-06-101-5/+9
| |\
| * \ Merge branch 'devel' into range_float_typecooldome2018-04-301-6/+6
| |\ \
| * | | update the doccooldome2018-04-291-3/+7
| | | |
* | | | requested pull-request changesZahary Karadjov2018-06-161-4/+4
| | | |
* | | | document the new `type[T]` and `static[T]` featuresZahary Karadjov2018-06-161-65/+91
| | | |
* | | | document the 'pkg' and 'std' pseudo directories; closes #7250Araq2018-06-141-10/+29
| |_|/ |/| |
* | | Fixed operator precedence in example (#7912)Chris McIntyre2018-06-011-1/+1
| | | | | | | | | The order of operations was incorrect for the right-hand side of the `assert` statement on line 3199, based on the operator precedence for line 3197.
* | | Removed space between "array" and a square bracket in the docsdata-man2018-05-191-2/+2
| | |
* | | implement the export/except statementZahary Karadjov2018-05-071-0/+3
| | |
* | | Support thread-local variables declared inside procs; fixes #7565Zahary Karadjov2018-05-071-2/+3
| |/ |/|
* | update the documentation about the new strings/seqs behavioursAndreas Rumpf2018-04-291-6/+6
|/
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-13/+8
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-16/+0
|
* improve documentation for 'var T return values'; refs #7373Andreas Rumpf2018-04-211-3/+21
|
* macro manual improvements (#7666)Arne Döring2018-04-211-13/+19
| | | | | | | | * macro manual improvements * fixes a typo * Small fixes
* manual: remove the bind-once typedesc weirdness; replaced by how things ↵Andreas Rumpf2018-04-151-4/+4
| | | | should be done
* manual: cleanup the documentation; document for-loop macros; ensure the ↵Andreas Rumpf2018-04-151-22/+114
| | | | examples compile
* manual: many additions and improvementsAndreas Rumpf2018-04-141-41/+68
|
* merge the different manual/*.rst include files. Was too hard to find the ↵Andreas Rumpf2018-04-141-24/+8057
| | | | corresponding sections otherwise. Hope it means the manual is more likely to be kept up to date.
* renamed most remaining .txt documentation files to .rstAraq2016-06-071-0/+39