summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1106Araq2014-11-141-27/+32
|
* fixes #1258Araq2014-11-141-0/+17
|
* Merge pull request #1623 from gradha/pr_bigbreak_adds_code_directive_to_rstAndreas Rumpf2014-11-051-47/+55
|\ | | | | Adds bigbreak code directive to rst with numbered lines
| * Merge branch 'pr_adds_code_directive_to_rst' into ↵Grzegorz Adam Hankiewicz2014-11-031-47/+55
| |\ | | | | | | | | | | | | | | | | | | | | | | | | pr_bigbreak_adds_code_directive_to_rst Conflicts: doc/tut2.txt lib/packages/docutils/rstgen.nim lib/system.nim
| | * Improves macro tutorial with hyperlinks and numbered lines.Grzegorz Adam Hankiewicz2014-07-191-49/+56
| | |
* | | documented nimfixAraq2014-11-042-0/+60
| | |
* | | added module fenv's docsAraq2014-11-041-0/+4
|/ /
* | actors module is deprecatedAraq2014-11-031-3/+5
| |
* | minor changes to the threading docsAraq2014-11-011-6/+7
| |
* | implements #1588Araq2014-10-261-1/+4
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-202-12/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt
| * | documentation improvementsAraq2014-10-192-12/+2
| | |
* | | Merge branch 'devel' into bigbreakAraq2014-10-132-0/+25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-10-112-1/+27
| |\ \
| | * | documentation updatesAraq2014-10-111-0/+21
| | | |
| | * | Fixed missing color definionSimon Krauter2014-10-051-0/+5
| | | |
* | | | documentation updatesAraq2014-10-111-7/+26
| | | |
* | | | docgen should work againAraq2014-10-051-1/+1
| | | |
* | | | updated some testsAraq2014-10-041-2/+4
| | | |
* | | | recursive tuple types are now invalid (breaking change)Araq2014-10-021-35/+45
| | | |
* | | | deprecated string case statements without 'else'Araq2014-10-022-7/+5
| | | |
* | | | manual split up into multiple files; documented the new concurrency systemAraq2014-10-0229-5899/+6196
| | | |
* | | | deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-0/+5
| | | |
* | | | added $* for subexesAraq2014-09-241-0/+2
| | | |
* | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-09-191-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1532 from PavelVozenilek/develDominik Picheta2014-09-181-1/+1
| |\ \ \ | | | | | | | | | | more precise word
| | * | | more precise wordPavelVozenilek2014-09-181-1/+1
| | | | |
* | | | | minor changes to manual.txtAraq2014-09-131-8/+13
| | | | |
* | | | | merged things from develAraq2014-09-122-0/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | be explicit about single letter optionsAraq2014-09-111-0/+2
| |/ / /
| * | | Merge pull request #1455 from gradha/pr_parallelize_doc_buildAndreas Rumpf2014-09-051-0/+7
| |\ \ \ | | | | | | | | | | Parallelizes documentation building.
| | * | | Adds --parallelBuild to koch web and automatic reruns. Refs #1455.Grzegorz Adam Hankiewicz2014-08-081-0/+7
| | | | |
* | | | | some improvements for nimfixAraq2014-09-091-1/+0
| | | | |
* | | | | changed comment handling (breaking change)Araq2014-09-072-63/+19
| | | | |
* | | | | nimfix handles helloworldAraq2014-09-061-1/+0
| | | | |
* | | | | fix #959Zahary Karadjov2014-09-041-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | Variable declarations using a type class will be subject to type inference similar to the one already present in type coercions and the return type inference.
* | | | | made some tests greenAraq2014-08-311-2/+2
| | | | |
* | | | | added ENDB warningAraq2014-08-311-0/+2
| | | | |
* | | | | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-292-1/+2
| | | | |
* | | | | Nimrod renamed to NimAraq2014-08-2828-347/+347
| | | | |
* | | | | big renameAraq2014-08-274-444/+422
| | | | |
* | | | | the big renamefest: first stepsAraq2014-08-224-249/+246
|/ / / /
* | | | fixes #722Araq2014-08-141-1/+1
| | | |
* | | | fixes newly introduced bugsAraq2014-08-141-4/+0
| | | |
* | | | fixes #820Araq2014-08-131-2/+0
| | | |
* | | | Merge pull request #1417 from gradha/pr_852_nimcache_namingAndreas Rumpf2014-08-122-4/+64
|\ \ \ \ | | | | | | | | | | Documents nimcache naming and fixes ios example
| * | | | Corrects description of nimcache file naming. Refs #852.Grzegorz Adam Hankiewicz2014-07-311-29/+27
| | | | |
| * | | | Documents nimcache file naming scheme. Refs #852.Grzegorz Adam Hankiewicz2014-07-272-4/+66
| | | | |
* | | | | distinguish between 'defined' and 'declared'Araq2014-08-111-0/+1
| | | | |
* | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-084-136/+156
|\ \ \ \ \