Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed onThreadCreation; onThreadDestruction is now thread local | Araq | 2017-02-26 | 1 | -2/+0 |
| | |||||
* | Enabled explicitly unknown lock levels (#5409) | Fabian Keller | 2017-02-20 | 1 | -0/+19 |
| | | | | | | | * enabled explicitly unknown lock levels * allowing "unknown" as locks pragma * added test case for locks pragma * updated docs on locks pragma | ||||
* | new feature: .used pragma to suppress declared-but-not-used warning | Araq | 2017-02-17 | 1 | -0/+20 |
| | |||||
* | minor documentation improvements | Araq | 2017-02-17 | 1 | -6/+6 |
| | |||||
* | documented the new .gcsafe override pragma | Araq | 2017-01-20 | 1 | -0/+15 |
| | |||||
* | minor manual improvement; refs #5181 | Araq | 2017-01-07 | 1 | -1/+2 |
| | |||||
* | updated doc for dynlib pragma | Arne Döring | 2017-01-04 | 1 | -1/+5 |
| | |||||
* | reworked emit pragma; fixes #4730 | Andreas Rumpf | 2016-12-17 | 1 | -7/+5 |
| | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 1 | -2/+30 |
| | |||||
* | disallow recursive module dependencies | Araq | 2016-11-23 | 1 | -30/+2 |
| | |||||
* | (minor) Doc change for #3130 | singularperturbation | 2016-10-31 | 1 | -1/+2 |
| | |||||
* | fixes #3485 | Andreas Rumpf | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | Misc documentation fixes | Simon Ruderich | 2016-09-17 | 7 | -18/+19 |
| | |||||
* | Typo? | Yuta Yamada | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | cstring doc | Arne Döring | 2016-09-05 | 1 | -2/+4 |
| | |||||
* | fixes #4579 | Andreas Rumpf | 2016-08-23 | 1 | -3/+23 |
| | |||||
* | removed 'strong spaces' from the manual because some people on reddit who ↵ | Andreas Rumpf | 2016-08-05 | 1 | -42/+0 |
| | | | | never actually tried the feature are afraid that they could be confused (TM). Boo, we like to learn crazy precedence tables instead and check they adhere with the spacing. | ||||
* | Merge pull request #4563 from krux02/spec-update | Andreas Rumpf | 2016-08-03 | 2 | -5/+7 |
|\ | | | | | updadet doc/manual array construction syntax | ||||
| * | updadet doc/manual array construction syntax | Arne Döring | 2016-08-03 | 2 | -5/+7 |
| | | |||||
* | | fix several broken links | miere43 | 2016-07-31 | 1 | -1/+1 |
| | | |||||
* | | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 6 | -34/+32 |
|/ | |||||
* | overloading of dot and parenthesis operators should now be done in .experimental | Andreas Rumpf | 2016-07-22 | 1 | -0/+3 |
| | |||||
* | updated 'concept' docs | Andreas Rumpf | 2016-07-19 | 1 | -10/+0 |
| | |||||
* | Merge pull request #4445 from Jeff-Ciesielski/jeffc/define_assignments | Andreas Rumpf | 2016-07-05 | 1 | -0/+27 |
|\ | | | | | Add the ability to pass a value with the -d flag | ||||
| * | Update documentation and news | Jeff Ciesielski | 2016-07-05 | 1 | -0/+27 |
| | | |||||
* | | Added a note on closureScope. Added Kyiv :) | Yuriy Glukhov | 2016-06-28 | 1 | -1/+7 |
|/ | |||||
* | Fix a small typo in the manual | Austin Morris | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | documented new .this pragma | Andreas Rumpf | 2016-06-06 | 3 | -14/+58 |
| | |||||
* | Corrected link in manual. | A. S. Budden | 2016-06-06 | 1 | -2/+2 |
| | |||||
* | documentation build cleaned up | Andreas Rumpf | 2016-05-31 | 4 | -4/+4 |
| | |||||
* | fixes #1152 | Andreas Rumpf | 2016-04-03 | 1 | -32/+0 |
| | |||||
* | Fix typo in manual | def | 2016-03-26 | 1 | -1/+1 |
| | |||||
* | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 1 | -39/+20 |
| | |||||
* | Merge pull request #3860 from yuutayamada/fix-document | reactormonk | 2016-02-12 | 1 | -1/+1 |
|\ | | | | | Fix few documentation a typo and old link | ||||
| * | needs needs -> needs | Yuta Yamada | 2016-02-11 | 1 | -1/+1 |
| | | |||||
* | | manual: typo | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
| | | |||||
* | | Fixes typo in doc/manual/threads.txt | Prayag Verma | 2016-02-01 | 1 | -1/+1 |
| | | | | | | Spelling mistake fixed `overriden` >`overridden` | ||||
* | | documentation proper bracketing | Andreas Rumpf | 2016-01-27 | 1 | -1/+1 |
| | | |||||
* | | Promote "echo" syntax without parenthesis | Adam Stankiewicz | 2016-01-26 | 5 | -28/+28 |
| | | |||||
* | | minor website and documentation updates | Araq | 2016-01-18 | 1 | -1/+1 |
|/ | |||||
* | removed wrong documentation | Andreas Rumpf | 2016-01-17 | 1 | -1/+0 |
| | |||||
* | implements final version of multiline comments | Andreas Rumpf | 2016-01-17 | 1 | -16/+7 |
| | |||||
* | implements multi-line-comments; pounds are stripped from the doc comments | Andreas Rumpf | 2016-01-16 | 1 | -0/+38 |
| | |||||
* | updated the documentation for the 'do' notation | Andreas Rumpf | 2016-01-16 | 1 | -4/+4 |
| | |||||
* | finally removes 'echo ' gotcha | Andreas Rumpf | 2016-01-15 | 1 | -0/+8 |
| | |||||
* | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | documented untyped/typed meta-types | Araq | 2015-11-10 | 2 | -22/+88 |
| | |||||
* | updated 'Void context' section specifying more precisely that assignment to ↵ | Iakiv Kramarenko | 2015-11-02 | 1 | -1/+1 |
| | | | | result triggers MANDATORY void context FOR THE SUBSEQUENT EXPRESSIONS | ||||
* | added --reportConceptFailures switch to the manual | Araq | 2015-10-22 | 1 | -0/+4 |
| | |||||
* | fix #3418 add example on openArray to types.txt | JamesP | 2015-10-05 | 1 | -0/+5 |
| |