about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-03-01Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`Marvin Löbel-1/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-67/+44
2016-02-27Auto merge of #31942 - bluss:iter-desugar, r=steveklabnikbors-1/+1
2016-02-27Make for loop desugaring for iterators more preciseUlrik Sverdrup-1/+1
2016-02-26Use .copy_from_slice() where applicableUlrik Sverdrup-2/+2
2016-02-26Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichtonbors-1/+13
2016-02-25Add unstable copy_from_sliceNicholas Mazzuca-1/+13
2016-02-24Auto merge of #31778 - aturon:snapshot, r=alexcrichtonbors-6/+3
2016-02-23Register new snapshotsAaron Turon-6/+3
2016-02-22Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichtonbors-9/+453
2016-02-22Correct Iterator trait documentationMichael Huynh-7/+7
2016-02-21Auto merge of #31761 - Amanieu:volatile, r=alexcrichtonbors-0/+48
2016-02-19Auto merge of #31736 - bluss:write-char, r=alexcrichtonbors-0/+4
2016-02-18Add compare_exchange and compare_exchange_weak to atomic typesAmanieu d'Antras-9/+426
2016-02-18Implement read_volatile and write_volatileAmanieu d'Antras-0/+48
2016-02-18Add intrinsics for compare_exchange and compare_exchange_weakAmanieu d'Antras-0/+27
2016-02-17fmt: Make sure write_fmt's implementation can use write_charUlrik Sverdrup-0/+4
2016-02-16Improve 'std::mem::transmute_copy' doc example.Corey Farwell-2/+18
2016-02-15Auto merge of #31663 - nodakai:cleanup-uint_module, r=alexcrichtonbors-7/+7
2016-02-15libcore/num: Remove unused macro argument.NODA, Kai-7/+7
2016-02-14Rollup merge of #31655 - ollie27:patch-4, r=steveklabnikSteve Klabnik-5/+5
2016-02-14Rollup merge of #31607 - steveklabnik:gh31599, r=brsonSteve Klabnik-2/+1
2016-02-14Fix a couple of issues in from_utf8 docsOliver Middleton-3/+3
2016-02-14Fix doc error for Utf8ErrorOliver Middleton-1/+1
2016-02-14Fix signed int checked_neg docsOliver Middleton-1/+1
2016-02-14Remove incorrect documentationSteve Klabnik-2/+1
2016-02-14Rollup merge of #31535 - Ketsuban:more-detail-in-wrapping-shift-documentation...Manish Goregaokar-0/+14
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+9
2016-02-11Auto merge of #31479 - kamalmarhubi:fmt-pointer-unsized, r=alexcrichtonbors-5/+5
2016-02-10Note rotate_{left,right} in wrapping_sh{lr} docsThomas Winwood-0/+14
2016-02-09Rollup merge of #31520 - steveklabnik:doc_num, r=alexcrichtonSteve Klabnik-1/+19
2016-02-09Rollup merge of #31516 - steveklabnik:doc_tuples, r=brsonSteve Klabnik-18/+1
2016-02-09Rollup merge of #31514 - cgar:spelling, r=alexcrichtonSteve Klabnik-2/+2
2016-02-09Properly document tuplesSteve Klabnik-18/+1
2016-02-09Some docs for std::numSteve Klabnik-1/+19
2016-02-09Minor spelling fixesCarlos E. Garcia-2/+2
2016-02-09Auto merge of #31510 - dikaiosune:master, r=blussbors-4/+4
2016-02-09Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments.Adam Perry-4/+4
2016-02-08Implement fmt::Pointer for pointers to unsized typesKamal Marhubi-5/+5
2016-02-08Remove old #[allow(trivial_casts)] annotationsAlex Crichton-8/+0
2016-02-07Auto merge of #31450 - bluss:no-null-markers, r=Gankrobors-2/+10
2016-02-06Document that Unique<T> and Shared<T> are non-nullUlrik Sverdrup-2/+10
2016-02-06Auto merge of #31410 - rkruppe:issue31109, r=pnkfelixbors-10/+30
2016-02-04drive-by doc fixesRobin Kruppe-1/+1
2016-02-04Prevent the immediate panic uncovered by #31109 and add a test.Robin Kruppe-8/+28
2016-02-04Use the right target ratio in Algorithm M quickstart.Robin Kruppe-1/+1
2016-02-03Rollup merge of #31351 - steveklabnik:gh31318, r=alexcrichtonManish Goregaokar-0/+24
2016-02-03Rollup merge of #31220 - steveklabnik:gh30632, r=nikomatsakisManish Goregaokar-0/+43
2016-02-02Rollup merge of #31346 - alopatindev:fixes, r=aturonSteve Klabnik-1/+1
2016-02-02Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste...Steve Klabnik-1/+1