Commit Graph
550 Commits
Author SHA1 Message Date
def 3c89ad78eb Rename {.effect.} to {.effects.} in Tut 2 2014-06-21 13:42:29 +02:00
Andreas Rumpf 2ec1501c7a Merge pull request #1281 from Araq/new_spawn
New spawn
2014-06-16 23:03:17 +02:00
PavelVozenilek 21423e5107 making clear structural equivalency for tuples doc 2014-06-15 22:53:09 +02:00
Andreas Rumpf d927eb5854 Merge pull request #1251 from gradha/pr_misc_docs
Misc docs suggestions
2014-06-12 16:39:20 +02:00
Araq 947b152163 some changes 2014-06-09 08:03:54 +02:00
Andreas Rumpf 41e599abb9 Merge pull request #1257 from flaviut/fix1217
Fix bug in previous PR
2014-06-09 07:59:38 +02:00
flaviut bebc3f62a9 Regenerate docs 2014-06-08 19:42:28 -04:00
Andreas Rumpf ee1bb2d562 Merge pull request #1245 from flaviut/fix1217
Allow anything to go inside accents
2014-06-08 22:00:26 +02:00
flaviut 145cb3ae8c fix overlooked grammer comment 2014-06-08 15:46:19 -04:00
Grzegorz Adam Hankiewicz 3f9ad7ef22 Documents -d: in the compiler guide and hyperlinks assert/defined. 2014-06-06 22:03:38 +02:00
Araq 4220b1c81d Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn 2014-06-06 21:11:11 +02:00
Araq c8b5d6a634 begin of spawn documentation 2014-06-06 08:48:38 +02:00
flaviut 6b9359d901 updated grammer, fixed oversight 2014-06-04 15:40:31 -04:00
klaufir 24c0044046 header pragma set to '<stdio.h>' in importc section 2014-06-03 08:07:27 +02:00
Araq be229163af Merge branch 'new_spawn' of https://github.com/Araq/Nimrod into new_spawn 2014-06-01 22:00:06 +02:00
klaufir 56a912fb2a adding header pragma for printf ffi example 2014-06-01 04:20:47 +02:00
Clay Sweetser 24e6baa3e2 Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradha-pr_documents_koch
Conflicts:
	web/nimrod.ini
2014-05-31 14:41:34 -04:00
Andreas Rumpf 208a594ff1 Merge pull request #1178 from EXetoC/nostackframe
noStackFrame -> asmNoStackFrame
2014-05-29 02:15:01 +02:00
Andreas Rumpf 97fa3391f2 Merge pull request #1132 from gradha/pr_index_improvements
Documentation index improvements
2014-05-26 00:12:25 +02:00
Araq 417b9f5a1d 'parallel' statement almost working 2014-05-22 08:41:50 +02:00
Varriount 2232c187a7 Merge pull request #1191 from gradha/pr_removes_abstypes
Moves abstypes content into manual.
2014-05-21 17:56:54 -04:00
Charlie e59ba5d8b2 added note about $ for cstrings to the manual 2014-05-18 18:48:12 -04:00
Grzegorz Adam Hankiewicz a16f762ce2 Moves abstypes content into manual. 2014-05-11 09:58:44 +02:00
Patrick Pelletier 809390ef46 fix some typos 2014-05-07 17:34:22 -07:00
EXetoC 19c73a5d02 Forgot to remove that. 2014-05-04 22:50:35 +02:00
EXetoC f8b5133750 Typo. 2014-05-04 22:49:58 +02:00
EXetoC 0a0b74bc24 asmNoStackFrame -> stackTrace:off 2014-05-04 22:48:53 +02:00
EXetoC 8d19b09959 noStackFrame -> asmNoStackFrame 2014-05-04 16:07:37 +02:00
Simon Hafner dfeb573edb fixed paths because caasdriver is now in testament 2014-05-03 12:14:28 -05:00
Araq e128f48ff6 minor tweak to the manual 2014-04-22 23:27:35 +02:00
Grzegorz Adam Hankiewicz f70015bee3 Adds documentation section about the idx file format. 2014-04-21 23:28:36 +02:00
Grzegorz Adam Hankiewicz d89918ab46 Links naming api with coding guidelines. 2014-04-21 21:07:25 +02:00
Grzegorz Adam Hankiewicz 61ded5ab60 Removes many fake idx entries.
These *fake* entries are not needed any more now that the table of
contents of documentation files appear in the index.
2014-04-21 21:07:13 +02:00
Grzegorz Adam Hankiewicz 1f4f5d27ee Updates some document titles to read better in the index. 2014-04-21 21:05:48 +02:00
ReneSac c1c889b9d7 Rearrangements on the webpage's docs tab. 2014-04-21 12:38:10 -03:00
Araq 80e377b668 manual.txt updates 2014-04-21 09:45:21 +02:00
Andreas Rumpf 1205f9107e Merge pull request #1107 from ReneSac/devel
Additions and clarifications to tutorial 1.
2014-04-20 23:39:25 +02:00
Araq 4075159933 reintroduce thread analysis but disable it for backwards compatibility 2014-04-20 22:15:25 +02:00
Dominik Picheta 232d252885 Added new future module with a closure macro. 2014-04-20 14:33:44 +01:00
Araq be6474af63 removed flawed thread analysis pass 2014-04-20 14:00:04 +02:00
Grzegorz Adam Hankiewicz 72ff19fa92 Mentions useFFI and garbage collector options. 2014-04-20 12:51:48 +02:00
Araq 05e89ffceb Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-04-20 01:19:10 +02:00
Grzegorz Adam Hankiewicz dd6c5f8929 Adds documentation about koch. 2014-04-19 22:42:22 +02:00
Araq 3b69a8d27a New concurrency model: next steps 2014-04-19 22:24:43 +02:00
ReneSac 56a6928635 Referential data types may need to be declared.
And other small fixes.
2014-04-19 13:31:55 -03:00
Grzegorz Adam Hankiewicz 6ee1717238 Mentions jsondoc in compiler advanced help. 2014-04-19 11:46:28 +02:00
ReneSac e2fe9dd9ab Additions and clarifications to tutorial 1. 2014-04-17 21:28:08 -03:00
Araq b961e47bfe new concurrency model: first steps; shared is not a keyword anymore 2014-04-14 08:45:43 +02:00
Araq d96f25619a implemented 'R ptr T' syntax 2014-04-13 22:31:49 +02:00
Andreas Rumpf 2e9950afe8 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-04-13 00:40:17 +02:00