summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-39/+20
|
* first version of .partial objectsAndreas Rumpf2016-02-281-1/+3
|
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+1
|
* Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-181-0/+3
|
* 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
| |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-277-93/+93
|\ \
| * | Promote "echo" syntax without parenthesisAdam Stankiewicz2016-01-267-93/+93
| | |
* | | 'nim i' is not available anymoreAndreas Rumpf2016-01-271-15/+15
|/ /
* | JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-221-1/+3
| |
* | minor website and documentation updatesAraq2016-01-181-1/+1
|/
* fixes long standing typo in tut2Araq2016-01-181-4/+4
|
* Added missing modules to lib.txt and warnings to some module's docs.Dominik Picheta2016-01-181-7/+20
|
* 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
|
* Added a few notes regarding JavaScriptYuriy Glukhov2015-12-091-0/+14
|
* removes 'x is iterator' special casing in the languageAraq2015-12-031-1/+1
|
* 'out T' is an alias for 'var T'Araq2015-11-261-6/+9
|
* Merge pull request #3573 from yglukhov/doc-fixAndreas Rumpf2015-11-251-3/+5
|\ | | | | Fixed documentation of nnkLet AST
| * doc fixYuriy Glukhov2015-11-231-3/+5
| |
* | Add options module to standard library documentationdef2015-11-231-0/+3
| |
* | Wrap the example in a code blockXtreak2015-11-231-12/+11
|/ | | Wrap the code inside a code block. The declaration for ``proc even(n: int): bool`` is present twice. Hence removed one and wrapped it in a separate code block.
* documented untyped/typed meta-typesAraq2015-11-102-22/+88
|
* fix docgen linkGour2015-11-071-1/+1
|
* 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
|
* added --reportConceptFailures switchAraq2015-10-221-0/+3
|
* documentation improvements; system.nim docs adapted to unix's braindead idea ↵Araq2015-10-211-1/+1
| | | | of how software should be packaged which didn't work in 1970 and surprise doesn't work in 2015 either
* fix #3418 add example on openArray to types.txtJamesP2015-10-051-0/+5
|
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-1/+5
| | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code.
* Merge pull request #3389 from nanoant/patch/separate-deprecated-modulesDominik Picheta2015-10-031-11/+21
|\ | | | | Patch/separate deprecated modules
| * parseopt: This module is no longer deprecatedAdam Strzelecki2015-09-301-2/+0
| | | | | | | | Remove depreciation notice from doc/lib.txt.
| * doc: Move deprecated modules into separate sectionAdam Strzelecki2015-09-301-9/+21
| |
* | document new bitsize pragmaAman Gupta2015-09-301-0/+18
|/
* Nimscript: the compiler supports a directory wide config.nims fileAraq2015-09-291-1/+2
|
* s/advanted/advanced/gAman Gupta2015-09-202-2/+2
|
* 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-103-12/+13
|
* minor documentation cleanupsAraq2015-09-082-3/+5
|
* even better docsAraq2015-09-081-1/+1
|
* documented NimScriptAraq2015-09-071-0/+118
|