rust/library/core/src/str
Mara Bos 835310e3cc
Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddyb
Add #[inline] to some functions in core::str.

Almost all str functions already had #[inline].
2020-11-01 11:53:29 +01:00
..
converts.rs switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable 2020-10-21 20:54:20 +02:00
error.rs Add #[inline] to the Utf8Error accessors. 2020-10-18 15:38:32 +02:00
iter.rs Add #[inline] to some core::str functions. 2020-10-18 15:39:09 +02:00
lossy.rs Move utf-8 validating helpers to new mod 2020-09-26 05:20:53 +00:00
mod.rs Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddyb 2020-11-01 11:53:29 +01:00
pattern.rs Fixed some intra-docs links in library/core 2020-09-18 07:49:29 +08:00
traits.rs Add lexicographical comparison doc 2020-10-26 22:39:43 +08:00
validations.rs Move utf-8 validating helpers to new mod 2020-09-26 05:20:53 +00:00