Lines Matching full:backwards
1 # `rules_rust` backwards compatibility policy
3 This document defines the backwards compatibility policy for rules_rust and
10 A backwards compatible change has the property that a build that is green,
17 A backwards compatible release has the property that it only contains backward
22 backwards compatible changes.
27 Backwards incompatible changes will have to follow a process in order to be
34 All minor version number releases before version 1.0 can be backwards incompatible.
35 Backwards incompatible changes still have to follow the the process, but minimum
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.
85 meaning the behavior of the flag cannot change in a backwards incompatible way.
94 ## How to make a backwards incompatible change?