rust/library/alloc
Tyler Mandry c0cc91008a
Rollup merge of #79860 - rust-lang:frewsxcv-patch-2, r=jyn514
Clarify that String::split_at takes a byte index.

To someone skimming through the `String` docs and only reads the first line, the person could interpret "index" to be "char index". Later on in the docs it clarifies, but by adding "byte" it removes that ambiguity.
2020-12-10 21:33:14 -08:00
..
benches Reorder benches const variable 2020-09-29 21:39:24 +08:00
src Rollup merge of #79860 - rust-lang:frewsxcv-patch-2, r=jyn514 2020-12-10 21:33:14 -08:00
tests Rename AllocRef to Allocator and (de)alloc to (de)allocate 2020-12-04 14:47:15 +01:00
Cargo.toml add options to use optimized and mangled compiler builtins 2020-11-15 08:23:31 +01:00