summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 'parallel' statement almost workingAraq2014-05-221-1/+1
* fixed paths because caasdriver is now in testamentSimon Hafner2014-05-031-1/+1
* minor tweak to the manualAraq2014-04-221-1/+1
* Rearrangements on the webpage's docs tab.ReneSac2014-04-211-4/+4
* manual.txt updatesAraq2014-04-211-7/+44
* Merge pull request #1107 from ReneSac/develAndreas Rumpf2014-04-201-20/+54
|\
| * Referential data types may need to be declared.ReneSac2014-04-191-6/+7
| * Additions and clarifications to tutorial 1.ReneSac2014-04-171-21/+54
* | reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-0/+1
* | Added new future module with a closure macro.Dominik Picheta2014-04-201-0/+3
* | removed flawed thread analysis passAraq2014-04-201-1/+0
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-201-0/+1
|\ \
| * | Mentions jsondoc in compiler advanced help.Grzegorz Adam Hankiewicz2014-04-191-0/+1
| |/
* | New concurrency model: next stepsAraq2014-04-191-78/+26
* | new concurrency model: first steps; shared is not a keyword anymoreAraq2014-04-141-1/+1
|/
* implemented 'R ptr T' syntaxAraq2014-04-131-7/+8
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAndreas Rumpf2014-04-131-4/+37
|\
| * Rewrote sentence about Babel in lib.txt.Dominik Picheta2014-04-121-4/+5
| * Implemented babel package list in lib.html.Dominik Picheta2014-04-121-0/+32
* | fixed a typoAndreas Rumpf2014-04-131-1/+1
|/
* refined and documented regionized pointersAraq2014-04-091-0/+59
* merged better html links #850Araq2014-04-082-7/+128
* Selectors module now uses select on operating systems other than Linux.Dominik Picheta2014-04-061-0/+4
* Updates docs and news.Dominik Picheta2014-04-061-0/+24
* borrow dots for distinct types documentedAraq2014-03-261-0/+22
* mongodb wrapper properly removed from coreAraq2014-03-251-5/+0
* fixes #1006Araq2014-03-221-7/+10
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-221-0/+10
|\
| * Fixed typo in docsAudun Wilhelmsen2014-03-211-1/+1
| * Fixed typo and line breaks in docsAudun Wilhelmsen2014-03-201-3/+8
| * Added documentation for packed pragmaAudun Wilhelmsen2014-03-201-0/+5
* | fixed tuples in a static context; preparations for correct compile time evalu...Araq2014-03-221-1/+1
* | improved docs about strongSpacesAraq2014-03-221-0/+5
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-101-9/+15
|\
| * fix #866; generic static paramsZahary Karadjov2014-03-091-2/+2
| * Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-091-3/+43
| |\
| * | implicit auto return type for inline iteratorsZahary Karadjov2014-03-081-7/+13
* | | minor additions to the manualAraq2014-03-101-4/+17
| |/ |/|
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-072-3/+3
|\|
| * Merge branch 'devel' of github.com:Araq/Nimrod into develZahary Karadjov2014-03-061-0/+47
| |\
| * | fix #587Zahary Karadjov2014-03-061-1/+1
| * | split the inline and closure iterators into different symbol kinds for easier...Zahary Karadjov2014-03-061-2/+2
* | | implements strongSpaces parsing modeAraq2014-03-071-3/+43
| |/ |/|
* | implemented 'union' and 'unchecked' pragmasAraq2014-03-051-0/+47
|/
* renamed noStackFrame to asmNoStackFrameAraq2014-02-181-5/+5
* the delegator pragma becomes a set of dot operatorsZahary Karadjov2014-02-151-36/+53
* Merge pull request #867 from reactormonk/no_explicit_returnAndreas Rumpf2014-02-103-23/+24
|\
| * tracked down a few more returnsSimon Hafner2014-02-053-21/+22
| * removed explicit return in the documentationSimon Hafner2014-02-032-2/+2
* | nofoward doesn't exist yet; fixes #890Araq2014-02-101-39/+42