rust/library/core/src
bors 90a273b785 Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett
Add features gates for experimental asm features

This PR splits off parts of `asm!` into separate features because they are not ready for stabilization.

Specifically this adds:
- `asm_const` for `const` operands.
- `asm_sym` for `sym` operands.
- `asm_experimental_arch` for architectures other than x86, x86_64, arm, aarch64 and riscv.

r? `@nagisa`
2021-11-07 04:59:42 +00:00
..
alloc Add #[must_use] to remaining core functions 2021-10-30 18:21:29 -04:00
array Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obk 2021-10-24 15:48:44 +02:00
char Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
convert Make From impls of NonZero integer const. 2021-10-20 12:04:58 +09:00
fmt Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
future Add #[must_use] to remaining core functions 2021-10-30 18:21:29 -04:00
hash Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtriplett 2021-10-11 14:11:43 +02:00
iter Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
macros Use correct edition for panic in [debug_]assert!() etc. 2021-10-07 14:27:08 +02:00
mem Add #[must_use] to mem/ptr functions 2021-10-30 18:54:48 -04:00
num Reorder widening_impls to make the doc clearer 2021-11-05 11:55:51 -07:00
ops Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
panic Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
prelude Move asm! and global_asm! to core::arch 2021-07-18 18:30:58 -04:00
ptr Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett 2021-10-31 13:20:05 +01:00
slice Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
str Auto merge of #86336 - camsteffen:char-array-pattern, r=joshtriplett 2021-10-31 15:45:39 +00:00
stream Apply 16 commits (squashed) 2021-09-25 20:04:35 +02:00
sync Make From impls of NonZero integer const. 2021-10-20 12:04:58 +09:00
task Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
unicode Regenerate tables for Unicode 14.0.0 2021-10-06 17:49:33 -07:00
any.rs Add #[must_use] to remaining core functions 2021-10-30 18:21:29 -04:00
ascii.rs Add #[must_use] to remaining core functions 2021-10-30 18:21:29 -04:00
bool.rs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
borrow.rs Fix borrow and deref 2021-03-03 11:23:29 +01:00
cell.rs Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
clone.rs update cfg(bootstrap) 2021-10-23 21:55:57 -04:00
cmp.rs Add #[repr(i8)] to Ordering 2021-10-03 20:59:54 -07:00
default.rs Add #[must_use] to remaining core functions 2021-10-30 18:21:29 -04:00
ffi.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
hint.rs Stabilize unreachable_unchecked as const fn 2021-10-04 01:04:17 -04:00
internal_macros.rs Added docs to internal_macro const 2021-10-22 10:07:35 +13:00
intrinsics.rs update cfg(bootstrap) 2021-10-23 21:55:57 -04:00
lazy.rs Make more From impls const 2021-10-18 19:19:28 +09:00
lib.rs Add features gates for experimental asm features 2021-11-07 01:23:53 +00:00
marker.rs update cfg(bootstrap) 2021-10-23 21:55:57 -04:00
option.rs Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnay 2021-10-31 09:20:27 +01:00
panic.rs Allow panic!("{}", computed_str) in const fn. 2021-09-15 21:56:43 +01:00
panicking.rs Clean up special function const checks 2021-10-25 17:32:01 +01:00
pin.rs Add #[must_use] to remaining core functions 2021-10-30 18:21:29 -04:00
primitive_docs.rs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
primitive.rs
result.rs Stabilize option_result_unwrap_unchecked 2021-10-20 04:03:43 +02:00
time.rs Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplett 2021-10-31 09:20:26 +01:00
tuple.rs
unit.rs