Searched refs:no_std (Results 1 – 25 of 72) sorted by relevance
123
/third_party/rust/crates/autocfg/src/ |
D | lib.rs | 88 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()
|
D | tests.rs | 7 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/ |
D | Cargo.toml | 35 no_std = [] 36 rustc-dep-of-std = ["core", "compiler_builtins", "no_std"]
|
/third_party/rust/crates/once_cell/ |
D | CHANGELOG.md | 13 - 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/ |
D | README.md | 28 ### `no_std` 30 This crate can be used as a `no_std` crate by disabling the `std`
|
/third_party/rust/crates/link-cplusplus/src/ |
D | lib.rs | 66 #![no_std]
|
/third_party/rust/crates/static-assertions-rs/tests/ |
D | type_ne.rs | 1 #![no_std]
|
D | obj_safe.rs | 1 #![no_std]
|
D | const.rs | 1 #![no_std]
|
D | type_eq.rs | 1 #![no_std]
|
D | fields.rs | 1 #![no_std]
|
/third_party/rust/crates/pin-utils/src/ |
D | lib.rs | 3 #![no_std]
|
/third_party/rust/crates/lazy-static.rs/tests/ |
D | no_std.rs | 3 #![no_std]
|
/third_party/rust/crates/static-assertions-rs/src/ |
D | lib.rs | 82 #![no_std]
|
/third_party/rust/crates/bitflags/tests/ |
D | basic.rs | 1 #![no_std]
|
/third_party/rust/crates/minimal-lexical/src/ |
D | lib.rs | 41 #![cfg_attr(not(feature = "std"), no_std)]
|
/third_party/rust/crates/memchr/src/ |
D | lib.rs | 157 #![cfg_attr(not(feature = "std"), no_std)]
|
/third_party/rust/crates/foreign-types/foreign-types-shared/src/ |
D | lib.rs | 3 #![no_std]
|
/third_party/rust/crates/autocfg/ |
D | README.md | 67 - 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/ |
D | lib.rs | 58 #![no_std]
|
/third_party/rust/crates/serde/test_suite/no_std/src/ |
D | main.rs | 2 #![no_std]
|
/third_party/rust/crates/shlex/ |
D | CHANGELOG.md | 4 * Disabling the `std` feature makes the crate work in `#![no_std]` mode, assuming presence of the `…
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
D | meson.build | 13 # the last two, thread and dl, aren't nice as ttf-parser isn't no_std yet
|
/third_party/rust/crates/unicode-ident/src/ |
D | lib.rs | 244 #![no_std]
|
/third_party/rust/crates/either/ |
D | Cargo.toml | 17 keywords = ["data-structure", "no_std"]
|
123