Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extra space printed in empty structs (#6750) | Thomas Lively | 2024-07-16 | 1 | -1/+1 |
| | | | | | | When we switched to the new type printing machinery, we inserted this extra space to minimize the diff in the test output compared with the previous type printer. Improve the quality of the printed output by removing it. | ||||
* | [threads] Add a "shared-everything" feature (#6658) | Thomas Lively | 2024-06-14 | 1 | -0/+12 |
Add the feature and flags to enable and disable it. Require the new feature to be enabled for shared heap types to validate. To make the test work, update the validator to actually check features for global types. |