Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | documented new .this pragma | Andreas Rumpf | 2016-06-06 | 3 | -14/+58 |
| | |||||
* | Corrected link in manual. | A. S. Budden | 2016-06-06 | 1 | -2/+2 |
| | |||||
* | documentation build cleaned up | Andreas Rumpf | 2016-05-31 | 4 | -4/+4 |
| | |||||
* | fixes #1152 | Andreas Rumpf | 2016-04-03 | 1 | -32/+0 |
| | |||||
* | Fix typo in manual | def | 2016-03-26 | 1 | -1/+1 |
| | |||||
* | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 1 | -39/+20 |
| | |||||
* | Merge pull request #3860 from yuutayamada/fix-document | reactormonk | 2016-02-12 | 1 | -1/+1 |
|\ | | | | | Fix few documentation a typo and old link | ||||
| * | needs needs -> needs | Yuta Yamada | 2016-02-11 | 1 | -1/+1 |
| | | |||||
* | | manual: typo | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
| | | |||||
* | | Fixes typo in doc/manual/threads.txt | Prayag Verma | 2016-02-01 | 1 | -1/+1 |
| | | | | | | Spelling mistake fixed `overriden` >`overridden` | ||||
* | | documentation proper bracketing | Andreas Rumpf | 2016-01-27 | 1 | -1/+1 |
| | | |||||
* | | Promote "echo" syntax without parenthesis | Adam Stankiewicz | 2016-01-26 | 5 | -28/+28 |
| | | |||||
* | | minor website and documentation updates | Araq | 2016-01-18 | 1 | -1/+1 |
|/ | |||||
* | removed wrong documentation | Andreas Rumpf | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -16/+7 |
| | |||||
* | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 1 | -0/+38 |
| | |||||
* | updated the documentation for the 'do' notation | Andreas Rumpf | 2016-01-16 | 1 | -4/+4 |
| | |||||
* | finally removes 'echo ' gotcha | Andreas Rumpf | 2016-01-15 | 1 | -0/+8 |
| | |||||
* | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | documented untyped/typed meta-types | Araq | 2015-11-10 | 2 | -22/+88 |
| | |||||
* | updated 'Void context' section specifying more precisely that assignment to ↵ | Iakiv Kramarenko | 2015-11-02 | 1 | -1/+1 |
| | | | | result triggers MANDATORY void context FOR THE SUBSEQUENT EXPRESSIONS | ||||
* | added --reportConceptFailures switch to the manual | Araq | 2015-10-22 | 1 | -0/+4 |
| | |||||
* | fix #3418 add example on openArray to types.txt | JamesP | 2015-10-05 | 1 | -0/+5 |
| | |||||
* | document new bitsize pragma | Aman Gupta | 2015-09-30 | 1 | -0/+18 |
| | |||||
* | clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵ | Araq | 2015-09-14 | 2 | -10/+25 |
| | | | | fixes #3224 | ||||
* | documented implicit compileTime procs | Araq | 2015-09-14 | 1 | -1/+14 |
| | |||||
* | fixes #1782 | Araq | 2015-09-13 | 1 | -0/+8 |
| | |||||
* | documented void context | Araq | 2015-09-12 | 1 | -0/+18 |
| | |||||
* | fixes #2559 | Araq | 2015-09-10 | 1 | -4/+4 |
| | |||||
* | minor documentation cleanups | Araq | 2015-09-08 | 1 | -1/+3 |
| | |||||
* | fixes #2590; methods now require a .base annotation | Araq | 2015-09-06 | 1 | -2/+7 |
| | |||||
* | Merge pull request #3286 from yglukhov/when-nimvm | Andreas Rumpf | 2015-09-05 | 1 | -0/+29 |
|\ | | | | | when nimvm stmt | ||||
| * | Added documentation for when nimvm statement. | Yuriy Glukhov | 2015-09-05 | 1 | -2/+31 |
| | | |||||
* | | doc: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 15 | -163/+163 |
|/ | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | refs #2973; manual contains almost all pragmas now, few are left in the ↵ | Araq | 2015-08-14 | 1 | -0/+464 |
| | | | | compiler guide | ||||
* | Improve discoverability of 'of' operator | Michał Zieliński | 2015-08-02 | 1 | -1/+2 |
| | |||||
* | Merge branch 'more_concurrency' into devel | Araq | 2015-06-30 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim | ||||
| * | minor manual update | Araq | 2015-05-28 | 1 | -1/+1 |
| | | |||||
* | | Added `$` documentation to the manual | apense | 2015-06-25 | 1 | -0/+28 |
| | | | | | | It's mentioned for enums, for exmplae, but it should probably be explicit in the string section | ||||
* | | Merge pull request #2990 from apense/patch-3 | Andreas Rumpf | 2015-06-25 | 1 | -0/+2 |
|\ \ | | | | | | | Minor object documentation additions | ||||
| * | | Minor object documentation additions | apense | 2015-06-25 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #2989 from apense/patch-11 | reactormonk | 2015-06-25 | 1 | -0/+15 |
|\ \ \ | | | | | | | | | Added example for var overloading | ||||
| * | | | Added example for var overloading | apense | 2015-06-24 | 1 | -0/+15 |
| |/ / | | | | | | | Simple example to demonstrate overloading in case technical lingo is confusing | ||||
* / / | Added example for associativity | apense | 2015-06-24 | 1 | -5/+12 |
|/ / | | | | | Hopefully this change makes this neat feature more apparent | ||||
* | | fix grammar | Araq | 2015-06-25 | 1 | -20/+20 |
| | | |||||
* | | Merge pull request #2968 from def-/neutral-language | reactormonk | 2015-06-21 | 1 | -1/+1 |
|\ \ | | | | | | | Neutral language | ||||
| * | | Use gender neutral language in documentation | def | 2015-06-21 | 1 | -1/+1 |
| | | | |||||
* | | | rename writeln to writeLine in doc | patrick dw | 2015-06-19 | 4 | -18/+18 |
|/ / | |||||
* | | Regarding num literals, mod paths, ident equality. | Oscar Campbell | 2015-06-14 | 2 | -9/+26 |
| | | |||||
* | | Note about deprecation in generics.txt | apense | 2015-06-08 | 1 | -2/+4 |
| | | | | | | I'm happy to change the wording or anything. It does seem like an important thing to mention, though. It might be better not to even mention typeless procs so as not to encourage bad behavior. |