rust/library
Guillaume Gomez 0d3bee8be0
Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se
Move `std::memchr` to `sys_common`

`std::memchr` is a thin abstraction over the different `memchr` implementations in `sys`, along with documentation and tests. The module is only used internally by `std`, nothing is exported externally. Code like this is exactly what the `sys_common` module is for, so this PR moves it there.
2021-05-20 17:56:46 +02:00
..
alloc Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcm 2021-05-20 00:55:27 +00:00
backtrace@221483ebaf Update backtrace to 0.3.57 2021-04-25 13:48:03 -07:00
core Auto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJung 2021-05-20 07:39:24 +00:00
panic_abort android: set abort message 2021-04-09 15:33:43 +02:00
panic_unwind Change 'NULL' to 'null' 2021-05-02 17:46:00 -06:00
proc_macro impl FromStr for proc_macro::Literal 2021-05-19 11:38:24 -07:00
profiler_builtins update cc crate 2021-05-12 00:55:03 +02:00
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se 2021-05-20 17:56:46 +02:00
stdarch@c14e98417f update stdarch 2021-05-13 15:01:09 +02:00
term
test Expose Concurrent (private type in public i'face) 2021-05-14 13:28:56 +01:00
unwind update cc crate 2021-05-12 00:55:03 +02:00