Commit Graph

126 Commits

Author SHA1 Message Date
Austin Morris
5c545bee39 Fix a small typo in the manual 2016-06-20 21:22:05 -07:00
Andreas Rumpf
c863ea00ac documented new .this pragma 2016-06-06 20:35:41 +02:00
A. S. Budden
973cd19e57 Corrected link in manual. 2016-06-06 13:20:45 +01:00
Andreas Rumpf
1a88c01f92 documentation build cleaned up 2016-05-31 03:04:45 +02:00
Andreas Rumpf
cb3a38afa2 fixes #1152 2016-04-03 23:38:29 +02:00
def
a88584dde1 Fix typo in manual 2016-03-26 20:17:18 +01:00
Andreas Rumpf
c9966a3e17 use 'using' instead of 'sig' keyword; cleans up new features a bit 2016-02-29 12:19:54 +01:00
reactormonk
06bd5a61a4 Merge pull request #3860 from yuutayamada/fix-document
Fix few documentation a typo and old link
2016-02-12 08:31:01 +01:00
Yuta Yamada
bd63588061 needs needs -> needs 2016-02-11 20:38:51 -08:00
Andreas Rumpf
db4b9b1bdd manual: typo 2016-02-06 15:39:56 +01:00
Prayag Verma
fe95125522 Fixes typo in doc/manual/threads.txt
Spelling mistake fixed `overriden` >`overridden`
2016-02-01 01:00:54 +05:30
Andreas Rumpf
a581437e29 documentation proper bracketing 2016-01-27 15:52:08 +01:00
Adam Stankiewicz
cd574d1976 Promote "echo" syntax without parenthesis 2016-01-26 10:10:08 +01:00
Araq
91adc84cf3 minor website and documentation updates 2016-01-18 22:31:22 +01:00
Andreas Rumpf
f02701c0b0 removed wrong documentation 2016-01-17 20:34:10 +01:00
Andreas Rumpf
a4aeb6fbec implements final version of multiline comments 2016-01-17 20:29:50 +01:00
Andreas Rumpf
2e71bd50b2 implements multi-line-comments; pounds are stripped from the doc comments 2016-01-16 21:40:54 +01:00
Andreas Rumpf
2910096cce updated the documentation for the 'do' notation 2016-01-16 13:43:22 +01:00
Andreas Rumpf
46f1f41cc9 finally removes 'echo ' gotcha 2016-01-15 11:34:52 +01:00
Araq
760242b870 removes 'x is iterator' special casing in the language 2015-12-03 01:08:03 +01:00
Araq
f9ad735e55 documented untyped/typed meta-types 2015-11-10 22:51:03 +01:00
Iakiv Kramarenko
3a5a7a4edf updated 'Void context' section specifying more precisely that assignment to result triggers MANDATORY void context FOR THE SUBSEQUENT EXPRESSIONS 2015-11-02 18:50:10 +02:00
Araq
a90e23a4dd added --reportConceptFailures switch to the manual 2015-10-22 12:14:33 +02:00
JamesP
aead71cd67 fix #3418 add example on openArray to types.txt 2015-10-05 10:42:04 +10:00
Aman Gupta
8c86467730 document new bitsize pragma 2015-09-30 12:29:32 -07:00
Araq
0aa908c86c clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; fixes #3224 2015-09-14 20:25:52 +02:00
Araq
48d8728e40 documented implicit compileTime procs 2015-09-14 12:46:43 +02:00
Araq
bbe4afc49b fixes #1782 2015-09-13 23:48:31 +02:00
Araq
3959a59e57 documented void context 2015-09-12 11:07:46 +02:00
Araq
d7a472743b fixes #2559 2015-09-10 10:50:29 +02:00
Araq
f1a17990be minor documentation cleanups 2015-09-08 10:22:16 +02:00
Araq
dc047931bb fixes #2590; methods now require a .base annotation 2015-09-06 02:31:28 +02:00
Andreas Rumpf
63a6bfce71 Merge pull request #3286 from yglukhov/when-nimvm
when nimvm stmt
2015-09-05 10:03:35 +02:00
Yuriy Glukhov
c0fa4b7d9c Added documentation for when nimvm statement. 2015-09-05 01:19:14 +03:00
Adam Strzelecki
0b44d812f1 doc: Trim .txt files trailing whitespace
via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
2015-09-04 23:10:48 +02:00
Araq
134c44f3be refs #2973; manual contains almost all pragmas now, few are left in the compiler guide 2015-08-14 02:19:34 +02:00
Michał Zieliński
0575437762 Improve discoverability of 'of' operator 2015-08-02 22:55:22 +02:00
Araq
28de800d61 Merge branch 'more_concurrency' into devel
Conflicts:
	doc/tut1.txt
	lib/core/locks.nim
	lib/pure/collections/tables.nim
	lib/pure/selectors.nim
2015-06-30 12:50:24 +02:00
apense
8a042d8458 Added $ documentation to the manual
It's mentioned for enums, for exmplae, but it should probably be explicit in the string section
2015-06-25 21:04:34 -04:00
Andreas Rumpf
e4c8e0aed0 Merge pull request #2990 from apense/patch-3
Minor object documentation additions
2015-06-25 11:42:20 +02:00
reactormonk
6f61264c49 Merge pull request #2989 from apense/patch-11
Added example for var overloading
2015-06-25 01:22:04 -05:00
apense
1349687756 Minor object documentation additions 2015-06-25 01:23:31 -04:00
apense
4e129324f6 Added example for var overloading
Simple example to demonstrate overloading in case technical lingo is confusing
2015-06-24 23:56:35 -04:00
apense
f8870280d7 Added example for associativity
Hopefully this change makes this neat feature more apparent
2015-06-24 23:30:03 -04:00
Araq
eef0e1bde1 fix grammar 2015-06-25 02:08:56 +02:00
reactormonk
37677636bc Merge pull request #2968 from def-/neutral-language
Neutral language
2015-06-21 14:36:55 -05:00
def
a7f03e8d46 Use gender neutral language in documentation 2015-06-21 21:25:19 +02:00
patrick dw
b6252af5c6 rename writeln to writeLine in doc 2015-06-19 01:08:41 -05:00
Oscar Campbell
ed73a90bd3 Regarding num literals, mod paths, ident equality. 2015-06-14 18:36:35 +02:00
apense
ab1b1c9251 Note about deprecation in generics.txt
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.
2015-06-08 16:03:57 -04:00