summary refs log tree commit diff stats
path: root/doc/manual.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-091-3/+43
| |\
| * | implicit auto return type for inline iteratorsZahary Karadjov2014-03-081-7/+13
| | |
* | | minor additions to the manualAraq2014-03-101-4/+17
| |/ |/|
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-071-1/+1
|\|
| * Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-061-0/+47
| |\
| * | fix #587Zahary Karadjov2014-03-061-1/+1
| | |
* | | implements strongSpaces parsing modeAraq2014-03-071-3/+43
| |/ |/|
* | implemented 'union' and 'unchecked' pragmasAraq2014-03-051-0/+47
|/
* renamed noStackFrame to asmNoStackFrameAraq2014-02-181-5/+5
|
* the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-151-36/+53
|
* Merge pull request #867 from reactormonk/no_explicit_returnAndreas Rumpf2014-02-101-16/+17
|\ | | | | removed explicit return in the documentation