added 5 commits
August 19, 2014 21:35…forward references Improve forward reference resolution in template instantiation with alias - Check needGagging in TemplateInstance::semantic2() - Set TemplateInstance::speculative if global.gag is set in semantic()
…regate members It would cause unresolved forward reference because `TypeStruct::hasPointers()` requires the complete types of the fields.
9rnsr
mentioned this pull request
Merged
WalterBright added a commit that referenced this pull request
Aug 20, 20149rnsr pushed a commit to 9rnsr/dmd that referenced this pull request
Aug 26, 2014
9rnsr
mentioned this pull request
Merged
Merged
gulugulubing pushed a commit to gulugulubing/dmd that referenced this pull request
Mar 15, 2026* [spec/memory-safe-d] Improve `return` attribute docs Fix Bugzilla 24659 - Memory safe D page lacks information on return ref. Reword `return scope` docs (before this was just listed as `return`). Move sentence about constructor `return` attribute after method attribute. * 'indicate' grammar Co-authored-by: Dennis <dkorpel@users.noreply.github.com> * `this` is considered the first parameter * `return` can't appear after free function parameter list --------- Co-authored-by: Dennis <dkorpel@users.noreply.github.com>