summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fixed a couple of links.A. S. Budden2016-06-071-2/+2
* renamed most remaining .txt documentation files to .rstAraq2016-06-0718-0/+0
* documented new .this pragmaAndreas Rumpf2016-06-063-14/+58
* NimSymbol has been renamed to NimSymdef2016-06-061-1/+1
* Corrected link in manual.A. S. Budden2016-06-061-2/+2
* Merge pull request #4157 from flaviut/update-nre-docsAndreas Rumpf2016-06-021-0/+4
|\
| * Generate nre docs with websiteFlaviu Tamas2016-05-131-0/+4
* | fixes #375Andreas Rumpf2016-06-011-3/+4
* | documentation build cleaned upAndreas Rumpf2016-05-315-6/+6
* | added pure Nim random stdlib moduleAndreas Rumpf2016-05-301-0/+3
|/
* Merge pull request #4142 from endragor/gc-allow-skip-stackAndreas Rumpf2016-05-121-2/+8
|\
| * Replaced ignoreStackAndRegisters with stackSize in GC_stepRuslan Mustakov2016-05-111-6/+8
| * Added ignoreStackAndRegisters parameter to GC_stepRuslan Mustakov2016-05-101-2/+6
* | added strscans stdlib moduleAraq2016-05-101-1/+4
|/
* Merge remote-tracking branch 'origin/devel' into malloc-store-sizeJacek Sieka2016-04-263-34/+2
|\
| * fixes #1152Andreas Rumpf2016-04-031-32/+0
| * triggering yourself -> yourself triggeringJoshua Olson2016-04-011-1/+1
| * Fix typo in manualdef2016-03-261-1/+1
* | document useMalloc changesJacek Sieka2016-04-021-1/+3
|/
* 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
|\
| * 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
* | 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
|\
| * 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
|/
* 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 r...Iakiv Kramarenko2015-11-021-1/+1