Commit Graph

514 Commits

Author SHA1 Message Date
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
Araq
05e89ffceb Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-04-20 01:19:10 +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
Andreas Rumpf
90a6f4ba98 fixed a typo 2014-04-13 00:00:06 +02:00
Dominik Picheta
e333b8bc1e Rewrote sentence about Babel in lib.txt. 2014-04-12 01:42:09 +01:00
Dominik Picheta
58e583e39b Implemented babel package list in lib.html. 2014-04-12 00:09:03 +01:00
Araq
d0f013477b refined and documented regionized pointers 2014-04-09 08:37:08 +02:00
Araq
3e25d5f247 merged better html links #850 2014-04-08 01:19:15 +02:00
Dominik Picheta
d98b0d9f79 Selectors module now uses select on operating systems other than Linux. 2014-04-06 21:43:51 +01:00
Dominik Picheta
b2fd562983 Updates docs and news. 2014-04-06 20:46:31 +01:00
Araq
7874c0efcb borrow dots for distinct types documented 2014-03-26 08:42:27 +01:00
Araq
9e66d988e7 mongodb wrapper properly removed from core 2014-03-25 01:26:32 +01:00
Araq
b76d2eac7f fixes #1006 2014-03-22 22:59:23 +01:00
Araq
5aac789e0e Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-03-22 02:52:33 +01:00
Araq
e53fc91282 fixed tuples in a static context; preparations for correct compile time evaluation of integral ops 2014-03-22 02:52:06 +01:00
Araq
28e375c4f6 improved docs about strongSpaces 2014-03-22 02:45:35 +01:00
Audun Wilhelmsen
2a182f55ae Fixed typo in docs 2014-03-21 18:10:27 +01:00
Audun Wilhelmsen
1b423139e6 Fixed typo and line breaks in docs 2014-03-20 23:47:50 +01:00
Audun Wilhelmsen
b59fba5845 Added documentation for packed pragma 2014-03-20 23:11:33 +01:00
Araq
3270676e77 Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-03-10 22:23:38 +01:00
Araq
d4714ed14e minor additions to the manual 2014-03-10 08:46:41 +01:00
Zahary Karadjov
45a345e93d fix #866; generic static params 2014-03-09 23:38:17 +02:00
Zahary Karadjov
5820093e58 Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-03-09 14:02:16 +02:00
Zahary Karadjov
518b794491 implicit auto return type for inline iterators 2014-03-08 23:27:33 +02:00
Araq
dd216755ff Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-03-07 22:28:48 +01:00
Araq
91d842e1ec implements strongSpaces parsing mode 2014-03-07 22:25:05 +01:00
Zahary Karadjov
2cbe46daff Merge branch 'devel' of github.com:Araq/Nimrod into devel 2014-03-06 23:25:45 +02:00
Zahary Karadjov
ee1b0d8c67 fix #587 2014-03-06 23:25:04 +02:00
Zahary Karadjov
862c0ef83d split the inline and closure iterators into different symbol kinds for easier discrimination between them 2014-03-06 21:57:35 +02:00
Araq
5506e8491d implemented 'union' and 'unchecked' pragmas 2014-03-05 20:19:04 +01:00
Araq
ab72377ce6 renamed noStackFrame to asmNoStackFrame 2014-02-18 09:57:59 +01:00
Zahary Karadjov
492fa86638 the delegator pragma becomes a set of dot operators 2014-02-15 17:41:35 +02:00
Andreas Rumpf
c1707e920e Merge pull request #867 from reactormonk/no_explicit_return
removed explicit return in the documentation
2014-02-10 00:22:50 +01:00
Araq
b9c0a4addc nofoward doesn't exist yet; fixes #890 2014-02-10 00:16:29 +01:00
Araq
dbc8aa60e3 fixes 'newSeq[T]' instantiation bug 2014-02-09 00:41:53 +01:00
Araq
d07d83d8fc Merge branch 'devel' of https://github.com/Araq/Nimrod into devel 2014-02-07 18:21:25 +01:00
Araq
a087f6057e bugfix: codegen issue that caused getGMTime() to leak memory 2014-02-07 17:06:20 +01:00
superfunc
f05acd9612 Fixed typo's in tutorial 2 2014-02-05 16:56:43 -08:00
Simon Hafner
fb85d6062a tracked down a few more returns 2014-02-05 13:14:08 -06:00