rust/src/libstd
bors c116ae35cf Auto merge of #32020 - alexcrichton:stabilize-into-ascii, r=brson
These were intended to land in stable 1.8 but were just waiting for the
implementation PR, so now they're landing. Specifically this PR stabilizes:

* `AsciiExt::into_ascii_uppercase`
* `AsciiExt::into_ascii_lowercase`
* `AsciiExt for Vec<u8>`
* `AsciiExt for String`
2016-03-06 11:16:15 +00:00
..
collections Register new snapshots 2016-02-23 07:31:16 -08:00
ffi Auto merge of #30614 - arcnmx:cstr-bytes, r=alexcrichton 2016-02-23 20:08:54 +00:00
io Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichton 2016-02-27 01:15:23 +00:00
net Fix comments and OSX build 2016-03-02 22:05:14 -08:00
num Some docs for std::num 2016-02-09 14:07:51 -05:00
os Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiyn 2016-02-22 07:08:25 +00:00
prelude mod.rs: fix typo 2016-02-10 22:30:46 -05:00
rand std: restructure rand os code into sys modules 2016-02-17 16:21:32 -08:00
sync Explicitly opt out of Sync for cell and mpsc types 2016-03-01 18:51:46 -05:00
sys Auto merge of #31945 - sfackler:net2, r=alexcrichton 2016-03-04 04:19:30 +00:00
thread std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
time std: Stabilize APIs for the 1.8 release 2016-02-29 09:05:33 -08:00
ascii.rs std: Stabilize into_* ASCII methods 2016-03-03 09:11:59 -08:00
build.rs [rustbuild] fix cross compilation of std for mips(el)-linux-musl 2016-03-03 14:50:28 -05:00
Cargo.toml rustbuild: Sync some Cargo.toml/lib.rs dependencies 2016-02-21 09:49:13 -08:00
dynamic_lib.rs Add the asmjs-unknown-emscripten triple. Add cfgs to libs. 2016-02-06 20:56:14 +00:00
env.rs doc: "ref" not needed in the example 2016-02-28 09:37:45 +02:00
error.rs
fs.rs Fixes #28528 2016-02-13 20:44:37 +01:00
lib.rs Auto merge of #30884 - durka:inclusive-ranges, r=aturon 2016-03-06 07:16:41 +00:00
macros.rs doc: concat_idents! macro: more on its limitations. 2016-02-11 04:14:03 +08:00
memchr.rs Minor spelling fixes 2016-02-09 11:52:39 -05:00
panic.rs Add into_inner to AssertRecoverSafe 2016-02-17 11:29:18 +00:00
panicking.rs
path.rs fixup #31878 2016-02-26 17:05:46 +05:30
primitive_docs.rs Add f32 and f64 examples warning 2016-02-25 10:15:13 +01:00
process.rs std: Push process stdio setup in std::sys 2016-02-10 09:28:48 -08:00
rt.rs
rtdeps.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00