Home
last modified time | relevance | path

Searched +full:test +full:- +full:msrv (Results 1 – 25 of 98) sorted by relevance

1234

/external/rust/crates/config/.github/workflows/
Dmsrv.yml3 name: MSRV
8 runs-on: ubuntu-latest
12 - 1.56.1
13 - stable
14 - beta
15 - nightly
18 - name: Checkout sources
21 - name: Install toolchain
22 uses: actions-rs/toolchain@v1
28 - name: Install Cargo.lock.msrv
[all …]
/external/rust/crates/sharded-slab/.github/workflows/
Dci.yml9 RUSTFLAGS: -Dwarnings
11 MSRV: 1.42.0
16 runs-on: ubuntu-latest
20 - x86_64-unknown-linux-gnu
21 - i686-unknown-linux-musl
23 - uses: actions/checkout@master
24 - name: Install toolchain
25 uses: actions-rs/toolchain@v1
31 - name: cargo build --target ${{ matrix.target }}
32 uses: actions-rs/cargo@v1
[all …]
/external/rust/crates/tokio/
DREADME.md6 * **Fast**: Tokio's zero-cost abstractions give you bare-metal
15 [![Crates.io][crates-badge]][crates-url]
16 [![MIT licensed][mit-badge]][mit-url]
17 [![Build Status][actions-badge]][actions-url]
18 [![Discord chat][discord-badge]][discord-url]
20 [crates-badge]: https://img.shields.io/crates/v/tokio.svg
21 [crates-url]: https://crates.io/crates/tokio
22 [mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
23 [mit-url]: https://github.com/tokio-rs/tokio/blob/master/LICENSE
24 [actions-badge]: https://github.com/tokio-rs/tokio/workflows/CI/badge.svg
[all …]
/external/rust/crates/base64/
DCargo.toml.orig6 repository = "https://github.com/marshallpierce/rust-base64"
11 license = "MIT OR Apache-2.0"
13 # dev-dependencies require 1.65, but the main code doesn't
14 # This option was added in 1.56, keep it for when we bump MSRV.
15 rust-version = "1.48.0"
20 required-features = ["std"]
24 required-features = ["std"]
26 [[test]]
28 required-features = ["alloc"]
30 [[test]]
[all …]
/external/rust/crates/libtest-mimic/
DCHANGELOG.md9 ## [0.6.0] - 2022-11-05
11 - **Breaking**: Updated `clap` to version 4 (thanks @msrd0)
12 - **Breaking**: Bump MSRV to 1.60 (due to the clap update)
15 - **Breaking**: Remove `FromStr` impls for `args::{ColorSetting, FormatSetting}` (use `clap::ValueE…
17 ## [0.5.2] - 2022-08-14
19 - Re-add `--nocapture` as a noop argument [#18](https://github.com/LukasKalbertodt/libtest-mimic/pu…
22 - Link in documentation
24 ## [0.5.1] - 2022-08-13
26 - `Trial::{name, kind, has_ignored_flag, is_test, is_bench}` getters
28 ## [0.5.0] - 2022-08-13
[all …]
/external/rust/crates/itertools/.github/workflows/
Dci.yml7 - staging
8 - trying
11 msrv:
12 name: Rust MSRV
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v2
16 - uses: dtolnay/rust-toolchain@1.36.0
17 - run: cargo check --no-default-features
18 - run: cargo check --no-default-features --features "use_alloc"
19 - run: cargo check
[all …]
/external/rust/crates/zeroize/
DCHANGELOG.md7 ## 1.6.0 (2023-03-26)
9 - Impl `Zeroize` for `core::num::Wrapping` ([#818])
10 - Impl `Zeroize` for `str` and `Box<str>` ([#842])
13 - 2021 edition upgrade; MSRV 1.56 ([#869])
19 ## 1.5.7 (2022-07-20)
21 - Optional `serde` support ([#780])
25 ## 1.5.6 (2022-06-29)
27 - `#[inline(always)]` annotations ([#772])
28 - `#[ignore]` attribute on flaky CString test ([#776])
31 - Factor integration tests into `tests/` ([#771])
[all …]
/external/rust/crates/zerocopy/
Dcargo.sh5 # Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0
6 # <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT
7 # license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.
11 # This script is a thin wrapper around Cargo that provides human-friendly
15 # cargo.sh --version <toolchain-name> # looks up the version for the named toolchain
16 # cargo.sh +<toolchain-name> [...] # runs cargo commands with the named toolchain
19 # The meta-toolchain "all" instructs this script to run the provided command
20 # once for each toolchain (msrv, stable, nightly).
25 # TRYBUILD=overwrite ./cargo.sh +all test --workspace
27 set -eo pipefail
[all …]
DPOLICIES.md1 <!-- Copyright 2023 The Fuchsia Authors
3 Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0
4 <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT
5 license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.
7 those terms. -->
13 Zerocopy is expressly designed for use in security-critical contexts. It is used
21 ### Forwards-compatibility
27 Zerocopy strives to ensure that our code - and code emitted by our custom
28 derives - is sound under any version of Rust as early as our MSRV, and will
34 Each non-test `unsafe` block must be annotated with a "safety comment" which
[all …]
/external/rust/crates/cast/.github/workflows/
Dci.yml10 test :
11 name: Test Suite
12 runs-on: ubuntu-latest
17 - x86_64-unknown-linux-gnu
18 - i686-unknown-linux-musl
21 - uses: actions/checkout@v2
22 - uses: actions-rs/toolchain@v1
29 - uses: actions-rs/cargo@v1
31 command: test
32 args: --target ${{ matrix.target }}
[all …]
/external/rust/crates/displaydoc/.github/workflows/
Dci.yml5 - cron: '0 0 * * *'
12 runs-on: ubuntu-latest
16 - stable
17 - 1.56.0
19 - uses: actions/checkout@v1
20 - uses: actions-rs/toolchain@v1
24 - uses: actions-rs/cargo@v1
28 test:
29 name: Test Suite
30 runs-on: ubuntu-latest
[all …]
/external/rust/crates/either/.github/workflows/
Dci.yml11 runs-on: ubuntu-latest
13 fail-fast: false
16 - 1.36.0 # MSRV
17 - stable
18 - beta
19 - nightly
21 - ""
22 - "serde"
25 - name: Checkout
28 - name: Set up Rust
[all …]
/external/rust/crates/once_cell/
DCHANGELOG.md5 -
9 - Make `OnceRef` implementation compliant with [strict provenance](https://github.com/rust-lang/rus…
13 - Add `race::OnceRef` for storing a `&'a T`.
17 - Add `no_std` implementation based on `critical-section`,
19 - Deprecate `atomic-polyfill` feature (use the new `critical-section` instead)
23 - Increase minimal supported Rust version to 1.56.0.
24 - Implement `UnwindSafe` even if the `std` feature is disabled.
28 - Add extension to `unsync` and `sync` `Lazy` mut API:
29 - `force_mut`
30 - `get_mut`
[all …]
/external/rust/crates/mockall/
DREADME.md5 [![Build Status](https://api.cirrus-ci.com/github/asomers/mockall.svg)](https://cirrus-ci.com/githu…
13 all manually controlled by test code. They can be used to test the upper and
31 [dev-dependencies]
38 #[cfg(test)]
40 #[cfg_attr(test, automock)]
42 fn foo(&self, x: u32) -> u32;
45 #[cfg(test)]
49 #[test]
63 # Minimum Supported Rust Version (MSRV)
65 Mockall is supported on Rust 1.64.0 and higher. Mockall's MSRV will not be
[all …]
/external/rust/crates/pin-project-lite/
DCargo.toml.orig2 name = "pin-project-lite"
5 rust-version = "1.37"
6 license = "Apache-2.0 OR MIT"
7 repository = "https://github.com/taiki-e/pin-project-lite"
9 categories = ["no-std", "no-std::no-alloc", "rust-patterns"]
12 A lightweight version of pin-project written with declarative macros.
16 targets = ["x86_64-unknown-linux-gnu"]
20 "tests/no-core",
21 "tests/no-std",
25 doc-scrape-examples = false
[all …]
/external/rust/crates/num_cpus/.github/workflows/
Dci.yml6 - master
13 ci-pass:
15 runs-on: ubuntu-latest
17 - msrv
18 - test-linux
19 - test-macos
20 - test-windows
21 - build-cross
22 - test-cgroups
24 - run: exit 0
[all …]
/external/rust/crates/log/.github/workflows/
Dmain.yml5 test:
6 name: Test
7 runs-on: ${{ matrix.os }}
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
[all …]
/external/rust/crates/tower/
DREADME.md6 [![Crates.io][crates-badge]][crates-url]
7 [![Documentation][docs-badge]][docs-url]
8 [![Documentation (master)][docs-master-badge]][docs-master-url]
9 [![MIT licensed][mit-badge]][mit-url]
10 [![Build Status][actions-badge]][actions-url]
11 [![Discord chat][discord-badge]][discord-url]
13 [crates-badge]: https://img.shields.io/crates/v/tower.svg
14 [crates-url]: https://crates.io/crates/tower
15 [docs-badge]: https://docs.rs/tower/badge.svg
16 [docs-url]: https://docs.rs/tower
[all …]
/external/rust/crates/coset/.github/workflows/
Dci.yml6 paths-ignore:
7 - README.md
10 paths-ignore:
11 - README.md
15 runs-on: ubuntu-latest
19 - stable
20 - beta
21 - nightly-2023-04-01
23 - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
24 - uses: dtolnay/rust-toolchain@a3ac054b2e7d62f514aa1bd57e3508c522fe772d # 1.68.2
[all …]
/external/rust/crates/chrono/
DREADME.md1 [Chrono][docsrs]: Timezone-aware date and time handling
4 [![Chrono GitHub Actions][gh-image]][gh-checks]
5 [![Chrono on crates.io][cratesio-image]][cratesio]
6 [![Chrono on docs.rs][docsrs-image]][docsrs]
7 [![Chat][discord-image]][discord]
8 [![codecov.io][codecov-img]][codecov-link]
10 [gh-image]: https://github.com/chronotope/chrono/actions/workflows/test.yml/badge.svg?branch=main
11 [gh-checks]: https://github.com/chronotope/chrono/actions/workflows/test.yml?query=branch%3Amain
12 [cratesio-image]: https://img.shields.io/crates/v/chrono.svg
14 [docsrs-image]: https://docs.rs/chrono/badge.svg
[all …]
/external/rust/crates/scopeguard/.github/workflows/
Dci.yaml4 - push
5 - pull_request
12 runs-on: ubuntu-latest
16 - stable
17 - beta
18 - nightly
19 - 1.20.0 # MSRV
21 - uses: actions/checkout@v2
22 - name: Install Rust
23 uses: actions-rs/toolchain@v1
[all …]
/external/rust/crates/arrayvec/arrayvec-0.7.4/.github/workflows/
Dci.yml15 runs-on: ubuntu-latest
16 continue-on-error: ${{ matrix.experimental }}
20 - rust: 1.51.0 # MSRV
23 - rust: stable
27 - rust: beta
30 - rust: nightly
35 - uses: actions/checkout@v2
36 - uses: actions-rs/toolchain@v1
41 - name: Tests
43 cargo build --verbose --features "${{ matrix.features }}"
[all …]
/external/rust/crates/crc32fast/
D.travis.yml4 - cargo
8 - rust: 1.46.0 # MSRV
9 - rust: stable
10 - rust: beta
11 - rust: nightly
12 - os: osx
14 - env: CROSS_TEST=i686-unknown-linux-gnu
16 - env: CROSS_TEST=aarch64-unknown-linux-gnu
17 - env: CROSS_CHECK=wasm32-unknown-unknown
20 - |
[all …]
/external/rust/crates/tower/src/
Dlib.rs9 #![cfg_attr(test, allow(clippy::float_cmp))]
13 //! `async fn(Request) -> Result<Response, Error>`
28 //! implementing these components in a protocol-agnostic, composable way. Typically,
43 //! * [`tower-service`]
44 //! * [`tower-layer`]
45 //! * [`tower-test`]
50 //! crates, [`tower-service`] and [`tower-layer`]. This crate contains
51 //! re-exports of those core traits, implementations of commonly-used
53 //! Finally, the [`tower-test`] crate provides tools for testing programs using
74 //! servers in a reusable manner. This might be general-purpose middleware
[all …]
/external/rust/crates/unicode-bidi/.github/workflows/
Dmain.yml9 Test:
12 os: [ubuntu-latest]
14 runs-on: ${{ matrix.os }}
16 - uses: actions/checkout@v2
17 - uses: actions-rs/toolchain@v1
22 - name: Unpin dependencies except on MSRV
25 - uses: actions-rs/cargo@v1
28 args: --all-targets
29 - uses: actions-rs/cargo@v1
31 command: test
[all …]

1234