summary refs log tree commit diff stats
path: root/doc/manual
Commit message (Collapse)AuthorAgeFilesLines
* documented new .this pragmaAndreas Rumpf2016-06-063-14/+58
|
* Corrected link in manual.A. S. Budden2016-06-061-2/+2
|
* documentation build cleaned upAndreas Rumpf2016-05-314-4/+4
|
* fixes #1152Andreas Rumpf2016-04-031-32/+0
|
* Fix typo in manualdef2016-03-261-1/+1
|
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-39/+20
|
* Merge pull request #3860 from yuutayamada/fix-documentreactormonk2016-02-121-1/+1
|\ | | | | Fix few documentation a typo and old link
| * needs needs -> needsYuta Yamada2016-02-111-1/+1
| |
* | manual: typoAndreas Rumpf2016-02-061-1/+1
| |
* | Fixes typo in doc/manual/threads.txtPrayag Verma2016-02-011-1/+1
| | | | | | Spelling mistake fixed `overriden` >`overridden`
* | documentation proper bracketingAndreas Rumpf2016-01-271-1/+1
| |
* | Promote "echo" syntax without parenthesisAdam Stankiewicz2016-01-265-28/+28
| |
* | minor website and documentation updatesAraq2016-01-181-1/+1
|/
* removed wrong documentationAndreas Rumpf2016-01-171-1/+0
|
* implements final version of multiline commentsAndreas Rumpf2016-01-171-16/+7
|
* implements multi-line-comments; pounds are stripped from the doc commentsAndreas Rumpf2016-01-161-0/+38
|
* updated the documentation for the 'do' notationAndreas Rumpf2016-01-161-4/+4
|
* finally removes 'echo ' gotchaAndreas Rumpf2016-01-151-0/+8
|
* removes 'x is iterator' special casing in the languageAraq2015-12-031-1/+1
|
* documented untyped/typed meta-typesAraq2015-11-102-22/+88
|
* updated 'Void context' section specifying more precisely that assignment to ↵Iakiv Kramarenko2015-11-021-1/+1
| | | | result triggers MANDATORY void context FOR THE SUBSEQUENT EXPRESSIONS
* added --reportConceptFailures switch to the manualAraq2015-10-221-0/+4
|
* fix #3418 add example on openArray to types.txtJamesP2015-10-051-0/+5
|
* document new bitsize pragmaAman Gupta2015-09-301-0/+18
|
* clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; ↵Araq2015-09-142-10/+25
| | | | fixes #3224
* documented implicit compileTime procsAraq2015-09-141-1/+14
|
* fixes #1782Araq2015-09-131-0/+8
|
* documented void contextAraq2015-09-121-0/+18
|
* fixes #2559Araq2015-09-101-4/+4
|
* minor documentation cleanupsAraq2015-09-081-1/+3
|
* fixes #2590; methods now require a .base annotationAraq2015-09-061-2/+7
|
* Merge pull request #3286 from yglukhov/when-nimvmAndreas Rumpf2015-09-051-0/+29
|\ | | | | when nimvm stmt
| * Added documentation for when nimvm statement.Yuriy Glukhov2015-09-051-2/+31
| |
* | doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-0415-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 ↵Araq2015-08-141-0/+464
| | | | compiler guide
* Improve discoverability of 'of' operatorMichał Zieliński2015-08-021-1/+2
|
* Merge branch 'more_concurrency' into develAraq2015-06-301-1/+1
|\ | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim
| * minor manual updateAraq2015-05-281-1/+1
| |
* | Added `$` documentation to the manualapense2015-06-251-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-3Andreas Rumpf2015-06-251-0/+2
|\ \ | | | | | | Minor object documentation additions
| * | Minor object documentation additionsapense2015-06-251-0/+2
| | |
* | | Merge pull request #2989 from apense/patch-11reactormonk2015-06-251-0/+15
|\ \ \ | | | | | | | | Added example for var overloading
| * | | Added example for var overloadingapense2015-06-241-0/+15
| |/ / | | | | | | Simple example to demonstrate overloading in case technical lingo is confusing
* / / Added example for associativityapense2015-06-241-5/+12
|/ / | | | | Hopefully this change makes this neat feature more apparent
* | fix grammarAraq2015-06-251-20/+20
| |
* | Merge pull request #2968 from def-/neutral-languagereactormonk2015-06-211-1/+1
|\ \ | | | | | | Neutral language
| * | Use gender neutral language in documentationdef2015-06-211-1/+1
| | |
* | | rename writeln to writeLine in docpatrick dw2015-06-194-18/+18
|/ /
* | Regarding num literals, mod paths, ident equality.Oscar Campbell2015-06-142-9/+26
| |
* | Note about deprecation in generics.txtapense2015-06-081-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.