[][src]Function rustc_artifacts::master_commits

pub async fn master_commits(
) -> Result<Vec<Commit>, Box<dyn Error + Sync + Send>>

This provides the master-branch Rust commits which should have accompanying bors artifacts available.

The first commit returned (at index 0) is the most recent, the last is the oldest.

Specifically, this is the last 168 days of bors commits.

Note that this does not contain try commits today, so it should not be used to validate hashes or expand them generally speaking. This may also change in the future.