summary refs log tree commit diff stats
path: root/doc/manual
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix derivable objects in documentationdef2015-03-091-2/+2
* Fix typos in docsJochen Van de Velde2015-02-241-1/+1
* Fix typosFederico Ceratto2015-02-153-4/+4
* fixes #2073; language spec change: arrow like operators are not right associa...Araq2015-02-081-4/+2
* better documentation for 'finished' for first class iteratorsAraq2015-01-272-0/+51
* revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-182-5/+2
* Clarify documentation about "except clauses"def2015-01-171-1/+1
* Merge pull request #1954 from ziotom78/develVarriount2015-01-161-0/+35
|\
| * New section "Except clauses" in the manualMaurizio Tomasi2015-01-141-0/+35
* | Manual renamesdef2015-01-1614-141/+141
|/
* Fixed grammar in 'let statment'Mike2015-01-081-1/+1
* fix a couple of typos, grammar, and removal of whitespaceJoseph Poirier2015-01-031-65/+65
* fixes #1120Araq2014-12-251-5/+2
* fixes #1742Araq2014-12-241-0/+21
* documented 'defer' statementAraq2014-12-241-23/+18
* tuple field names are ignoredAraq2014-12-232-3/+5