about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2017-03-11Implement placement-in protocol for `HashMap`Charlie Fan-0/+1
2017-02-20Revert "Fix up links"Steve Klabnik-2/+2
2017-02-13Fix up linksSteve Klabnik-2/+2
2017-02-10Change std::panicking::try::Data into a unionwhataloadofwhat-0/+1
2017-02-07Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brsonCorey Farwell-3/+0
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-3/+0
2017-02-05Ipv6Addr <-> u128Clar Charr-1/+2
2017-02-05Rollup merge of #38983 - APTy:udp-peek, r=aturonCorey Farwell-0/+1
2017-02-04libstd/net: Add `peek` APIs to UdpSocket and TcpStreamTyler Julian-0/+1
2017-02-03Bump version, upgrade bootstrapAlex Crichton-2/+0
2017-01-16Expose a feature to force use of alloc_system, teach rustbuildAidan Hobson Sayers-4/+5
2017-01-10Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelixSeo Sanghyeon-1/+2
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+7
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-28Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`Andrew Paseltiner-1/+2
2016-12-18Implement `fmt::Debug` for all structures in libstd.Corey Farwell-0/+2
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-2/+2
2016-12-04std: Forward ExactSizeIterator::is_empty for Args, ArgsOs iteratorsUlrik Sverdrup-0/+1
2016-11-30Update the bootstrap compilerAlex Crichton-2/+0
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-2/+2
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-1/+1
2016-11-01std: Flatten the num directory to reflect the module layoutBrian Anderson-2/+2
2016-11-01Clean up and add more comments to libstd/lib.rsBrian Anderson-67/+66
2016-11-01std: Remove unused test featureBrian Anderson-1/+0
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-2/+1
2016-11-01std: Move platform-specific code out of libstd/lib.rsBrian Anderson-4/+1
2016-11-01Auto merge of #37178 - apasel422:issue-37136, r=alexcrichtonbors-0/+2
2016-10-17std::collections: Reexport libcollections's range moduleUlrik Sverdrup-0/+1
2016-10-16Implement `RefUnwindSafe` for atomic typesAndrew Paseltiner-0/+2
2016-10-12Deprecate `Reflect`Nick Cameron-1/+0
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-10-03std: Stabilize and deprecate APIs for 1.13Alex Crichton-1/+0
2016-09-28Remove stage0 hacksBrian Anderson-1/+0
2016-09-21add assert_ne and debug_assert_ne macrosAshley Williams-2/+2
2016-09-13Link test to compiler builtins and make unstableAlex Crichton-0/+1
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-0/+3
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-0/+1
2016-08-25Auto merge of #35906 - jseyfried:local_prelude, r=eddybbors-0/+5
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-0/+5
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-1/+1
2016-08-23Auto merge of #35656 - Stebalien:fused, r=alexcrichtonbors-0/+1
2016-08-18Add a FusedIterator trait.Steven Allen-0/+1
2016-08-18Fix linksNick Cameron-1/+1
2016-08-10Added an update_panic_count function to handle access to PANIC_COUNTNikhil Shagrithaya-0/+1
2016-08-08Implement `RefCell::{try_borrow, try_borrow_mut}`Andrew Paseltiner-0/+1
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-7/+8
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-12/+0
2016-06-29std: use siphash-1-3 for HashMapSean McArthur-0/+1
2016-06-09use the slice_pat hack in libstd tooAriel Ben-Yehuda-0/+12