Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hyperlinks echo variants with noSideEffect pragma. Refs #1379. | Grzegorz Adam Hankiewicz | 2014-07-19 | 1 | -3/+3 |
* | Merge branch 'new_spawn' into devel | Araq | 2014-07-15 | 1 | -295/+0 |
|\ | |||||
| * | c2nim is not part of the compiler anymore | Araq | 2014-06-30 | 1 | -295/+0 |
* | | fixes #1167 | Araq | 2014-07-08 | 1 | -1/+1 |
* | | implements #1332 | Araq | 2014-07-06 | 1 | -4/+4 |
* | | tut1.txt no BOM; streamlined example a bit | Araq | 2014-07-02 | 1 | -8/+4 |
* | | fixes #1161 | Araq | 2014-07-01 | 1 | -1/+4 |
* | | fixes #1135 | Araq | 2014-07-01 | 1 | -275/+0 |
* | | fixes #1264 | Araq | 2014-07-01 | 1 | -6/+7 |
* | | fixes #1268 | Araq | 2014-07-01 | 1 | -1/+2 |
* | | 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 |