How can I list recent posts excerpts?

Steal the code from get_the_excerpt():

apply_filters( 'get_the_excerpt', $recent['post_excerpt'] )