rust/src/libstd
Alex Crichton 83d79c6f4c rollup merge of #24350: tbelaire/cstring-doc-from-vec
It looks like `from_vec` was subsumed by new at some point,
but the documentation still refers to it as `from_vec`.

This updates the documentation for `from_vec_unchecked`
so that it properly says that it's the unchecked version of `new`.

Also, from_vec_unchecked requires a actual Vec<u8> while
new can take anything that is Into<Vec<u8>>, so I also
mention that in the documentation.

Since this is documentation:
r? @steveklabnik
2015-04-14 10:55:45 -07:00
..
collections test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
ffi rollup merge of #24350: tbelaire/cstring-doc-from-vec 2015-04-14 10:55:45 -07:00
io Auto merge of #24177 - alexcrichton:rustdoc, r=aturon 2015-04-10 16:18:44 +00:00
net Fix check for globally routable IPv4 address 2015-04-13 12:38:09 -07:00
num test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
prelude std: Remove AsSlice/Str from the prelude 2015-04-14 10:14:19 -07:00
rand rand: Delete all doc tests 2015-04-14 10:14:19 -07:00
rt Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
sync Indicate keyword in doc comment is code-like 2015-04-09 12:02:14 -07:00
sys std: Remove old_io/old_path/rand modules 2015-04-14 10:14:11 -07:00
thread test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
time Stabilize std::num 2015-03-31 07:50:25 -07:00
array.rs rustdoc: Support for "array" primitive 2015-03-23 14:02:34 -07:00
ascii.rs Test fixes and rebase conflicts, round 3 2015-03-27 16:09:54 -07:00
bool.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
dynamic_lib.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
env.rs rollup merge of #23873: alexcrichton/remove-deprecated 2015-03-31 15:54:44 -07:00
error.rs std: Stabilize the Utf8Error type 2015-04-10 16:07:46 -07:00
fs.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
lib.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
macros.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
os.rs rollup merge of #23879: seanmonstar/del-from-error 2015-03-31 15:53:39 -07:00
panicking.rs Change the rt::unwind line argument type from usize to u32. 2015-04-11 02:46:57 -07:00
path.rs Fixed with_extension documentation bug 2015-04-12 01:26:05 -04:00
process.rs test: Fixup many library unit tests 2015-04-14 10:14:19 -07:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thunk.rs Remove Thunk struct and Invoke trait; change Thunk to be an alias 2015-04-01 14:41:21 -04:00
tuple.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unit.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00