Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected backends.txt | Araq | 2014-06-30 | 2 | -15/+11 |
* | Merge pull request #1299 from gradha/pr_documents_interfacing | Andreas Rumpf | 2014-06-30 | 4 | -47/+443 |
|\ | |||||
| * | Mentions nodejs in js intro. Refs #1299. | Grzegorz Adam Hankiewicz | 2014-06-26 | 1 | -4/+7 |
| * | Rewords C derivate backend. Refs #1299. | Grzegorz Adam Hankiewicz | 2014-06-26 | 1 | -6/+6 |
| * | Adds tidbit about threads. | Grzegorz Adam Hankiewicz | 2014-06-22 | 1 | -1/+21 |
| * | Mentions memory management. | Grzegorz Adam Hankiewicz | 2014-06-22 | 1 | -5/+61 |
| * | Adds examples of backend calling nimrod. | Grzegorz Adam Hankiewicz | 2014-06-22 | 1 | -3/+110 |
| * | Adds nimrod to backend examples. | Grzegorz Adam Hankiewicz | 2014-06-22 | 1 | -2/+68 |
| * | Starts nimrod calling backend section. | Grzegorz Adam Hankiewicz | 2014-06-21 | 1 | -12/+60 |
| * | Starts backends.txt with bits from nimrodc.txt. | Grzegorz Adam Hankiewicz | 2014-06-21 | 3 | -37/+129 |
| * | Hyperlinks together importc like pragmas. | Grzegorz Adam Hankiewicz | 2014-06-21 | 2 | -10/+14 |
* | | Rename {.effect.} to {.effects.} in Tut 2 | def | 2014-06-21 | 1 | -1/+1 |
* | | Merge pull request #1281 from Araq/new_spawn | Andreas Rumpf | 2014-06-16 | 2 | -1/+99 |
|\ \ | |||||
| * | | some changes | Araq | 2014-06-09 | 1 | -11/+52 |
| * | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-06 | 1 | -0/+57 |
| |\ \ | |||||
| | * | | begin of spawn documentation | Araq | 2014-06-06 | 1 | -0/+57 |
| * | | | Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn | Araq | 2014-06-01 | 1 | -1/+1 |
| |\| | | |||||
| | * | | 'parallel' statement almost working | Araq | 2014-05-22 | 1 | -1/+1 |
* | | | | making clear structural equivalency for tuples doc | PavelVozenilek | 2014-06-15 | 1 | -2/+2 |
| |_|/ |/| | | |||||
* | | | Merge pull request #1251 from gradha/pr_misc_docs | Andreas Rumpf | 2014-06-12 | 1 | -0/+12 |
|\ \ \ | |||||
| * | | | Documents -d: in the compiler guide and hyperlinks assert/defined. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -0/+12 |
* | | | | Merge pull request #1257 from flaviut/fix1217 | Andreas Rumpf | 2014-06-09 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Regenerate docs | flaviut | 2014-06-08 | 1 | -1/+1 |
* | | | | | Merge pull request #1245 from flaviut/fix1217 | Andreas Rumpf | 2014-06-08 | 1 | -2/+2 |
|\| | | | | |/ / / |/| | | | |||||
| * | | | fix overlooked grammer comment | flaviut | 2014-06-08 | 1 | -0/+1 |
| * | | | updated grammer, fixed oversight | flaviut | 2014-06-04 | 1 | -2/+1 |
| |/ / | |||||
* | | | header pragma set to '<stdio.h>' in importc section | klaufir | 2014-06-03 | 1 | -1/+1 |
* | | | adding header pragma for printf ffi example | klaufir | 2014-06-01 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh... | Clay Sweetser | 2014-05-31 | 2 | -0/+146 |
|\ \ | |||||
| * | | Mentions useFFI and garbage collector options. | Grzegorz Adam Hankiewicz | 2014-04-20 | 1 | -0/+10 |
| * | | Adds documentation about koch. | Grzegorz Adam Hankiewicz | 2014-04-19 | 2 | -0/+136 |
* | | | Merge pull request #1178 from EXetoC/nostackframe | Andreas Rumpf | 2014-05-29 | 2 | -2/+6 |
|\ \ \ | |||||
| * | | | Forgot to remove that. | EXetoC | 2014-05-04 | 1 | -1/+1 |
| * | | | Typo. | EXetoC | 2014-05-04 | 1 | -1/+1 |
| * | | | asmNoStackFrame -> stackTrace:off | EXetoC | 2014-05-04 | 2 | -1/+5 |
| * | | | noStackFrame -> asmNoStackFrame | EXetoC | 2014-05-04 | 2 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge pull request #1132 from gradha/pr_index_improvements | Andreas Rumpf | 2014-05-26 | 16 | -205/+257 |
|\ \ \ | |||||
| * | | | Adds documentation section about the idx file format. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -14/+58 |
| * | | | Links naming api with coding guidelines. | Grzegorz Adam Hankiewicz | 2014-04-21 | 2 | -2/+11 |
| * | | | Removes many fake `idx` entries. | Grzegorz Adam Hankiewicz | 2014-04-21 | 9 | -167/+167 |
| * | | | Updates some document titles to read better in the index. | Grzegorz Adam Hankiewicz | 2014-04-21 | 8 | -22/+21 |
* | | | | Merge pull request #1191 from gradha/pr_removes_abstypes | Varriount | 2014-05-21 | 2 | -152/+65 |
|\ \ \ \ | |||||
| * | | | | Moves abstypes content into manual. | Grzegorz Adam Hankiewicz | 2014-05-11 | 2 | -152/+65 |
* | | | | | added note about `$` for cstrings to the manual | Charlie | 2014-05-18 | 1 | -0/+8 |
|/ / / / | |||||
* | / / | fix some typos | Patrick Pelletier | 2014-05-07 | 3 | -8/+8 |
| |/ / |/| | | |||||
* | | | fixed paths because caasdriver is now in testament | Simon Hafner | 2014-05-03 | 1 | -1/+1 |
* | | | minor tweak to the manual | Araq | 2014-04-22 | 1 | -1/+1 |
|/ / | |||||
* | | Rearrangements on the webpage's docs tab. | ReneSac | 2014-04-21 | 1 | -4/+4 |
* | | manual.txt updates | Araq | 2014-04-21 | 1 | -7/+44 |
* | | Merge pull request #1107 from ReneSac/devel | Andreas Rumpf | 2014-04-20 | 1 | -20/+54 |
|\ \ |