Skip to content

Commit da0f805

Browse files
authored
infra stability policy
1 parent 3c144ae commit da0f805

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

infrastructure.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ title: Rust Infrastructure · The Rust Programming Language
55

66
# Rust Infrastructure
77

8-
Most services in the Rust Infrastructure are deployed via [rust-central-station][].
8+
Most services in the Rust Infrastructure are deployed via [rust-central-station][]. Questions about infrastructure, including current status, should go to the #rust-infra IRC channel.
99

10-
## DXR
11-
12-
[DXR](https://dxr.mozilla.org/rust/source/) is a cross-referenced source index for Rust, allowing the Rust source tree to be navigated and searched with ease. It is generated by [rust-dxr](https://github.com/nrc/rust-dxr)
10+
**Our stability guarantees**: many of our services rely on publicly-accessible storage and APIs, but not all of these are intended for public consumption. At the moment, **only the resources behind `static.rust-lang.org` are considered stable**, meaning that those resources will not change without (at least) prior notice. If you are relying on other parts of the Rust project infrastructure for your own work, please let the infrastructure team know.
1311

1412
## Highfive
1513

@@ -35,6 +33,10 @@ Please contact [Adam Perry](https://github.com/dikaiosune) ("dikaiosune" on IRC)
3533

3634
[nagbot](https://github.com/aturon/nag-rs) is a bot that emails Rust team members to nag them for reviews. Please contact [Aaron Turon](https://github.com/aturon) ("aturon" on IRC) if something goes wrong with the bot, or open an issue on [its repo](https://github.com/aturon/nag-rs).
3735

36+
## DXR
37+
38+
[DXR](https://dxr.mozilla.org/rust/source/) is a cross-referenced source index for Rust, allowing the Rust source tree to be navigated and searched with ease. It is generated by [rust-dxr](https://github.com/nrc/rust-dxr)
39+
3840
## Others
3941

4042
TODO: Describe these better.
@@ -45,4 +47,5 @@ TODO: Describe these better.
4547
* [buildbot.rust-lang.org](http://buildbot.rust-lang.org/). [Source](https://github.com/rust-lang/rust-buildbot). Maintained by acrichto.
4648
* [crater.rust-lang.org](https://crater.rust-lang.org/). [Source](https://github.com/rust-lang-nursery/crater). Maintained by tomprince.
4749
* [play.rust-lang.org](http://play.rust-lang.org/) [Source](https://github.com/integer32llc/rust-playground). Maintained by shepmaster.
48-
* [rust-central-station]: https://github.com/alexcrichton/rust-central-station
50+
51+
[rust-central-station]: https://github.com/alexcrichton/rust-central-station

0 commit comments

Comments
 (0)