summary refs log tree commit diff stats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #764 from gradha/pr_doc_improvementsAndreas Rumpf2013-12-201-15/+0
|\ | | | | Documentation improvements
| * Updates idetools docs after changes by #743.Grzegorz Adam Hankiewicz2013-12-181-15/+0
| |
* | Merge pull request #753 from gradha/pr_idetools_quoteAndreas Rumpf2013-12-201-0/+5
|\ \ | | | | | | Adds fitting quote to idetools doc.
| * | Adds fitting quote to idetools doc.Grzegorz Adam Hankiewicz2013-12-151-0/+5
| |/
* | Merge pull request #739 from gradha/pr_adds_to_quit_docsGrzegorz Adam Hankiewicz2013-12-171-1/+5
|\ \ | | | | | | Adds to quit docs
| * | Adds example to fatal pragma.Grzegorz Adam Hankiewicz2013-12-121-1/+5
| |/
* / implemented 'injectStmt'; more debug supportAraq2013-12-162-0/+25
|/
* Fixes strutils reference in macro tutorial.Grzegorz Adam Hankiewicz2013-12-081-1/+1
|
* Adds missing ``s`` to sligthly odd sentence.Grzegorz Adam Hankiewicz2013-12-081-1/+1
|
* Fixes link to manual in bold section.Grzegorz Adam Hankiewicz2013-12-081-3/+3
| | | | | | Nested inline markup is not possible at the moment, see http://stackoverflow.com/a/9645684/172690. Maybe this would be a useful extension to have in nimrod's custom rst engine?
* Merge pull request #676 from gradha/pr_expands_macro_tutorialGrzegorz Adam Hankiewicz2013-12-021-9/+262
|\ | | | | Expands tutorial macro section with step by step guide.
| * Corrects grammar and span of italics in text.Grzegorz Adam Hankiewicz2013-11-191-1/+1
| |
| * Modifies example to use splitLines.Grzegorz Adam Hankiewicz2013-11-191-7/+9
| |
| * Expands tutorial macro section with step by step guide.Grzegorz Adam Hankiewicz2013-11-161-9/+260
| |
* | Mentions tuple unpacking only works in var/let blocks.Grzegorz Adam Hankiewicz2013-12-011-7/+21
| |
* | Adds to tutorial info about unpacking tuples.Grzegorz Adam Hankiewicz2013-11-261-3/+37
| |
* | Merge pull request #666 from gradha/pr_links_algorithm_moduleAndreas Rumpf2013-11-191-0/+2
|\ \ | | | | | | Links algorithm module from library index.
| * | Links algorithm module from library index.Grzegorz Adam Hankiewicz2013-11-081-0/+2
| |/
* / simple unit test and better documentation for the user defined type classesZahary Karadjov2013-11-171-11/+20
|/
* a few typosMark Henderson2013-11-031-4/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-10-312-8/+15
|\
| * Changed backslash to forward slashVarriount2013-10-231-1/+1
| | | | | | Changed backslash to forward slash (why I used a backslash in the first place, I have no idea).
| * Added some information on sequences.Clay Sweetser2013-10-211-5/+6
| |
| * Added instructions on using koch to compile nimrod with GDB support.Clay Sweetser2013-10-211-1/+6
| |
| * Fixed regression on ARM caused by the changed behaviour of noStackFrame in ↵Dominik Picheta2013-10-191-2/+3
| | | | | | | | commit ac474a28120.
* | GC: even more stress testingAraq2013-10-311-1/+1
|/
* cooler quote for c2nimAraq2013-10-101-7/+1
|
* 'noStackFrame' implies 'naked' in the generated C codeAraq2013-10-061-2/+4
|
* the compiler can now deal with multiple modules of the same nameAraq2013-09-261-1/+2
|
* documentation improvementsAraq2013-09-251-0/+37
|
* support for multiple modules of the same name; niminst supports 'platforms'; ↵Araq2013-09-242-21/+48
| | | | minor bugfixes
* support for --cs:partialAraq2013-09-241-0/+2
|
* cn2im: basic C++ supportAraq2013-09-102-1/+2
|
* resolved the conflictAraq2013-09-032-5/+125
|\
| * partially documented the new featuresZahary Karadjov2013-09-031-4/+126
| |
| * implemented the using statementZahary Karadjov2013-08-311-1/+1
| |
* | better support for GNU's assemblerAraq2013-09-031-0/+27
|/
* implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-231-7/+26
|
* fixed and documented computedGoto pragmaAraq2013-08-222-1/+46
|
* new VM: next stepsAraq2013-08-031-0/+4
|
* Merge pull request #515 from gradha/pr_idetools_improvementsAraq2013-07-071-11/+142
|\ | | | | Idetools improvements
| * Documents idetools skMacro with failure test case.Grzegorz Adam Hankiewicz2013-07-061-0/+20
| |
| * Documents idetools skLabel with failure test case.Grzegorz Adam Hankiewicz2013-07-061-0/+16
| |
| * Moves caasdriver comments into idetools document.Grzegorz Adam Hankiewicz2013-07-061-2/+95
| |
| * Mentions expected order of idetools suggest results.Grzegorz Adam Hankiewicz2013-07-061-1/+3
| |
| * Adds caas and idetools keywords to The One And Only Great Index.Grzegorz Adam Hankiewicz2013-07-061-8/+8
| |
* | Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-052-2/+31
|/
* --os:standalone works againAraq2013-06-301-2/+7
|
* Merge pull request #486 from gradha/pr_idetools_docsAraq2013-06-283-0/+479
|\ | | | | Adds idetools docs
| * Starts idetools specific documentation.Grzegorz Adam Hankiewicz2013-06-162-0/+475
| |