about summary refs log tree commit diff
path: root/src/tools/cargotest/lockfiles
AgeCommit message (Collapse)AuthorLines
2019-09-26cargotest: bump ironMazdak Farrokhzad-457/+0
2017-03-29rustbuild: Update bootstrap compilerAlex Crichton-133/+226
Now that we've also updated cargo's release process this commit also changes the download location of Cargo from Cargos archives back to the static.r-l.o archives. This should ensure that the Cargo download is the exact Cargo paired with the rustc that we release.
2016-03-22Introduce 'cargotest' and the check-cargotest buildstepBrian Anderson-0/+364
This is a new suite of tests that verifies that the compiler builds specific revisions of select crates from crates.io. It does not run by default. It is intended that buildbot runs these tests against all PRs, and gate on them.