summary refs log tree commit diff stats
path: root/compiler/sinkparameter_inference.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #14079 [backport:1.2] (#14163)Andreas Rumpf2020-04-291-2/+1
|
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-0/+70
* ensure capitalize doesn't take an inferred sink parameter * sink parameter inference: first version, for now disabled. Changed that sink parameters can be consumed multiple times in order to adhere to our spec. * sink inference can now be disabled with .nosinks; sometimes for proc type interop this is required * fixes yet another critical DFA bug * better implementation that also understands if expressions etc * document sink parameter inference and allow for global disabling