rust/library/core/src
bors 33a01e2e93 Auto merge of #110027 - nbdd0121:dieting, r=m-ou-se
Add `#[inline]` to functions that are never called

This makes libcore binary size reduce by ~300 bytes. Not much, but these functions are never called so it doesn't make sense for them to get into the binary anyway.
2023-05-09 02:41:46 +00:00
..
alloc
array Add an example that depends on is_ascii in a const 2023-05-04 14:46:17 -07:00
ascii Add the basic ascii::Char type 2023-05-03 22:09:33 -07:00
async_iter
cell replace version placeholders 2023-04-28 08:47:55 -07:00
char Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi 2023-05-04 19:18:21 +02:00
cmp
convert Add #[inline] to functions that are never called 2023-05-07 12:41:37 +01:00
ffi Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors 2023-05-05 18:40:33 +05:30
fmt Auto merge of #110027 - nbdd0121:dieting, r=m-ou-se 2023-05-09 02:41:46 +00:00
future Remove identity_future from stdlib 2023-05-07 10:52:01 +02:00
hash
intrinsics Auto merge of #110027 - nbdd0121:dieting, r=m-ou-se 2023-05-09 02:41:46 +00:00
iter Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mark-Simulacrum 2023-05-08 04:50:28 +00:00
macros enable rust_2018_idioms for doctests 2023-05-07 00:12:29 +03:00
mem clean up transmutes in core 2023-05-06 13:28:38 +02:00
net Inline SocketAddr methods 2023-05-03 11:56:55 +02:00
num Add #[inline] to functions that are never called 2023-05-07 12:41:37 +01:00
ops enable rust_2018_idioms for doctests 2023-05-07 00:12:29 +03:00
panic
prelude
ptr assume the runtime range of align_offset 2023-05-05 04:22:51 -07:00
slice Auto merge of #111296 - Sp00ph:const_gcd, r=nagisa,Mark-Simulacrum 2023-05-08 23:47:39 +00:00
str Constify [u8]::is_ascii (unstably) 2023-05-04 14:30:20 -07:00
sync replace version placeholders 2023-04-28 08:47:55 -07:00
task
unicode
any.rs
arch.rs
ascii.rs Rollup merge of #111009 - scottmcm:ascii-char, r=BurntSushi 2023-05-04 19:18:21 +02:00
asserting.rs
bool.rs
borrow.rs
cell.rs Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mark-Simulacrum 2023-05-08 04:50:28 +00:00
clone.rs
cmp.rs Add #[inline] to functions that are never called 2023-05-07 12:41:37 +01:00
default.rs
error.md
error.rs
escape.rs a bit more usize::from 2023-04-30 15:40:54 +02:00
hint.rs Rollup merge of #108416 - pat-nel87:Issue-107957-black_box_docs, r=jyn514 2023-04-26 01:55:49 -05:00
internal_macros.rs
intrinsics.rs Add #[inline] to functions that are never called 2023-05-07 12:41:37 +01:00
lib.rs Auto merge of #111222 - scottmcm:constify-is_ascii, r=thomcc 2023-05-07 14:18:05 +00:00
marker.rs Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mark-Simulacrum 2023-05-08 04:50:28 +00:00
option.rs Remove unneeded calls to mem::forget 2023-05-06 14:42:07 -07:00
panic.rs
panicking.rs handle cfg(bootstrap) 2023-04-28 08:47:55 -07:00
pin.rs
primitive.rs
primitive_docs.rs Auto merge of #106621 - ozkanonur:enable-elided-lifetimes-for-doctests, r=Mark-Simulacrum 2023-05-08 04:50:28 +00:00
result.rs replace version placeholders 2023-04-28 08:47:55 -07:00
time.rs
tuple.rs clean up transmutes in core 2023-05-06 13:28:38 +02:00
unit.rs