about summary refs log tree commit diff
path: root/src/libstd/lib.rs
AgeCommit message (Expand)AuthorLines
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-1/+7
2017-09-17Add `<*const T>::align_offset` and use it in `memchr`Oliver Schneider-0/+1
2017-09-16stabilized needs_drop (fixes #41890)Michal Budzynski-1/+0
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-0/+12
2017-09-09Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrumbors-1/+0
2017-09-08Revert "Add panic unit tests"Jacob Kiesel-1/+0
2017-09-06Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushiMark Simulacrum-0/+1
2017-09-05add feature gate doc_masked and testsQuietMisdreavus-0/+1
2017-09-05new attribute #[doc(masked)] to hide internal crates from std docsQuietMisdreavus-1/+6
2017-09-04Add panic unit testsJacob Kiesel-0/+1
2017-08-31Bring back stage0 allocator logic on MSVCAlex Crichton-2/+5
2017-08-31Update Cargo to 0.23.0 and our lockfileAlex Crichton-0/+2
2017-08-31Bump to 1.22.0Alex Crichton-10/+3
2017-08-27Whitelist unwind import in stdTatsuyuki Ishi-2/+2
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-1/+2
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-13Docs: restore link text after renaming anchorRuud van Asseldonk-2/+2
2017-08-13Replace space in Markdown link labelRuud van Asseldonk-3/+3
2017-08-13Point "deref coercions" links to new bookRuud van Asseldonk-1/+1
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-0/+1
2017-08-12Check #[thread_local] statics correctly in the compiler.Eduard-Mihai Burtescu-0/+1
2017-08-10Fix cross-crate global allocators on windowsAidan Hobson Sayers-4/+10
2017-08-10Exposed all platform-specific documentation.kennytm-0/+1
2017-08-07Make a disable-jemalloc build workAidan Hobson Sayers-0/+10
2017-07-26Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturonbors-2/+0
2017-07-25std: Stabilize the `str_{mut,box}_extras` featureAlex Crichton-1/+0
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-1/+0
2017-07-25Bump master to 1.21.0Alex Crichton-2/+1
2017-07-17Auto merge of #43055 - est31:stabilize_float_bits_conv, r=sfacklerbors-1/+0
2017-07-11use :vis in thread_local!Alex Burka-0/+1
2017-07-06remove associated_consts feature gateSean McArthur-1/+1
2017-07-06Stabilize float_bits_convest31-1/+0
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