rust/library/std/src
bors c0127e4dbf Auto merge of #77292 - lzutao:std_asm, r=Amanieu
Prefer asm! in std - all in sgx module

Similar to the change in #76669 but all `llvm_asm!` is gate in x86/x86_64 target.
Godbolt:
- https://rust.godbolt.org/z/h7nG1h
- https://rust.godbolt.org/z/xx39hW
2020-09-30 05:27:16 +00:00
..
backtrace
collections Rollup merge of #76917 - GuillaumeGomez:map-missing-code-examples, r=Dylan-DPC 2020-09-27 01:53:13 +02:00
env
error
f32
f64
ffi Implement destructuring for all aggregates and for references 2020-09-20 13:28:18 +02:00
fs
io Auto merge of #77154 - fusion-engineering-forks:lazy-stdio, r=dtolnay 2020-09-27 04:50:46 +00:00
lazy
memchr
net Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morse 2020-09-25 02:29:30 +02:00
num
os library/std: Set OS raw type definitions for sparc-unknown-linux-gnu 2020-09-28 00:39:57 +02:00
panic review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
path
prelude
process
sync Rollup merge of #76932 - fusion-engineering-forks:condvar-promise, r=sfackler 2020-09-25 19:42:28 +02:00
sys Auto merge of #77292 - lzutao:std_asm, r=Amanieu 2020-09-30 05:27:16 +00:00
sys_common library/std/sys_common: Define MIN_ALIGN for sparc-unknown-linux-gnu 2020-09-28 00:39:57 +02:00
thread Auto merge of #74225 - poliorcetics:std-thread-unsafe-op-in-unsafe-fn, r=joshtriplett 2020-09-26 03:54:00 +00:00
time
alloc.rs a few more &mut self -> self changes 2020-09-22 21:04:31 -07:00
ascii.rs
backtrace.rs
env.rs
error.rs
f32.rs
f64.rs
fs.rs
future.rs
keyword_docs.rs
lazy.rs
lib.rs Add a feature gate for basic function pointer use in const fn 2020-09-27 10:46:41 -07:00
macros.rs
memchr.rs
num.rs
panic.rs review: fix nits and move panic safety tests to the correct place 2020-09-25 23:10:24 +02:00
panicking.rs
path.rs Rollup merge of #73963 - hellow554:unsafe_path, r=Mark-Simulacrum 2020-09-19 11:47:31 +02:00
primitive_docs.rs Add doc alias for pointer primitive 2020-09-26 11:21:24 +02:00
process.rs Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay 2020-09-21 20:40:44 -07:00
rt.rs
time.rs