summary refs log tree commit diff stats
path: root/doc/manual
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #3286 from yglukhov/when-nimvmAndreas Rumpf2015-09-051-0/+29
|\
| * Added documentation for when nimvm statement.Yuriy Glukhov2015-09-051-2/+31
* | doc: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-0415-163/+163
|/
* refs #2973; manual contains almost all pragmas now, few are left in the compi...Araq2015-08-141-0/+464
* Improve discoverability of 'of' operatorMichał Zieliński2015-08-021-1/+2
* Merge branch 'more_concurrency' into develAraq2015-06-301-1/+1
|\
| * minor manual updateAraq2015-05-281-1/+1
* | Added `$` documentation to the manualapense2015-06-251-0/+28
* | Merge pull request #2990 from apense/patch-3Andreas Rumpf2015-06-251-0/+2
|\ \
| * | Minor object documentation additionsapense2015-06-251-0/+2
* | | Merge pull request #2989 from apense/patch-11reactormonk2015-06-251-0/+15
|\ \ \
| * | | Added example for var overloadingapense2015-06-241-0/+15
| |/ /
* / / Added example for associativityapense2015-06-241-5/+12
|/ /
* | fix grammarAraq2015-06-251-20/+20
* | Merge pull request #2968 from def-/neutral-languagereactormonk2015-06-211-1/+1
|\ \
| * | 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
* | Fixed code indentation in procs.txtapense2015-06-041-1/+1
* | Fix doc for #2523, regarding numeric literals.Oscar Campbell2015-05-311-9/+14
* | Fix introduced erroneous use of "canonical" back to original wording. Fix fau...Oscar Campbell2015-05-262-4/+5
* | Remove double punctuation. Change "contrained" wording to "constraint".Oscar Campbell2015-05-252-3/+4
* | Merge remote-tracking branch 'upstream/devel' into develOscar Campbell2015-05-252-4/+4
|\ \
| * | Corrected various links within documentationapense2015-05-252-4/+4
| * | Revert "Fix typo in manual"reactormonk2015-05-241-4/+4
| * | Fix typo in manualFlaviu Tamas2015-05-241-4/+4
* | | Change to hard word wrap at 80.Oscar Campbell2015-05-254-17/+33
* | | Change wording in some parts. Fix some typos.Oscar Campbell2015-05-2511-60/+71
|/ /
* | RawFlowVar was renamed to FlowVarBaseMarkus Engelbrecht2015-05-161-1/+1
* | fix typo for noSideEffect pragmaMarkus Engelbrecht2015-05-151-1/+1
|/
* cleanups for underscores in tuple unpackingAraq2015-04-241-30/+44
* Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-04-202-9/+10
|\
| * Merge pull request #2503 from ReneSac/arrowLikeAndreas Rumpf2015-04-151-8/+9
| |\
| | * Minor fixes for arrow like change patchReneSac2015-04-111-3/+4
| | * Changing the rule for arrow like operators again.ReneSac2015-04-101-2/+2
| | * Updated arrow like and strongSpaces in the manualReneSac2015-04-091-7/+7
| * | Fixed typo in lexing.txt: UINT8_LIT -> UINT_LITRuslan Mustakov2015-04-121-1/+1
* | | fixes #2476Araq2015-04-191-2/+2
|/ /
* / Doc: compileTime pragma can be used on variablenovist2015-04-111-4/+3
|/
* minor doc improvementsAraq2015-04-081-1/+3
* Fix container example in manual a bitdef2015-04-071-1/+1
* better alternative to 'override'Araq2015-04-071-7/+6
* overloading of '=' worksAraq2015-04-061-1/+1
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-12/+35
* doc updates; fixes 'inc' for 'char'Araq2015-03-292-53/+51
* Also use ref objects with inheritance in manualdef2015-03-262-22/+23
* updated the manualAraq2015-03-232-34/+6
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-232-57/+41
* improved the documentation; overloading resolution finally documentedAraq2015-03-142-10/+179