rust/library/alloc/src
Yuki Okushi 6c6958b531
Rollup merge of #95365 - mkroening:hermit-alloc-error-handler, r=joshtriplett
Use default alloc_error_handler for hermit

Hermit now properly separates kernel from userspace.
Applications for hermit can now use Rust's default `alloc_error_handler` instead of calling the kernel's `__rg_oom`.

CC: ``@stlankes``
2022-05-14 13:42:49 +09:00
..
alloc
boxed Add ThinBox type for 1 stack pointer sized heap allocated trait objects 2022-04-08 09:00:16 -07:00
collections Warn on unused doc(hidden) on trait impl items 2022-05-08 22:53:14 +02:00
ffi Fix targets not supporting target_has_atomic = "ptr" 2022-04-14 21:53:11 +03:00
raw_vec
rc Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
sync Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
vec Rename unsigned_offset_from to sub_ptr 2022-05-11 17:16:25 -07:00
alloc.rs Rollup merge of #95365 - mkroening:hermit-alloc-error-handler, r=joshtriplett 2022-05-14 13:42:49 +09:00
borrow.rs Rollup merge of #94022 - jongiddy:cow-into-owned-docs, r=Dylan-DPC 2022-04-26 13:22:26 +02:00
boxed.rs Add a dedicated length-prefixing method to Hasher 2022-05-06 00:03:38 -07:00
fmt.rs std::fmt: Improved list of formatting macros 2022-05-01 15:27:41 +02:00
lib.rs Apply CR suggestions; add real tracking issue 2022-05-11 17:16:25 -07:00
macros.rs Allow unused rules in some places in the compiler, library and tools 2022-05-05 19:13:00 +02:00
raw_vec.rs Remove some unnecessary rustc_allow_const_fn_unstable attributes. 2022-05-13 16:01:18 +10:00
rc.rs Rollup merge of #95843 - GuillaumeGomez:improve-new-cyclic-doc, r=m-ou-se 2022-05-05 15:43:02 +02:00
slice.rs Rename unsigned_offset_from to sub_ptr 2022-05-11 17:16:25 -07:00
str.rs trivial cfg(bootstrap) changes 2022-04-05 23:18:40 +02:00
string.rs Clarify docs for from_raw_parts 2022-04-19 21:12:55 +01:00
sync.rs Auto merge of #95183 - ibraheemdev:arc-count-acquire, r=Amanieu 2022-05-06 14:53:24 +00:00
task.rs
tests.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00