rust/library
Duarte Nunes 9cd66be235 docs: be less harsh in wording for Vec::from_raw_parts
In particular, be clear that it is sound to specify memory not
originating from a previous `Vec` allocation. That is already suggested
in other parts of the documentation about zero-alloc conversions to Box<[T]>.

Incorporate a constraint from `slice::from_raw_parts` that was missing
but needs to be fulfilled, since a `Vec` can be converted into a slice.
2022-07-13 14:29:35 -03:00
..
alloc docs: be less harsh in wording for Vec::from_raw_parts 2022-07-13 14:29:35 -03:00
backtrace@4e5a3f7292
core Clarify that [iu]size bounds were only defined for the target arch 2022-07-11 15:08:38 +08:00
panic_abort
panic_unwind
portable-simd
proc_macro review changes 2022-06-28 09:54:29 -04:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #97841 - nvzqz:inline-encode-wide, r=thomcc 2022-07-11 09:30:54 +00:00
stdarch@28335054b1
test Fix binary name in help message for test binaries 2022-07-09 18:52:37 -04:00
unwind update cfg(bootstrap)s 2022-07-01 15:48:23 +02:00