about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-8/+6
2017-06-20Rollup merge of #42271 - tinaun:charfromstr, r=alexcrichtonCorey Farwell-0/+1
2017-06-20added `FromStr` Impl for `char`tinaun-0/+1
2017-06-20Auto merge of #42313 - pnkfelix:allocator-integration, r=alexcrichtonbors-0/+1
2017-06-16Introduce tidy lint to check for inconsistent tracking issuesest31-1/+1
2017-06-15implement Error trait for error structs added in allocator API.Felix S. Klock II-0/+1
2017-06-13Merge crate `collections` into `alloc`Murarth-10/+7
2017-05-20migrate everything to using mem::needs_dropAlexis Beingessner-0/+1
2017-04-29Update stage0 bootstrap compilerAlex Crichton-1/+0
2017-04-20Remove float_extrasJosh Stone-1/+0
2017-04-20Remove num::{Zero,One}Josh Stone-1/+0
2017-04-20Remove RefCell::borrow_stateJosh Stone-1/+0
2017-04-18Override ToOwned::clone_into for Path and OsStrScott McMurray-0/+1
2017-04-18Add functions to safely transmute float to intest31-0/+1
2017-04-12Auto merge of #40765 - pirate:patch-3, r=aturonbors-0/+11
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-0/+1
2017-04-07fix build errorsNick Sweeting-2/+3
2017-03-30tweak linksNick Sweeting-2/+2
2017-03-23add link to contribution guidelines and IRC roomNick Sweeting-3/+7
2017-03-23Add contribution instructions to stdlib docsNick Sweeting-0/+6
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-1/+1
2017-03-20Fix up various linkssteveklabnik-5/+5
2017-03-19Rollup merge of #40566 - clarcharr:never_error, r=sfacklerCorey Farwell-0/+1
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-1/+0
2017-03-17Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG...Corey Farwell-2/+2
2017-03-15Stabilize pub(restricted)Taylor Cramer-1/+1
2017-03-15Implement Error for !.Clar Charr-0/+1
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-2/+2
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