If $X$ and $Y$ are independent random variables that follow some distributions $F$ and $G$ resp., then the r.v. $X+Y$ follows $(F\star G)$, the convolution of the two distributions.
And if $\Bbb P(X\ge0)=\Bbb P(Y\ge 0)=1$ we can write $(F\star G)(x)=\int\limits_0^x G(x-u)dF(u)$. At least that's what is written in my notes.
Now I was familiar with the definition $(f\star g)(x)=\int\limits_{-\infty}^{\infty}f(x-u)g(u)du$ for the convolution from some real analysis courses and wikipedia.
So the former definition is confusing for me, especially $dF(u)$
By the chain rule, $dF(u)=f(u)du$ if the pdf $f=F^\prime$ exists. This makes the expressions coincide. The advantage of using $dF$ is it handles cases where the distribution isn't continuous.