Here’s the code to add to your archive template, e.g. archives.php.

Last 50 Posts:

wp_get_archives( array( 
	'type' =?>
 'postbypost', 'limit' => 50, 'format' => '', 'before' => '- ', 'after' => '
' )); ?>