summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-7/+7
2015-03-27rollup merge of #23750: murarth/ipaddr-fromstrAlex Crichton-6/+12
2015-03-27rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-16/+16
2015-03-27rollup merge of #23736: gmjosack/masterAlex Crichton-3/+2
2015-03-27rollup merge of #23651: alexcrichton/unwind-tryAlex Crichton-0/+49
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-2/+2
2015-03-27rollup merge of #23419: murarth/lookup-addrAlex Crichton-1/+57
2015-03-27default => or_insert per RFCAlexis Beingessner-5/+6
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26update everything to use Entry defaultsAlexis-8/+2
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-1/+25
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-1/+57
2015-03-26std: Stabilize BufRead::splitAlex Crichton-4/+3
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-59/+263
2015-03-26Update docs to fix various 404sGary M. Josack-3/+2
2015-03-26Revise use of conversion traitsAaron Turon-59/+9
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-7/+7
2015-03-26impl `FromStr` for `IpAddr`Murarth-6/+12
2015-03-26rustc: Remove support for old_impl_checkAlex Crichton-17/+19
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-548/+547
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-16/+16
2015-03-26Register new snapshotsAlex Crichton-111/+4
2015-03-26Auto merge of #23680 - erickt:inline, r=cmrbors-0/+113
2015-03-26Added instability markers to `POST_DROP_*` consts, and related opt-in's.Felix S. Klock II-1/+1
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-1/+1
2015-03-26Auto merge of #23711 - alexcrichton:ip-addr, r=aturonbors-21/+68
2015-03-25std: Add net::IpAddr, destabilize lookup_hostAlex Crichton-21/+68
2015-03-25Auto merge of #23695 - sae-bom:mac-android-debuginfo, r=alexcrichtonbors-0/+1
2015-03-25Speed up reading/writing slices with #[inline]Erick Tryzelaar-0/+113
2015-03-25Rollup merge of #23693 - semarie:openbsd-pathbuf-new, r=nikomatsakisManish Goregaokar-2/+2
2015-03-25Rollup merge of #23684 - tamird:ios-fallout, r=alexcrichtonManish Goregaokar-1/+1
2015-03-25Rollup merge of #23664 - bluss:std-docs, r=steveklabnikManish Goregaokar-16/+16
2015-03-25Ignore some tests on aarch64Sae-bom Kim-0/+1
2015-03-25unbreak bitrig/openbsd build after 8389253dSébastien Marie-2/+2
2015-03-24[iOS] Fallout from 8389253Tamir Duberstein-1/+1
2015-03-24Test fixes and rebase conflicts, round 2Alex Crichton-3/+7
2015-03-24Test fixes and rebase conflicts, round 1Alex Crichton-0/+2
2015-03-24rollup merge of #23638: pnkfelix/fsk-reject-specialized-dropsAlex Crichton-43/+43
2015-03-24std: Reexport std::rt::unwind::try in std::threadAlex Crichton-0/+49
2015-03-24rollup merge of #23668: alexcrichton/io-zeroAlex Crichton-30/+14
2015-03-24rollup merge of #23646: steveklabnik/doc_fileAlex Crichton-0/+74
2015-03-24rollup merge of #23630: nrc/coerce-tidyAlex Crichton-4/+7
2015-03-24rollup merge of #23592: alexcrichton/tweak-at-exitAlex Crichton-45/+64
2015-03-25Bug fixesNick Cameron-1/+2
2015-03-24Reject specialized Drop impls.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `JoinGuard<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `Queue<T>` to avoid specialized `Drop` impl.Felix S. Klock II-1/+1
2015-03-24Added `T:Send` bound to `Packet<T>` to avoid specialized `Drop` impl.Felix S. Klock II-2/+2
2015-03-24added `T:Send` bound to `Mutex<T>` to avoid specialized Drop impl.Felix S. Klock II-1/+1
2015-03-24Added `W: Writer` bound to `BufferedWriter<W>` to avoid specialized `Drop` impl.Felix S. Klock II-9/+9