summary refs log tree commit diff stats
path: root/doc/manual
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | | | | | | Restrict arrow-like operators to those ending with `->`, `~>` or `=>`
| | * Minor fixes for arrow like change patchReneSac2015-04-111-3/+4
| | | | | | | | | | | | | | | | | | Don't use ^ operator yet for compatibility with older compilers. Moved arrow like explanation, and fix precedence description on the text in the manual. Fixed typo in news.
| | * 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
| | | | | | | | | | | | Also added `-` to the first character table and standartized spaces there.
| * | 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 ↵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
|