about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-03-04Rollup merge of #32036 - Seeker14491:patch-1, r=steveklabnikSteve Klabnik-1/+1
2016-03-04Rollup merge of #32035 - ubsan:master, r=blussSteve Klabnik-2/+0
2016-03-04make skip a double ended iteratorOliver Schneider-0/+11
2016-03-04Clarify ambiguous wording in fold() docsBrian Bowman-1/+1
2016-03-03`usize` is now a proper ctype, so fix cmp_sliceubsan-2/+0
2016-03-02Rollup merge of #31999 - bluss:fundamental-raw-ptr, r=eddybManish Goregaokar-5/+5
2016-03-02Rollup merge of #31989 - Kimundi:more_flexible_str_pattern_indirection, r=blussManish Goregaokar-1/+1
2016-03-02Rollup merge of #31982 - apasel422:sync, r=alexcrichtonManish Goregaokar-0/+6
2016-03-01Explicitly opt out of `Sync` for `cell` and `mpsc` typesAndrew Paseltiner-0/+6
2016-03-01Use raw pointer casts for slice, str's .as_ptr()Ulrik Sverdrup-5/+5
2016-03-01Rollup merge of #31965 - miqid:doc, r=steveklabnikSteve Klabnik-12/+12
2016-03-01Changed `std::pattern::Pattern` impl on `&'a &'a str` to `&'a &'b str`Marvin Löbel-1/+1
2016-03-01Fix broken links for core primitivesMichael Huynh-12/+12
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-27update snapshot commentsAlex Burka-4/+4
2016-02-27fix underflow in DoubleEndedIterator::next_backAlex Burka-5/+9
2016-02-27add indexing with RangeInclusive in libcore and libcollectionsAlex Burka-4/+107
2016-02-27add StepBy for RangeInclusiveAlex Burka-4/+108
2016-02-27note work still to be doneAlex Burka-6/+12
2016-02-27remove range lang itemsAlex Burka-4/+4
2016-02-27core: add inclusive ranges to core::opsAlex Burka-90/+167
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