Home
last modified time | relevance | path

Searched full:msrv (Results 1 – 25 of 180) sorted by relevance

12345678

/external/rust/crates/zerocopy-derive/tests/ui-msrv/
Denum.stderr2 --> 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 …]
Dlate_compile_pass.stderr2 --> 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
Dstruct.stderr2 --> 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
Dunion.stderr2 --> 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/
DREADME.md40 ## MSRV section in `bindgen`
44 No MSRV bump policy has been established yet, so MSRV may increase in any release.
46MSRV is the minimum Rust version that can be used to *compile* `bindgen`. However, `bindgen` can g…
/external/rust/crates/zerocopy-derive/tests/
Dtrybuild.rs9 // 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/
Dci.yml11 msrv:
12 name: Rust MSRV
36 needs: [msrv,stable]
/external/rust/crates/zeroize/
DCHANGELOG.md13 - 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+
DREADME.md6 ![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/
DCHANGELOG.md58 - 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/
DCHANGELOG.md38 - 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/
DREADME.md5 ![MSRV][rustc-image]
18 In the future, we reserve the right to change MSRV (i.e. MSRV is out-of-scope
DCHANGELOG.md46 - 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/
DCHANGELOG.md12 - **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/
DRELEASES.md8 - 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/
Daarch64.rs3 //! Gated behind the `aarch64` feature: MSRV 1.59
4 //! (the overall crate is MSRV 1.51)
/external/rust/crates/cast/.github/workflows/
Dci.yml40 msrv:
41 name: MSRV check
/external/rust/crates/x509-cert/
DCargo.toml.orig26 # NOTE: upgrading requires MSRV bumps
28 # - rstest v0.14 requires a workspace-wide 1.60 MSRV (for namespaced features)
/external/rust/crates/x509-parser/
DCHANGELOG.md25 - 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/
DREADME.md58 MSRV section in zip-rs
66 - Any change to the MSRV will be accompanied with a **minor** version bump
/external/rust/crates/socket2/
DREADME.md65 # Minimum Supported Rust Version (MSRV)
67 Socket2 uses 1.46.0 as MSRV.
/external/rust/crates/litrs/
DCHANGELOG.md10 - 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/
DREADME.md40 *Compiler support: [requires `rustc` 1.49+][msrv]*
42 [msrv]: #supported-rust-versions
/external/rust/crates/num_cpus/.github/workflows/
Dci.yml17 - msrv
26 msrv:
/external/rust/crates/nix/
DREADME.md90 ## Minimum Supported Rust Version (MSRV)
92 nix is supported on Rust 1.56.1 and higher. Its MSRV will not be

12345678