File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Stability guarantees
2+
3+ This page gives an overview of what our stability guarantees are.
4+
5+ ## RFCs
6+
7+ * [ RFC 1105 api evolution] ( https://github.com/rust-lang/rfcs/blob/master/text/1105-api-evolution.md )
8+ * [ RFC 1122 language semver] ( https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md )
9+
10+ ## Blog posts
11+
12+ * [ Stability as a Deliverable] ( https://blog.rust-lang.org/2014/10/30/Stability/ )
13+
14+ ## rustc-dev-guide links
15+
16+ * [ Stabilizing library features] ( ./stability.md )
17+ * [ Stabilizing language features] ( ./stabilization_guide.md )
18+ * [ What qualifies as a bug fix?] ( ./bug-fix-procedure.md#what-qualifies-as-a-bug-fix )
19+
20+ ## Exemptions
21+
22+ Even if some of our infrastructure can be used by others, it is still considered
23+ internal and comes without stability guarantees. This is a non-exhaustive list
24+ of components without stability guarantees:
25+
26+ * The CLIs and environment variables used by ` remote-test-client ` / ` remote-test-server `
You can’t perform that action at this time.
0 commit comments