rust/src/libstd
Alex Crichton f6841470f1 Revert "Implement FromStr for PathBuf"
This reverts commit 05a9acc3b8.
2018-05-02 16:39:54 -07:00
..
collections Rollup merge of #50316 - ehuss:fix-doc-links, r=frewsxcv 2018-05-01 01:18:38 +08:00
ffi Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakis 2018-04-30 22:02:33 +00:00
io Deprecate Read::chars and char::decode_utf8 2018-04-15 08:18:00 +02:00
net Auto merge of #49418 - frewsxcv:frewsxcv-network-order, r=TimNN 2018-04-01 10:09:58 +00:00
os Add doc links to std::os extension traits 2018-04-14 15:32:24 -07:00
prelude Revert "Add TryFrom and TryInto to the prelude" 2018-03-30 15:54:05 +02:00
sync stabilize #[must_use] for functions and must-use operators 2018-04-28 20:32:49 -07:00
sys Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler 2018-04-24 14:15:56 +00:00
sys_common Remove unused methods on the private Wtf8 type 2018-04-21 09:45:18 +02:00
tests Update Cargo submodule 2018-03-11 10:59:28 -07:00
thread std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
alloc.rs Replace GlobalAlloc::oom with a lang item 2018-04-22 10:08:17 -07:00
ascii.rs Deprecate the AsciiExt trait in favor of inherent methods 2018-03-21 17:54:33 +01:00
build.rs rustc: Embed LLVM bitcode by default on iOS 2018-03-13 08:29:19 -07:00
Cargo.toml Update Cargo submodule 2018-03-11 10:59:28 -07:00
env.rs Correct a few stability attributes 2018-04-05 15:39:29 +01:00
error.rs Suggest alternatives to Error::description() 2018-04-25 21:54:33 +01:00
f32.rs Move intrinsics-based float methods out of libcore into libstd 2018-04-21 09:47:37 +02:00
f64.rs Move intrinsics-based float methods out of libcore into libstd 2018-04-21 09:47:37 +02:00
fs.rs Add performance note to fs::read docs 2018-04-02 09:33:27 -07:00
lib.rs Fix an error from "unused" lint + Fix rebase 2018-05-01 17:02:18 +03:00
macros.rs Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
memchr.rs Fix inconsistent doc headings 2017-08-24 18:42:53 +02:00
num.rs Deprecate signed std::num::NonZeroI* with a call for use cases 2018-03-30 18:13:05 +02:00
panic.rs Add more links in panic docs 2018-04-29 13:45:33 +02:00
panicking.rs Add more links in panic docs 2018-04-29 13:45:33 +02:00
path.rs Revert "Implement FromStr for PathBuf" 2018-05-02 16:39:54 -07:00
primitive_docs.rs Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavus 2018-04-22 02:18:41 +00:00
process.rs Rollup merge of #49461 - andreastt:child-kill-exited, r=Mark-Simulacrum 2018-04-24 11:56:59 +08:00
rt.rs Address review comments 2018-03-19 11:41:28 +09:00
time.rs Fix doctest 2018-03-30 15:35:36 +02:00