summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge pull request #1446 from gradha/pr_links_typetraits_moduleVarriount2014-08-061-1/+4
| |\ \ | | | | | | | | Links typetraits module
| | * | Adds typetraits to library index and doc build.Grzegorz Adam Hankiewicz2014-08-051-1/+4
| | | |
| * | | Merge pull request #1447 from gradha/pr_tutorial_improvementsVarriount2014-08-063-135/+152
| |\ \ \ | | | | | | | | | | Tutorial improvements
| | * | | Factors exception hierarchy into reusable fragment.Grzegorz Adam Hankiewicz2014-08-052-33/+34
| | | | | | | | | | | | | | | | | | | | The fragment with hyperlinks is included now from the system module.
| | * | | Improves tut2.txt with more hyperlinks.Grzegorz Adam Hankiewicz2014-08-051-9/+12
| | | | |
| | * | | Improves tut1.txt with more hyperlinks and minor fixes.Grzegorz Adam Hankiewicz2014-08-051-93/+106
| | |/ /
* | / / 'lambda' is no keyword anymoreAraq2014-08-081-1/+1
|/ / /
* | | fixes typosAraq2014-08-051-2/+2
| | |
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-056-73/+99
|\| | | | | | | | | | | | | | Conflicts: compiler/ccgexprs.nim
| * | Adds placeholder text for js disabled browsers. Refs #1292.Grzegorz Adam Hankiewicz2014-08-021-2/+4
| | |
| * | Merge pull request #1414 from gradha/pr_sets_improvementsVarriount2014-07-273-71/+42
| |\ \ | | | | | | | | Sets improvements
| | * | Factors common documentation in fragment to avoid repetition.Grzegorz Adam Hankiewicz2014-07-273-71/+42
| | |/
| * / Documents pretty command.Grzegorz Adam Hankiewicz2014-07-262-0/+53
| |/
* / progress on deepCopyAraq2014-08-011-63/+126
|/
* Hyperlinks echo variants with noSideEffect pragma. Refs #1379.Grzegorz Adam Hankiewicz2014-07-191-3/+3
|
* Merge branch 'new_spawn' into develAraq2014-07-151-295/+0
|\ | | | | | | | | | | | | Conflicts: todo.txt web/news.txt web/nimrod.ini
| * c2nim is not part of the compiler anymoreAraq2014-06-301-295/+0
| |
* | fixes #1167Araq2014-07-081-1/+1
| |
* | implements #1332Araq2014-07-061-4/+4
| |
* | tut1.txt no BOM; streamlined example a bitAraq2014-07-021-8/+4
| |
* | fixes #1161Araq2014-07-011-1/+4
| |
* | fixes #1135Araq2014-07-011-275/+0
| |
* | fixes #1264Araq2014-07-011-6/+7
| |
* | fixes #1268Araq2014-07-011-1/+2
| |
* | corrected backends.txtAraq2014-06-302-15/+11
| |
* | Merge pull request #1299 from gradha/pr_documents_interfacingAndreas Rumpf2014-06-304-47/+443
|\ \ | |/ |/| Documents backend interfacing
| * Mentions nodejs in js intro. Refs #1299.Grzegorz Adam Hankiewicz2014-06-261-4/+7
| |
| * Rewords C derivate backend. Refs #1299.Grzegorz Adam Hankiewicz2014-06-261-6/+6
| |
| * Adds tidbit about threads.Grzegorz Adam Hankiewicz2014-06-221-1/+21
| |
| * Mentions memory management.Grzegorz Adam Hankiewicz2014-06-221-5/+61
| |
| * Adds examples of backend calling nimrod.Grzegorz Adam Hankiewicz2014-06-221-3/+110
| |
| * Adds nimrod to backend examples.Grzegorz Adam Hankiewicz2014-06-221-2/+68
| |
| * Starts nimrod calling backend section.Grzegorz Adam Hankiewicz2014-06-211-12/+60
| |
| * Starts backends.txt with bits from nimrodc.txt.Grzegorz Adam Hankiewicz2014-06-213-37/+129
| |
| * Hyperlinks together importc like pragmas.Grzegorz Adam Hankiewicz2014-06-212-10/+14
| |
* | Rename {.effect.} to {.effects.} in Tut 2def2014-06-211-1/+1
| |
* | Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-162-1/+99
|\ \ | | | | | | New spawn
| * | some changesAraq2014-06-091-11/+52
| | |
| * | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-061-0/+57
| |\ \
| | * | begin of spawn documentationAraq2014-06-061-0/+57
| | | |
| * | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawnAraq2014-06-011-1/+1
| |\| |
| | * | 'parallel' statement almost workingAraq2014-05-221-1/+1
| | | |
* | | | making clear structural equivalency for tuples docPavelVozenilek2014-06-151-2/+2
| |_|/ |/| |