| /external/rust/crates/zerocopy-derive/tests/ui-msrv/ |
| D | enum.stderr | 2 --> tests/ui-msrv/enum.rs:15:8 8 --> tests/ui-msrv/enum.rs:21:8 14 --> tests/ui-msrv/enum.rs:27:8 20 --> tests/ui-msrv/enum.rs:33:1 26 --> tests/ui-msrv/enum.rs:38:10 34 --> tests/ui-msrv/enum.rs:48:8 40 --> tests/ui-msrv/enum.rs:54:8 46 --> tests/ui-msrv/enum.rs:60:8 52 --> tests/ui-msrv/enum.rs:66:8 58 --> tests/ui-msrv/enum.rs:72:8 [all …]
|
| D | late_compile_pass.stderr | 2 --> tests/ui-msrv/late_compile_pass.rs:27:10 10 --> tests/ui-msrv/late_compile_pass.rs:27:10 17 --> tests/ui-msrv/late_compile_pass.rs:18:10 23 --> tests/ui-msrv/late_compile_pass.rs:18:10 30 --> tests/ui-msrv/late_compile_pass.rs:38:10 36 --> tests/ui-msrv/late_compile_pass.rs:38:10 43 --> tests/ui-msrv/late_compile_pass.rs:46:10 49 --> tests/ui-msrv/late_compile_pass.rs:46:10 56 --> tests/ui-msrv/late_compile_pass.rs:53:10 62 --> tests/ui-msrv/late_compile_pass.rs:53:10
|
| D | struct.stderr | 2 --> tests/ui-msrv/struct.rs:14:10 10 --> tests/ui-msrv/struct.rs:23:11 16 --> tests/ui-msrv/struct.rs:27:21 22 --> tests/ui-msrv/struct.rs:33:16 28 --> tests/ui-msrv/struct.rs:37:18 34 --> tests/ui-msrv/struct.rs:41:8 40 --> tests/ui-msrv/struct.rs:27:8 46 --> tests/ui-msrv/struct.rs:34:1
|
| D | union.stderr | 2 --> tests/ui-msrv/union.rs:16:10 10 --> tests/ui-msrv/union.rs:34:11 16 --> tests/ui-msrv/union.rs:50:16 22 --> tests/ui-msrv/union.rs:56:18 28 --> tests/ui-msrv/union.rs:62:8 34 --> tests/ui-msrv/union.rs:22:10 42 --> tests/ui-msrv/union.rs:22:10 49 --> tests/ui-msrv/union.rs:51:1
|
| /external/rust/crates/bindgen-cli/ |
| D | README.md | 40 ## MSRV section in `bindgen` 44 No MSRV bump policy has been established yet, so MSRV may increase in any release. 46 …MSRV is the minimum Rust version that can be used to *compile* `bindgen`. However, `bindgen` can g…
|
| /external/rust/crates/zerocopy-derive/tests/ |
| D | trybuild.rs | 9 // the nightly compiler, and a specific MSRV). Updating those pinned versions 15 // - `tests/ui-msrv` - Contains symlinks to the `.rs` files in `tests/ui`, and 16 // contains `.err` and `.out` files for MSRV 23 const SOURCE_FILES_GLOB: &str = "tests/ui-msrv/*.rs";
|
| /external/rust/crates/itertools/.github/workflows/ |
| D | ci.yml | 11 msrv: 12 name: Rust MSRV 36 needs: [msrv,stable]
|
| /external/rust/crates/zeroize/ |
| D | CHANGELOG.md | 13 - 2021 edition upgrade; MSRV 1.56 ([#869]) 97 NOTE: This release includes an MSRV bump to Rust 1.51. Please use `zeroize = "1.3.0"` 101 - Use const generics to impl `Zeroize` for `[Z; N]`; MSRV 1.51 111 - Bump MSRV to 1.47 119 - MSRV 1.44+ 149 - Remove `std` feature in favor of `alloc`; MSRV 1.36+
|
| D | README.md | 6 ![MSRV][rustc-image] 41 In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope
|
| /external/rust/crates/once_cell/ |
| D | CHANGELOG.md | 58 - upgrade `parking_lot` to `0.12.0` (note that this bumps MSRV with `parking_lot` feature enabled t… 97 - MSRV is increased to `1.36.0`. 115 - upgrade `parking_lot` to `0.10` (note that this bumps MSRV with `parking_lot` feature enabled to … 195 - MSRV is now 1.31.1 207 - MSRV is down to 1.24.1
|
| /external/rust/crates/const-oid/ |
| D | CHANGELOG.md | 38 - Leverage `const_panic`; MSRV 1.57 ([#341]) 50 - Rust 2021 edition upgrade; MSRV 1.56 ([#136]) 76 - Modernize and remove deprecations; MSRV 1.51+ 94 - MSRV 1.47+ 164 - Validate OIDs are well-formed; MSRV 1.46+
|
| /external/rust/crates/zeroize_derive/ |
| D | README.md | 5 ![MSRV][rustc-image] 18 In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope
|
| D | CHANGELOG.md | 46 - Bump MSRV to 1.51+ 51 - Backport 1.2.0 `#[zeroize(drop)]` fixes but with a 1.47+ MSRV. 55 - Bump MSRV to 1.47+
|
| /external/rust/crates/libtest-mimic/ |
| D | CHANGELOG.md | 12 - **Breaking**: Bump MSRV to 1.60 (due to the clap update) 36 - **Breaking**: bump MSRV to 1.58 68 - Add `rust = "1.56"` to `Cargo.toml`, stating the existing MSRV. 72 - **Breaking**: Update to Rust 2021, bumping MSRV to 1.56
|
| /external/rust/crates/indexmap/ |
| D | RELEASES.md | 8 - The MSRV now allows Rust 1.56.0 as well. However, currently `hashbrown` 14 - **MSRV**: Rust 1.56.1 or later is now required. 70 - **MSRV**: Rust 1.49 or later is now required. 99 - **MSRV**: Rust 1.36 or later is now required. 125 - **MSRV**: Rust 1.32 or later is now required. 150 now run using Rust 1.32 or later (MSRV for building the crate has not changed).
|
| /external/rust/crates/zeroize/src/ |
| D | aarch64.rs | 3 //! Gated behind the `aarch64` feature: MSRV 1.59 4 //! (the overall crate is MSRV 1.51)
|
| /external/rust/crates/cast/.github/workflows/ |
| D | ci.yml | 40 msrv: 41 name: MSRV check
|
| /external/rust/crates/x509-cert/ |
| D | Cargo.toml.orig | 26 # NOTE: upgrading requires MSRV bumps 28 # - rstest v0.14 requires a workspace-wide 1.60 MSRV (for namespaced features)
|
| /external/rust/crates/x509-parser/ |
| D | CHANGELOG.md | 25 - Set MSRV to 1.46 (indirect dependency on lexical-core and bitvec) 88 - Update MSRV to 1.45.0 107 - Upgrade MSRV to 1.44.0
|
| /external/rust/crates/zip/ |
| D | README.md | 58 MSRV section in zip-rs 66 - Any change to the MSRV will be accompanied with a **minor** version bump
|
| /external/rust/crates/socket2/ |
| D | README.md | 65 # Minimum Supported Rust Version (MSRV) 67 Socket2 uses 1.46.0 as MSRV.
|
| /external/rust/crates/litrs/ |
| D | CHANGELOG.md | 10 - Bump MSRV (minimal supported Rust version) to 1.54 27 - Minor internal code change to bring MSRV from 1.52 to 1.42
|
| /external/rust/crates/tracing-attributes/ |
| D | README.md | 40 *Compiler support: [requires `rustc` 1.49+][msrv]* 42 [msrv]: #supported-rust-versions
|
| /external/rust/crates/num_cpus/.github/workflows/ |
| D | ci.yml | 17 - msrv 26 msrv:
|
| /external/rust/crates/nix/ |
| D | README.md | 90 ## Minimum Supported Rust Version (MSRV) 92 nix is supported on Rust 1.56.1 and higher. Its MSRV will not be
|