summary refs log tree commit diff stats
path: root/doc/destructors.rst
Commit message (Expand)AuthorAgeFilesLines
* document type bound operators (#17063)Timothee Cour2021-02-231-2/+3
* Reboot of #16195 (#16746)Clyybber2021-01-201-2/+8
* include example of error-marked copy proc (#15886)n5m2020-11-091-1/+7
* micro improvements (#15849)Andreas Rumpf2020-11-051-1/+1
* Massive documentation fixes + copy editing (#15747)Yanis Zafirópulos2020-10-291-12/+12
* renamed '=' to '=copy' [backport:1.2] (#15585)Andreas Rumpf2020-10-151-11/+11
* disable sink inference, only enable it for the stdlib. Reason: better source ...Andreas Rumpf2020-07-281-4/+8
* cleanup ARC documentation (#15100)Andreas Rumpf2020-07-281-42/+0
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-151-1/+27
* Update docs and changelogClyybber2020-07-101-3/+4
* scoped memory management (#14790)Andreas Rumpf2020-07-041-2/+2
* Fix some typos (#14843)Danil Yarantsev2020-06-281-1/+1
* fixes #13881Andreas Rumpf2020-05-121-3/+44
* changed type() to typeof() in docs and error messages (#14084)hlaaftana2020-04-241-2/+2
* arc optimizations (#13325)Andreas Rumpf2020-03-181-0/+1
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-0/+17
* make sink operator optional (#13068)cooldome2020-01-171-2/+6
* Fix typo in doc/destructors.rst (#13148)Tomohiro2020-01-141-1/+1
* destructors.rst: added a missing 'var' to the motivating exampleAraq2019-10-281-1/+1
* destructors: spec reflects reality, =sink is here to stayAndreas Rumpf2019-08-111-131/+135
* destructors spec: be more precise about temporariesAndreas Rumpf2019-07-271-1/+3
* added destructors.rst documentAndreas Rumpf2019-07-011-0/+563