rust/library/std/src
Yuki Okushi ad0a9350ad
Rollup merge of #110292 - scottmcm:sort-features-2, r=jyn514
Add `tidy-alphabetical` to features in `alloc` & `std`

So that people have to keep them sorted in future, rather than just sticking them on the end where they conflict more often.

Follow-up to #110269
cc `@jyn514`
2023-04-14 23:00:35 +09:00
..
backtrace
collections Rollup merge of #110047 - skaunov:patch-1, r=ChrisDenton 2023-04-14 23:00:34 +09:00
env
error
f32
f64
ffi
fs
io Stabilize IsTerminal 2023-04-10 17:24:23 +09:00
net fix(tcp): remove redundant format! macro call 2023-04-08 08:20:05 +10:00
num
os Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum 2023-04-13 11:21:00 +02:00
panic
path
personality Define UNWIND_DATA_REG for loongarch64 2023-04-08 00:09:54 +08:00
prelude
process
sync sync::mpsc: synchronize receiver disconnect with initialization 2023-04-08 19:57:22 +02:00
sys Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton 2023-04-14 05:57:33 +00:00
sys_common
thread
time
alloc.rs
ascii.rs
backtrace.rs
env.rs Rollup merge of #109894 - fleetingbytes:109893-var_os-never-returns-an-error, r=cuviper 2023-04-11 20:28:46 -07:00
error.rs
f32.rs Cover edge cases for {f32, f64}.hypot() docs 2023-04-13 22:41:55 +01:00
f64.rs Cover edge cases for {f32, f64}.hypot() docs 2023-04-13 22:41:55 +01:00
fs.rs
keyword_docs.rs
lib.rs Rollup merge of #110292 - scottmcm:sort-features-2, r=jyn514 2023-04-14 23:00:35 +09:00
macros.rs
num.rs
panic.rs review 2023-03-17 21:00:10 -07:00
panicking.rs Document catch_fn in r#try cannot unwind 2023-04-13 11:36:22 +01:00
path.rs
personality.rs
primitive_docs.rs Document that &T and &mut T are Sync if T is 2023-04-07 18:36:48 +00:00
process.rs
rt.rs
time.rs