summary refs log tree commit diff stats
path: root/doc/manual
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Araq2015-02-081-4/+2
| | | | associative anymore
* 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
| | | | | They're called type conversions. Type casts are done with cast[T](...) and are not type safe.
* Merge pull request #1954 from ziotom78/develVarriount2015-01-161-0/+35
|\ | | | | New section "Except clauses" in the manual
| * New section "Except clauses" in the manualMaurizio Tomasi2015-01-141-0/+35
| | | | | | | | | | | | This new section explains how to use `getCurrentException` and `getCurrentExceptionMsg`. See the thread http://forum.nim-lang.org/t/752 .
* | 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
|
* added missing 'not'Araq2014-12-181-1/+1
|
* typoAraq2014-12-151-1/+1
|
* fixes #1739Araq2014-12-151-3/+9
|
* minor improvements to the docsAraq2014-12-141-1/+1
|
* documented convertersAraq2014-12-121-0/+20
|
* compiler\parser.nimAraq2014-12-081-26/+24
| | | | implemented arrow like operators
* implemented 'experimental' switchAraq2014-12-052-1/+20
|
* implemented procCall builtinAraq2014-11-281-4/+4
|
* doc improvementsAraq2014-11-271-1/+1
|
* fixes #1548Araq2014-11-171-1/+1
|
* fixes #940Araq2014-11-171-0/+1
|
* fixes #619Araq2014-11-152-3/+22
|
* fixes #1324Araq2014-11-141-0/+5
|
* onRaise doesn't work as documented as is dubiousAraq2014-11-141-28/+0
|
* fixes #930Araq2014-11-141-2/+5
|
* fixes #1470Araq2014-11-141-0/+18
|
* fixes #1633Araq2014-11-141-0/+4
|
* fixes #1634Araq2014-11-141-1/+13
|
* fixes #1106Araq2014-11-141-27/+32
|
* fixes #1258Araq2014-11-141-0/+17
|
* minor changes to the threading docsAraq2014-11-011-6/+7
|
* Merge branch 'devel' into bigbreakAraq2014-10-131-0/+20
| | | | | | | | | | | | Conflicts: compiler/ast.nim compiler/nimfix/prettybase.nim compiler/pragmas.nim compiler/sempass2.nim doc/manual.txt koch.nim lib/pure/concurrency/threadpool.nim web/news.txt
* documentation updatesAraq2014-10-111-7/+26
|