The Wire · Showcase
RUST-LANG INFRASTRUCTURE SHIFTS GEARS: DATADOG UPGRADE AND ACCESS REVOCATIONS LEAD THE DAY
By RepoJournal · Filed · About Rust
Rust's own infrastructure is moving to Datadog provider v4, while a key maintainer's access is being cut, signaling a period of tightening security and modernizing tooling.
The Rust project's infrastructure team is consolidating its monitoring stack: the Datadog Terraform provider is being updated to v4 [1], with a separate migration of the AWS integration already staged on v3 [2]. This move is carefully staged; the v4 provider removes certain resources that required migration first, as noted in the upgrade guide [2]. Meanwhile, simpleinfra is pruning access: Eric Huss is moving to alumni status and his AWS access is being removed [3], a clear sign of least-privilege discipline. In the compiler, a rollup of five pull requests landed [4], including a revert of a previous merge and a fix to const eval normalization, plus a rustc-dev-guide subtree update [5] that keeps contributor docs current. Over in Miri, the interpreter gained source stepping commands for the CLI and DAP [6], and maintained RalfJung and team removed obsolete x86 intrinsics that stdarch no longer uses [7], as the codebase streamlines. And finally, crates.io-index saw five automated crate updates, all from bors, keeping the index fresh [8][9][10][11][12].
One email a day. Unsubscribe in one click.
Keep up with Rust in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Review and merge the Datadog provider v4 update before the next simpleinfra apply rust-lang/simpleinfra [plan]
- → Monitor the Miri source-stepping changes for CLI and DAP integration regressions rust-lang/miri [monitor]
- → Check that the rollup revert in rust-lang/rust does not affect your nightly builds rust-lang/rust [monitor]
References
- [1] update datadog terraform provider to v4 ↗ rust-lang/simpleinfra
- [2] migrate Datadog AWS integration on provider v3 ↗ rust-lang/simpleinfra
- [3] Remove AWS access for Eric Huss rust-lang/simpleinfra
- [4] Rollup of 5 pull requests ↗ rust-lang/rust
- [5] rustc-dev-guide subtree update ↗ rust-lang/rust
- [6] [Priroda] Add source stepping commands ↗ rust-lang/miri
- [7] remove no-longer-needed horizontal SSE/AVX ops rust-lang/miri
- [8] Update crate `surrealdb-sql` rust-lang/crates.io-index
- [9] Update crate `surrealdb-ast` rust-lang/crates.io-index
- [10] Update crate `surrealdb-token` rust-lang/crates.io-index
- [11] Update crate `surrealdb-sqon` rust-lang/crates.io-index
- [12] Update crate `surrealism-runtime` rust-lang/crates.io-index