rust/src/libstd
Alex Crichton c1bb1caa11 std: Inline DefaultResizePolicy::new
This should allow us to tighten up the [codegen][example] a bit more, avoiding a
function call across object boundaries in the default optimized case.

[example]: https://play.rust-lang.org/?gist=c1179088b0f8a4dcd93a9906463f993d&version=stable&mode=release
2018-04-28 14:14:21 -07:00
..
collections std: Inline DefaultResizePolicy::new 2018-04-28 14:14:21 -07:00
ffi Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02: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 Import the alloc crate as alloc_crate in std 2018-04-12 22:52:47 +02: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 Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02: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 Rollup merge of #49906 - kennytm:stable-unreachable, r=sfackler 2018-04-24 11:57:04 +08: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 typos 2018-04-05 13:04:00 +02:00
panicking.rs std: Avoid allocating panic message unless needed 2018-04-13 07:04:24 -07:00
path.rs Auto merge of #48989 - ExpHP:path-prefix, r=dtolnay 2018-04-24 01:15:36 +00: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