Lines Matching full:compatibility
1 # `rules_rust` backwards compatibility policy
3 This document defines the backwards compatibility policy for rules_rust and
4 defines the process for making compatibility breaking changes. Any exception to
8 ## What is a compatibility breaking change?
24 `rules_rust` don't make any guarantees about compatibility between a released
32 ### Compatibility before 1.0
52 release (because Bazel compatibility policy doesn't allow us to make that
63 Platforms subject to backwards compatibility policy are
69 `//rust:defs.bzl` is subject to the backwards compatibility policy. That means
72 `//rust/private/…` is not subject to the backwards compatibility policy. Content
75 `//cargo:defs.bzl` is subject to the backwards compatibility policy.
79 not subject to the backwards compatibility policy.
81 Experimental build settings are not subject to the backward compatibility
84 Incompatible build settings are subject to the backward compatibility policy,