WMA link
FoldList
FoldList[f, First[list], Rest[list]]
FoldList[f, x, {1, 2, 3}]
FoldList[Times, {1, 2, 3}]