Home
last modified time | relevance | path

Searched refs:no_std (Results 1 – 25 of 72) sorted by relevance

123

/third_party/rust/crates/autocfg/src/
Dlib.rs88 no_std: bool, field
175 no_std: false, in with_dir()
180 ac.no_std = true; in with_dir()
183 ac.no_std = false; in with_dir()
229 if self.no_std { in probe()
Dtests.rs7 let krate = if self.no_std { "core" } else { "std" }; in core_std()
12 assert_eq!(!self.no_std, probe_result); in assert_std()
/third_party/rust/crates/linux-raw-sys/
DCargo.toml35 no_std = []
36 rustc-dep-of-std = ["core", "compiler_builtins", "no_std"]
/third_party/rust/crates/once_cell/
DCHANGELOG.md13 - Add `no_std` implementation based on `critical-section`,
83 - Stabilize `once_cell::race` module for "first one wins" no_std-compatible initialization flavor.
100 - add new `once_cell::race` module for "first one wins" no_std-compatible initialization flavor.
135 - actually add `#![no_std]` attribute if std feature is not enabled.
/third_party/rust/crates/rustc-hash/
DREADME.md28 ### `no_std`
30 This crate can be used as a `no_std` crate by disabling the `std`
/third_party/rust/crates/link-cplusplus/src/
Dlib.rs66 #![no_std]
/third_party/rust/crates/static-assertions-rs/tests/
Dtype_ne.rs1 #![no_std]
Dobj_safe.rs1 #![no_std]
Dconst.rs1 #![no_std]
Dtype_eq.rs1 #![no_std]
Dfields.rs1 #![no_std]
/third_party/rust/crates/pin-utils/src/
Dlib.rs3 #![no_std]
/third_party/rust/crates/lazy-static.rs/tests/
Dno_std.rs3 #![no_std]
/third_party/rust/crates/static-assertions-rs/src/
Dlib.rs82 #![no_std]
/third_party/rust/crates/bitflags/tests/
Dbasic.rs1 #![no_std]
/third_party/rust/crates/minimal-lexical/src/
Dlib.rs41 #![cfg_attr(not(feature = "std"), no_std)]
/third_party/rust/crates/memchr/src/
Dlib.rs157 #![cfg_attr(not(feature = "std"), no_std)]
/third_party/rust/crates/foreign-types/foreign-types-shared/src/
Dlib.rs3 #![no_std]
/third_party/rust/crates/autocfg/
DREADME.md67 - Relax `std`/`no_std` probing to a warning instead of an error.
71 - Auto-detects if `#![no_std]` is needed for the `$TARGET`.
/third_party/rust/crates/memoffset/src/
Dlib.rs58 #![no_std]
/third_party/rust/crates/serde/test_suite/no_std/src/
Dmain.rs2 #![no_std]
/third_party/rust/crates/shlex/
DCHANGELOG.md4 * Disabling the `std` feature makes the crate work in `#![no_std]` mode, assuming presence of the `…
/third_party/skia/third_party/externals/harfbuzz/perf/
Dmeson.build13 # the last two, thread and dl, aren't nice as ttf-parser isn't no_std yet
/third_party/rust/crates/unicode-ident/src/
Dlib.rs244 #![no_std]
/third_party/rust/crates/either/
DCargo.toml17 keywords = ["data-structure", "no_std"]

123