| /third_party/rust/crates/minimal-lexical/docs/ |
| D | Development.md | 3 …r, for reasons described below, we highly recommend you install a recent (1.55+) nightly toolchain. 7 cargo +nightly build 8 cargo +nightly test 22 In order to fully test and develop lexical, a recent, nightly compiler along with following Rust de… 35 rustup toolchain install nightly 36 rustup +nightly component add clippy 37 rustup +nightly component add rustfmt 38 rustup +nightly component add miri 39 cargo +nightly install cargo-valgrind 40 cargo +nightly install cargo-tarpaulin [all …]
|
| /third_party/rust/crates/is-terminal/.github/workflows/ |
| D | main.yml | 27 build: [stable, nightly] 32 - build: nightly 34 rust: nightly 52 name: Check on Rust nightly 56 build: [nightly] 58 - build: nightly 60 rust: nightly 79 …build: [ubuntu-nightly, windows-nightly, ubuntu-stable, windows-stable, macos-nightly, macos-stabl… 81 - build: ubuntu-nightly 83 rust: nightly [all …]
|
| /third_party/rust/crates/version_check/src/ |
| D | channel.rs | 6 Nightly, enumerator 11 /// Release channel: "dev", "nightly", "beta", or "stable". 47 /// let nightly = Channel::parse("1.42.2-nightly").unwrap(); 48 /// assert!(nightly.is_nightly()); 60 } else if version.contains("-nightly") || version == "nightly" { in parse() 61 Some(Channel(Kind::Nightly)) in parse() 76 Kind::Nightly => "nightly", in as_str() 82 /// returns `true` if the channel is either `dev` or `nightly`. 92 /// let nightly = Channel::parse("1.42.2-nightly").unwrap(); 93 /// assert!(nightly.supports_features()); [all …]
|
| /third_party/rust/crates/io-lifetimes/.github/workflows/ |
| D | main.yml | 27 build: [stable, nightly] 32 - build: nightly 34 rust: nightly 84 build: [stable, nightly] 89 - build: nightly 91 rust: nightly 136 build: [ubuntu-nightly, windows-nightly, ubuntu-stable, windows-stable] 138 - build: ubuntu-nightly 140 rust: nightly 141 - build: windows-nightly [all …]
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 19 rust: nightly 22 rust: nightly 29 rust: nightly 38 rust: nightly 47 rust: nightly 56 rust: nightly 65 rust: nightly 74 rust: nightly 83 rust: nightly 184 rust: nightly [all …]
|
| D | main.yml | 28 build: [stable, nightly, 1.48] 33 - build: nightly 35 rust: nightly 78 - if: matrix.rust == 'nightly' 80 - if: matrix.rust != 'nightly' 105 - if: matrix.rust == 'nightly' 107 - if: matrix.rust != 'nightly' 134 build: [nightly] 136 - build: nightly 138 rust: nightly [all …]
|
| /third_party/rust/crates/proc-macro2/ |
| D | build.rs | 13 // else. Also enabled unconditionally on nightly, in which case the 15 // nightly-only proc_macro API. 24 // nightly, unless `-Z allow-feature` in RUSTFLAGS disallows unstable 28 // Implement the semver exempt API in terms of the nightly-only proc_macro 29 // API. Enabled when using procmacro2_semver_exempt on a nightly compiler. 114 if version.nightly || !semver_exempt { in main() 118 if version.nightly in main() 125 if semver_exempt && version.nightly { in main() 142 nightly: bool, field 149 let nightly = version.contains("nightly") || version.contains("dev"); in rustc_version() localVariable [all …]
|
| /third_party/rust/crates/pin-project-lite/tests/ui/pin_project/ |
| D | invalid-bounds.stderr | 27 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 42 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 58 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 74 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 90 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 105 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 121 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 137 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 153 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… 168 …= note: this error originates in the macro `$crate::__pin_project_parse_generics` (in Nightly buil… [all …]
|
| D | unsupported.stderr | 9 …= note: this error originates in the macro `$crate::__pin_project_expand` (in Nightly builds, run … 19 …= note: this error originates in the macro `$crate::__pin_project_expand` (in Nightly builds, run … 43 …= note: this error originates in the macro `$crate::__pin_project_expand` (in Nightly builds, run … 55 …= note: this error originates in the macro `$crate::__pin_project_expand` (in Nightly builds, run … 67 …= note: this error originates in the macro `$crate::__pin_project_expand` (in Nightly builds, run … 79 …= note: this error originates in the macro `$crate::__pin_project_expand` (in Nightly builds, run …
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
| D | io_slice.rs | 11 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSlice.html> 20 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSlice.html#method.new> 32 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSlice.html#method.advance> 45 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSlice.html#method.as_slice> 52 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSliceMut.html> 60 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSliceMut.html#method.new> 72 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSliceMut.html#method.advance> 85 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSliceMut.html#method.as_slice> 91 /// <https://doc.rust-lang.org/nightly/std/io/struct.IoSliceMut.html#method.as_slice_mut>
|
| /third_party/rust/crates/memoffset/.github/workflows/ |
| D | ci.yml | 14 - nightly 39 - nightly 51 nightly: 52 name: Test Suite (nightly features) 58 toolchain: nightly 73 rustup toolchain install nightly --component miri 74 rustup override set nightly
|
| /third_party/rust/crates/minimal-lexical/.github/workflows/ |
| D | Valgrind.yml | 16 - name: Install latest nightly 19 toolchain: nightly 22 - run: cargo +nightly install cargo-valgrind 23 - run: cargo +nightly valgrind test --release 24 - run: cargo +nightly valgrind test --all-features --release
|
| /third_party/rust/crates/minimal-lexical/scripts/ |
| D | check.sh | 2 # Ensure formatting and clippy is done on nightly. 13 cargo +nightly fmt -- --check 14 cargo +nightly clippy --no-default-features -- --deny warnings 15 cargo +nightly clippy --features=compact -- --deny warnings 16 cargo +nightly clippy --features=alloc -- --deny warnings
|
| /third_party/rust/crates/syn/.github/workflows/ |
| D | ci.yml | 21 - uses: dtolnay/rust-toolchain@nightly 34 - rust: nightly 36 - rust: nightly 39 - rust: nightly 42 - rust: nightly 79 - uses: dtolnay/rust-toolchain@nightly 93 - uses: dtolnay/rust-toolchain@nightly 113 - uses: dtolnay/rust-toolchain@nightly 123 - uses: dtolnay/rust-toolchain@nightly 145 - uses: dtolnay/rust-toolchain@nightly
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | .travis.yml | 80 mkdir -p ~/src/ljt.nightly && 82 …docker run -v $HOME/src/ljt.nightly:/root/src/ljt.nightly -v $HOME/src/buildscripts:/root/src/buil… 83 sudo chown -R travis:travis ~/src/ljt.nightly && 84 mv ~/src/ljt.nightly/latest/log-$TRAVIS_OS_NAME.txt ~/src/ljt.nightly/latest/files/; 87 mv ~/src/ljt.nightly/latest/log-$TRAVIS_OS_NAME.txt ~/src/ljt.nightly/latest/files/; 121 local-dir: $HOME/src/ljt.nightly/latest/files 134 local-dir: $HOME/src/ljt.nightly/latest/files
|
| D | appveyor.yml | 29 bash c:/buildscripts/buildljt -d %MINGWPATH% -b /c/ljt.nightly -v 31 move c:\ljt.nightly\files\*.tar.gz . 33 move c:\ljt.nightly\files\*.exe . 35 move c:\ljt.nightly\files\*.zip . 37 move c:\ljt.nightly\log-windows.txt .
|
| /third_party/rust/crates/libc/ |
| D | .cirrus.yml | 2 name: nightly x86_64-unknown-freebsd-12 8 - sh rustup.sh --default-toolchain nightly -y --profile=minimal 16 name: nightly x86_64-unknown-freebsd-13 22 - sh rustup.sh -y --default-toolchain nightly --profile=minimal 30 name: nightly x86_64-unknown-freebsd-14 36 - sh rustup.sh -y --default-toolchain nightly --profile=minimal
|
| /third_party/rust/crates/pin-project-lite/tools/ |
| D | ci.sh | 10 # Note: This script requires nightly Rust, rustfmt, clippy, and cargo-expand 20 # Decide Rust toolchain. Nightly is used by default. 21 toolchain="+nightly" 31 if [[ "${toolchain:-+nightly}" != "+nightly"* ]]; then 32 bail "ci.sh requires nightly Rust"
|
| /third_party/rust/crates/lazy-static.rs/ |
| D | appveyor.yml | 29 # Nightly channel 31 CHANNEL: nightly 33 CHANNEL: nightly 35 CHANNEL: nightly 37 CHANNEL: nightly 55 - if [%CHANNEL%]==[nightly] (
|
| /third_party/rust/crates/bindgen/book/src/ |
| D | code-formatting.md | 15 ## Using a nightly release of `rustfmt` 17 If the `rustfmt` command does not correspond to a nightly release of `rustfmt` 18 but you have `rustup` available, you can use `nightly` by following these 26 $ rustup run nightly bindgen [ARGS] 33 $ rustup which rustfmt --toolchain=nightly 44 .args(["which", "rustfmt", "--toolchain", "nightly"])
|
| /third_party/libjpeg-turbo/ |
| D | .travis.yml | 92 mkdir -p ~/src/ljt.nightly && 96 …docker run -v $HOME/src/ljt.nightly:/root/src/ljt.nightly -v $HOME/src/buildscripts:/root/src/buil… 97 sudo chown -R travis:travis ~/src/ljt.nightly && 98 mv ~/src/ljt.nightly/latest/log-$TRAVIS_OS_NAME.txt ~/src/ljt.nightly/latest/files/; 101 mv ~/src/ljt.nightly/latest/log-$TRAVIS_OS_NAME.txt ~/src/ljt.nightly/latest/files/; 135 local-dir: $HOME/src/ljt.nightly/latest/files 148 local-dir: $HOME/src/ljt.nightly/latest/files
|
| /third_party/rust/crates/syn/ |
| D | build.rs | 30 if !compiler.nightly { in main() 37 nightly: bool, field 49 let nightly = version.contains("nightly") || version.ends_with("-dev"); in rustc_version() localVariable 50 Some(Compiler { minor, nightly }) in rustc_version()
|
| /third_party/rust/crates/log/.github/workflows/ |
| D | main.yml | 10 build: [stable, beta, nightly, macos, win32, win64, mingw] 18 - build: nightly 20 rust: nightly 70 rustup update nightly --no-self-update 71 rustup default nightly 86 rustup update nightly --no-self-update 87 rustup default nightly
|
| /third_party/typescript/.github/workflows/ |
| D | nightly.yaml | 1 name: Publish Nightly 9 types: publish-nightly 22 - name: Setup and publish nightly 26 gulp configure-nightly
|
| /third_party/rust/crates/atty/ |
| D | appveyor.yml | 3 - TARGET: nightly-x86_64-pc-windows-msvc 4 - TARGET: nightly-i686-pc-windows-msvc 5 - TARGET: nightly-x86_64-pc-windows-gnu 6 - TARGET: nightly-i686-pc-windows-gnu
|