summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rework explanation a bit (thanks flaviu)def2015-03-261-3/+3
|
* Add explanation why we use ref objectsdef2015-03-261-0/+3
|
* Use ref objects with inheritance in Tut2 (fixes #1817)def2015-03-251-10/+12
|
* updated the manualAraq2015-03-232-34/+6
|
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-234-64/+48
|
* fixes #1805Araq2015-03-211-14/+10
|
* 'constructor' pragma for C++ supportAraq2015-03-181-1/+15
|
* Merge pull request #2327 from def-/installationAndreas Rumpf2015-03-151-1/+1
|\ | | | | Installation
| * Rename compiler/nim.ini back to compiler/installer.inidef2015-03-132-2/+2
| | | | | | | | | | | | | | - Niminst has a new -m/--main option to set the main file, by default ini-file with .nim extension (old behaviour) - Koch uses this to pass --main:compiler/nim.nim - Fix includes/links of website.ini
| * Move installer.ini back to nim.ini to fix ./koch csourcedef2015-03-121-1/+1
| |
* | improved the documentation; overloading resolution finally documentedAraq2015-03-142-10/+179
| |
* | fixes #1819Araq2015-03-121-14/+1
| |
* | fixes #1868Araq2015-03-121-0/+1
|/
* Fix derivable objects in documentationdef2015-03-091-2/+2
|
* Export AsyncFile. Add asyncfile module to docgen.Dominik Picheta2015-03-061-0/+3
|
* improved --debugger switch; updated release planAraq2015-02-272-4/+1
|
* Merge pull request #1840 from def-/extend-mathAndreas Rumpf2015-02-261-0/+3
|\ | | | | Rational numbers and a few additions to math and complex
| * Fix lib link to rationals moduledef2015-02-161-1/+1
| |
| * Add rational to standard library listdef2015-02-161-0/+3
| |
* | Fix typos in docsJochen Van de Velde2015-02-242-3/+3
| |
* | macros.PNimrodNode is now NimNodeAraq2015-02-241-18/+14
| |
* | fixes #2124Araq2015-02-201-8/+0
| |
* | website updatesAraq2015-02-181-7/+0
| |
* | Fix output of --advanceddef2015-02-161-1/+1
|/ | | | All the other documentation limits with :, only this one was with =
* Merge pull request #2140 from FedericoCeratto/develAndreas Rumpf2015-02-1611-25/+25
|\ | | | | Fix some typos
| * Fix typosFederico Ceratto2015-02-1510-20/+20
| |
| * Fix typosFederico Ceratto2015-02-153-5/+5
| |
* | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-02-161-3/+6
|\|
| * Update lib.txtBillingsly Wetherfordshire2015-02-141-1/+1
| | | | | | oops
| * Update lib.txtBillingsly Wetherfordshire2015-02-141-4/+1
| | | | | | removed IRC module from mention on lib.html
| * Update lib.txtBillingsly Wetherfordshire2015-02-141-0/+6
| | | | | | add basic2d/3d to standard libraries list
* | minor documentation updatesAraq2015-02-162-3/+4
|/
* fixes #2068Araq2015-02-121-473/+468
|
* cleanup index generationAraq2015-02-101-1/+1
|
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-092-2/+0
|
* fixes #2073; language spec change: arrow like operators are not right ↵Araq2015-02-081-4/+2
| | | | associative anymore
* Merge pull request #2026 from reactormonk/koch-temp-125-exit-codeAndreas Rumpf2015-02-011-0/+13
|\ | | | | Koch temp 125 exit code
| * added note about creating stacktracesSimon Hafner2015-01-311-0/+3
| |
| * added documentation about koch tempSimon Hafner2015-01-281-0/+10
| | | | | | | | and the 125 exit code
* | documented new C++ supportAraq2015-01-282-18/+174
|/
* better documentation for 'finished' for first class iteratorsAraq2015-01-272-0/+51
|