Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manual.rst: fixes a typo | Andreas Rumpf | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | make tests green again | Andreas Rumpf | 2018-07-06 | 1 | -1/+1 |
| | |||||
* | Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) | Vindaar | 2018-07-03 | 1 | -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 Modi | 2018-06-27 | 1 | -5/+5 |
| | | | Fixes https://github.com/nim-lang/Nim/issues/8131. | ||||
* | Merge pull request #7736 from cooldome/range_float_type | Andreas Rumpf | 2018-06-27 | 1 | -3/+7 |
|\ | | | | | Language feature: range float types | ||||
| * | style fixes, typos | cooldome | 2018-06-12 | 1 | -1/+1 |
| | | |||||
| * | merge devel | cooldome | 2018-06-10 | 1 | -5/+9 |
| |\ | |||||
| * \ | Merge branch 'devel' into range_float_type | cooldome | 2018-04-30 | 1 | -6/+6 |
| |\ \ | |||||
| * | | | update the doc | cooldome | 2018-04-29 | 1 | -3/+7 |
| | | | | |||||
* | | | | requested pull-request changes | Zahary Karadjov | 2018-06-16 | 1 | -4/+4 |
| | | | | |||||
* | | | | document the new `type[T]` and `static[T]` features | Zahary Karadjov | 2018-06-16 | 1 | -65/+91 |
| | | | | |||||
* | | | | document the 'pkg' and 'std' pseudo directories; closes #7250 | Araq | 2018-06-14 | 1 | -10/+29 |
| |_|/ |/| | | |||||
* | | | Fixed operator precedence in example (#7912) | Chris McIntyre | 2018-06-01 | 1 | -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 docs | data-man | 2018-05-19 | 1 | -2/+2 |
| | | | |||||
* | | | implement the export/except statement | Zahary Karadjov | 2018-05-07 | 1 | -0/+3 |
| | | | |||||
* | | | Support thread-local variables declared inside procs; fixes #7565 | Zahary Karadjov | 2018-05-07 | 1 | -2/+3 |
| |/ |/| | |||||
* | | update the documentation about the new strings/seqs behaviours | Andreas Rumpf | 2018-04-29 | 1 | -6/+6 |
|/ | |||||
* | .experimental can now be used to enable specific features | Andreas Rumpf | 2018-04-24 | 1 | -13/+8 |
| | |||||
* | remove dead code elimination option (#7669) | Jacek Sieka | 2018-04-23 | 1 | -16/+0 |
| | |||||
* | improve documentation for 'var T return values'; refs #7373 | Andreas Rumpf | 2018-04-21 | 1 | -3/+21 |
| | |||||
* | macro manual improvements (#7666) | Arne Döring | 2018-04-21 | 1 | -13/+19 |
| | | | | | | | | * macro manual improvements * fixes a typo * Small fixes | ||||
* | manual: remove the bind-once typedesc weirdness; replaced by how things ↵ | Andreas Rumpf | 2018-04-15 | 1 | -4/+4 |
| | | | | should be done | ||||
* | manual: cleanup the documentation; document for-loop macros; ensure the ↵ | Andreas Rumpf | 2018-04-15 | 1 | -22/+114 |
| | | | | examples compile | ||||
* | manual: many additions and improvements | Andreas Rumpf | 2018-04-14 | 1 | -41/+68 |
| | |||||
* | merge the different manual/*.rst include files. Was too hard to find the ↵ | Andreas Rumpf | 2018-04-14 | 1 | -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 .rst | Araq | 2016-06-07 | 1 | -0/+39 |