Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more precise word | PavelVozenilek | 2014-09-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1251 from gradha/pr_misc_docs | Andreas Rumpf | 2014-06-12 | 1 | -0/+12 |
|\ | | | | | Misc docs suggestions | ||||
| * | 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 |
|\ \ | | | | | | | Fix bug in previous PR | ||||
| * | | Regenerate docs | flaviut | 2014-06-08 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1245 from flaviut/fix1217 | Andreas Rumpf | 2014-06-08 | 1 | -2/+2 |
|\| | | |/ |/| | Allow anything to go inside accents | ||||
| * | 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 ↵ | Clay Sweetser | 2014-05-31 | 2 | -0/+146 |
|\ | | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini | ||||
| * | 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 |
|\ \ | | | | | | | noStackFrame -> asmNoStackFrame | ||||
| * | | 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 |
|\ \ \ | | | | | | | | | Documentation index improvements | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | These *fake* entries are not needed any more now that the table of contents of documentation files appear in the index. | ||||
| * | | | 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. | ||||
| * | | | | 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 |
|\ \ | | | | | | | Additions and clarifications to tutorial 1. | ||||
| * | | Referential data types may need to be declared. | ReneSac | 2014-04-19 | 1 | -6/+7 |
| | | | | | | | | | | | | And other small fixes. | ||||
| * | | Additions and clarifications to tutorial 1. | ReneSac | 2014-04-17 | 1 | -21/+54 |
| |/ | |||||
* | | reintroduce thread analysis but disable it for backwards compatibility | Araq | 2014-04-20 | 1 | -0/+1 |
| | | |||||
* | | Added new future module with a closure macro. | Dominik Picheta | 2014-04-20 | 1 | -0/+3 |
| | | |||||
* | | removed flawed thread analysis pass | Araq | 2014-04-20 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 1 | -0/+1 |
|\ \ | |||||
| * | | Mentions jsondoc in compiler advanced help. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -0/+1 |
| |/ | |||||
* | | New concurrency model: next steps | Araq | 2014-04-19 | 1 | -78/+26 |
| | | |||||
* | | new concurrency model: first steps; shared is not a keyword anymore | Araq | 2014-04-14 | 1 | -1/+1 |
|/ | |||||
* | implemented 'R ptr T' syntax | Araq | 2014-04-13 | 1 | -7/+8 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Andreas Rumpf | 2014-04-13 | 1 | -4/+37 |
|\ | |||||
| * | Rewrote sentence about Babel in lib.txt. | Dominik Picheta | 2014-04-12 | 1 | -4/+5 |
| | | |||||
| * | Implemented babel package list in lib.html. | Dominik Picheta | 2014-04-12 | 1 | -0/+32 |
| | | |||||
* | | fixed a typo | Andreas Rumpf | 2014-04-13 | 1 | -1/+1 |
|/ | |||||
* | refined and documented regionized pointers | Araq | 2014-04-09 | 1 | -0/+59 |
| | |||||
* | merged better html links #850 | Araq | 2014-04-08 | 2 | -7/+128 |
| | |||||
* | Selectors module now uses select on operating systems other than Linux. | Dominik Picheta | 2014-04-06 | 1 | -0/+4 |
| | |||||
* | Updates docs and news. | Dominik Picheta | 2014-04-06 | 1 | -0/+24 |
| |