Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove ArrayDummySize with unchecked arrays (#5818) | Jacek Sieka | 2017-08-28 | 1 | -5/+1 |
| | |||||
* | Replaced en-dash with hyphen for identifier equality (#6272) | Fredrik Høisæther Rasch | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -0/+8 |
| | | | | close #5845 | ||||
* | Update pragmas.txt (#6006) | Dan | 2017-06-21 | 1 | -2/+23 |
| | | | Added more info on how the format strings work for codegenDecl | ||||
* | fix affecting templates with explicit generic params | Zahary Karadjov | 2017-05-13 | 1 | -2/+2 |
| | |||||
* | manual additions for the covariant generic parameters | Zahary Karadjov | 2017-05-12 | 1 | -2/+87 |
| | |||||
* | explain covariance in the manual | Zahary Karadjov | 2017-05-12 | 1 | -0/+16 |
| | |||||
* | object construction: test cases and manual additions | Zahary Karadjov | 2017-04-06 | 1 | -1/+3 |
| | |||||
* | News items for previous commit | Zahary Karadjov | 2017-04-06 | 1 | -3/+3 |
| | |||||
* | remove the need for the .procvar annotation | Andreas Rumpf | 2017-04-03 | 1 | -10/+0 |
| | |||||
* | remove en-dash from the language | Andreas Rumpf | 2017-04-02 | 1 | -2/+1 |
| | |||||
* | support for the Genode OS framework (#5560) | Emery Hemingway | 2017-03-31 | 1 | -1/+1 |
| | |||||
* | requested code review changes | Zahary Karadjov | 2017-03-29 | 1 | -8/+23 |
| | |||||
* | restore the T1-T9 types and clarify how generic concepts work | Zahary Karadjov | 2017-03-28 | 1 | -6/+25 |
| | |||||
* | use lower-case proc names | Zahary Karadjov | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | Working test cases for the sophisticated matrix library example from the manual | Zahary Karadjov | 2017-03-24 | 1 | -8/+22 |
| | | | | | Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style | ||||
* | infer static parameters even when more complicated arithmetic is involved | Zahary Karadjov | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | some revisions to the Concepts and VTable types specs | Zahary Karadjov | 2017-03-24 | 1 | -25/+24 |
| | |||||
* | future manual additions for the full concept spec I'm aiming to implement | Zahary Karadjov | 2017-03-24 | 1 | -19/+361 |
| | |||||
* | Deleted parenthetical phrase (#5526) | Mark Summerfield | 2017-03-14 | 1 | -1/+1 |
| | | | I deleted it because it came across as arrogant. It is also contentious so IMO has no place in a manual. | ||||
* | Typo (#5495) | Andrea Griffini | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | 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 |
| |