summary refs log tree commit diff stats
path: root/doc/manual.txt
Commit message (Collapse)AuthorAgeFilesLines
* manual split up into multiple files; documented the new concurrency systemAraq2014-10-021-5835/+24
|
* deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-0/+5
|
* 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
| | |
* | | changed comment handling (breaking change)Araq2014-09-071-24/+11
| | |
* | | 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.
* | | big renameAraq2014-08-271-233/+232
| | |
* | | the big renamefest: first stepsAraq2014-08-221-92/+92
|/ /
* | fixes #722Araq2014-08-141-1/+1
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-051-31/+1
|\ \ | | | | | | | | | | | | Conflicts: compiler/ccgexprs.nim
| * | Factors common documentation in fragment to avoid repetition.Grzegorz Adam Hankiewicz2014-07-271-31/+1
| | |
* | | progress on deepCopyAraq2014-08-011-63/+126
|/ /
* | Hyperlinks echo variants with noSideEffect pragma. Refs #1379.Grzegorz Adam Hankiewicz2014-07-191-3/+3
| |
* | fixes #1167Araq2014-07-081-1/+1
| |
* | implements #1332Araq2014-07-061-4/+4
| |
* | fixes #1264Araq2014-07-011-6/+7
| |
* | fixes #1268Araq2014-07-011-1/+2
| |
* | Merge pull request #1299 from gradha/pr_documents_interfacingAndreas Rumpf2014-06-301-1/+4
|\ \ | | | | | | Documents backend interfacing
| * | Hyperlinks together importc like pragmas.Grzegorz Adam Hankiewicz2014-06-211-1/+4
| |/
* | Merge pull request #1281 from Araq/new_spawnAndreas Rumpf2014-06-161-1/+1
|\ \ | |/ |/| New spawn
| * 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
| | |
* | | header pragma set to '<stdio.h>' in importc sectionklaufir2014-06-031-1/+1
| | |
* | | adding header pragma for printf ffi exampleklaufir2014-06-011-1/+1
|/ /
* | Merge pull request #1178 from EXetoC/nostackframeAndreas Rumpf2014-05-291-1/+3
|\ \ | | | | | | noStackFrame -> asmNoStackFrame
| * | asmNoStackFrame -> stackTrace:offEXetoC2014-05-041-1/+3
| | |
| * | noStackFrame -> asmNoStackFrameEXetoC2014-05-041-1/+1
| |/
* | Merge pull request #1132 from gradha/pr_index_improvementsAndreas Rumpf2014-05-261-110/+110
|\ \ | | | | | | Documentation index improvements
| * | Removes many fake `idx` entries.Grzegorz Adam Hankiewicz2014-04-211-110/+110
| | | | | | | | | | | | | | | These *fake* entries are not needed any more now that the table of contents of documentation files appear in the index.
* | | Merge pull request #1191 from gradha/pr_removes_abstypesVarriount2014-05-211-0/+65
|\ \ \ | | | | | | | | Moves abstypes content into manual.
| * | | Moves abstypes content into manual.Grzegorz Adam Hankiewicz2014-05-111-0/+65
| | | |
* | | | added note about `$` for cstrings to the manualCharlie2014-05-181-0/+8
|/ / /
* | / fix some typosPatrick Pelletier2014-05-071-6/+6
| |/ |/|
* | minor tweak to the manualAraq2014-04-221-1/+1
|/
* manual.txt updatesAraq2014-04-211-7/+44
|
* New concurrency model: next stepsAraq2014-04-191-78/+26
|
* implemented 'R ptr T' syntaxAraq2014-04-131-7/+8
|
* fixed a typoAndreas Rumpf2014-04-131-1/+1
|
* refined and documented regionized pointersAraq2014-04-091-0/+59
|
* borrow dots for distinct types documentedAraq2014-03-261-0/+22
|
* fixes #1006Araq2014-03-221-7/+10
|
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-221-0/+10
|\
| * Fixed typo in docsAudun Wilhelmsen2014-03-211-1/+1
| |
| * Fixed typo and line breaks in docsAudun Wilhelmsen2014-03-201-3/+8
| |
| * Added documentation for packed pragmaAudun Wilhelmsen2014-03-201-0/+5
| |
* | improved docs about strongSpacesAraq2014-03-221-0/+5
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-101-9/+15
|\
| * fix #866; generic static paramsZahary Karadjov2014-03-091-2/+2
| |