rust/src/libstd
Stjepan Glavina d5c3becf00 Change to_owned to to_string in docs
We should teach conversion from `str` to `String` using `to_string`
rather than the legacy `to_owned`.
2017-01-13 01:57:48 +01:00
..
collections Change to_owned to to_string in docs 2017-01-13 01:57:48 +01:00
ffi Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples. 2017-01-05 09:52:14 -05:00
io Change to_owned to to_string in docs 2017-01-13 01:57:48 +01:00
net Auto merge of #38867 - alexcrichton:ignore-test-on-windows, r=brson 2017-01-12 03:13:48 +00:00
os sparc64-linux support 2016-12-30 20:46:19 -05:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
sync Replace uses of #[unsafe_destructor_blind_to_params] with #[may_dangle] 2016-12-28 17:47:10 -05:00
sys Auto merge of #38866 - alexcrichton:try-wait, r=aturon 2017-01-09 07:01:10 +00:00
sys_common Fix compile errors and such 2016-12-20 14:09:50 -08:00
thread Auto merge of #38548 - GuillaumeGomez:thread_struct_docs, r=frewsxcv 2017-01-01 22:45:02 +00:00
time Add missing Duration examples 2016-12-14 11:05:45 +01:00
ascii.rs Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
build.rs Auto merge of #38401 - redox-os:redox_cross, r=brson 2016-12-23 09:09:26 +00:00
Cargo.toml Revert libstd/Cargo.toml to master 2016-12-15 16:35:06 -07:00
env.rs libstd: define std::env::consts::ARCH for sparc64 2016-12-29 21:30:01 -05:00
error.rs Follow our own recommendations in the examples 2016-11-25 17:59:04 +01:00
f32.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
f64.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
fs.rs Auto merge of #38536 - retep998:flauschige-kaninchen, r=petrochenkov 2016-12-26 10:52:56 +00:00
lib.rs Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelix 2017-01-10 20:27:41 +09:00
macros.rs Allow writeln! without arguments, in symmetry with println! 2016-12-19 16:57:23 +01:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
panic.rs Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
panicking.rs Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
path.rs Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples. 2017-01-05 09:52:14 -05:00
primitive_docs.rs Fix typo in tuple docs 2017-01-05 01:16:37 +00:00
process.rs Auto merge of #38866 - alexcrichton:try-wait, r=aturon 2017-01-09 07:01:10 +00:00
rt.rs Revert rt.rs 2016-12-22 16:19:05 -07:00
rtdeps.rs Add support for the Haiku operating system on x86 and x86_64 machines 2016-09-25 11:12:23 -05:00