Home
last modified time | relevance | path

Searched full:nightly (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/third_party/rust/crates/minimal-lexical/docs/
DDevelopment.md3 …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/
Dmain.yml27 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/
Dchannel.rs6 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/
Dmain.yml27 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/
Dtest-users.yml19 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 …]
Dmain.yml28 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/typescript/tests/baselines/reference/
DnodeModulesImportTypeModeDeclarationEmit1(module=nodenext).errors.txt1 /index.ts(2,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(3,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
3 /index.ts(5,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 …without a 'resolution-mode' assertion, which is an unstable feature. Use nightly TypeScript to sil…
5 /index.ts(6,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
12 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
19 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
22 …without a 'resolution-mode' assertion, which is an unstable feature. Use nightly TypeScript to sil…
24 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
DnodeModulesImportTypeModeDeclarationEmit1(module=node16).errors.txt1 /index.ts(2,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(3,31): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
3 /index.ts(5,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 …without a 'resolution-mode' assertion, which is an unstable feature. Use nightly TypeScript to sil…
5 /index.ts(6,58): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
12 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
19 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
22 …without a 'resolution-mode' assertion, which is an unstable feature. Use nightly TypeScript to sil…
24 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
DnodeModulesImportModeDeclarationEmit2(module=node16).errors.txt1 /index.ts(1,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(2,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
5 /index.ts(6,50): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
7 /index.ts(7,49): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
8 /index.ts(10,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
9 /index.ts(11,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
18 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
28 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
33 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
[all …]
DnodeModulesImportModeDeclarationEmit1(module=node16).errors.txt1 /index.ts(1,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(2,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 /index.ts(6,50): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
7 /index.ts(7,49): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
8 /index.ts(10,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
9 /index.ts(11,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
18 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
26 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
33 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
[all …]
DnodeModulesImportModeDeclarationEmit2(module=nodenext).errors.txt1 /index.ts(1,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(2,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
5 /index.ts(6,50): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
7 /index.ts(7,49): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
8 /index.ts(10,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
9 /index.ts(11,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
18 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
28 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
33 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
[all …]
DnodeModulesImportModeDeclarationEmit1(module=nodenext).errors.txt1 /index.ts(1,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
2 /index.ts(2,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
4 /index.ts(6,50): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
7 /index.ts(7,49): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to…
8 /index.ts(10,45): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
9 /index.ts(11,44): error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript t…
15 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
18 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
26 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
33 !!! error TS4125: 'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this…
[all …]
/third_party/rust/crates/proc-macro2/
Dbuild.rs13 // 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/rustix/src/backend/linux_raw/io/
Dio_slice.rs11 /// <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/syn/.github/workflows/
Dci.yml21 - 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/rust/crates/memoffset/.github/workflows/
Dci.yml14 - 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/libc/
D.cirrus.yml2 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/minimal-lexical/.github/workflows/
DValgrind.yml16 - 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/libjpeg-turbo/
D.travis.yml92 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/minimal-lexical/scripts/
Dcheck.sh2 # 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/lazy-static.rs/
Dappveyor.yml29 # 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/
Dcode-formatting.md15 ## 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/rust/crates/log/.github/workflows/
Dmain.yml10 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/rust/crates/syn/
Dbuild.rs30 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/typescript/.github/workflows/
Dnightly.yaml1 name: Publish Nightly
9 types: publish-nightly
22 - name: Setup and publish nightly
26 gulp configure-nightly

12345678910>>...12