about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-189/+164
2015-01-21Test fixes and rebase conflictsAlex Crichton-14/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-88/+279
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-19/+0
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-5/+5
2015-01-21rollup merge of #21392: japaric/iterAlex Crichton-0/+16
2015-01-21rollup merge of #21367: steveklabnik/remove_gateAlex Crichton-30/+0
2015-01-21rollup merge of #21157: steveklabnik/deprecationAlex Crichton-1/+1
2015-01-21rollup merge of #21053: apasel422/exactAlex Crichton-0/+5
2015-01-21Improve quality of String#to_slice() deprecation messageSteve Klabnik-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-2/+2
2015-01-21Deprecate slicing methods in favor of notationAaron Turon-91/+87
2015-01-21Stabilize Index traits and most range notationAaron Turon-100/+79
2015-01-21Auto merge of #21227 - sellibitze:core-ops-for-references, r=aturonbors-4/+92
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-88/+279
2015-01-20implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`Andrew Paseltiner-0/+5
2015-01-20also forward Iterator::size_hint()Jorge Aparicio-0/+4
2015-01-20add stability text like suggested in discussionSebastian Gesemann-4/+4
2015-01-20Register snapshot for 9006c3cFlavio Percoco-19/+0
2015-01-21Rollup merge of #21404 - japaric:hash, r=alexcrichtonBarosl LEE-0/+7
2015-01-21Rollup merge of #21386 - Diggsey:issue-21384, r=alexcrichtonBarosl LEE-4/+4
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-9/+9
2015-01-21Rollup merge of #21100 - tstorch:small_readability_update, r=alexcrichtonBarosl LEE-12/+9
2015-01-19impl Hash for arraysJorge Aparicio-0/+7
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-5/+5
2015-01-19impl Iterator for &mut Iterator and Box<Iterator>Jorge Aparicio-0/+12
2015-01-19Ranges implement Clone where possibleDiggory Blake-4/+4
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-35/+51
2015-01-18Remove associated_types gate from std::ops docsSteve Klabnik-30/+0
2015-01-17Register new snapshots.Eduard Burtescu-369/+128
2015-01-17Beef up Copy documentationSteve Klabnik-0/+98
2015-01-17Make Index trait example clearerVolker Mische-12/+10
2015-01-17Evaluate # fn in docsSteve Klabnik-17/+12
2015-01-17Remove unnecessary explicit conversions to *const Twe-9/+9
2015-01-16inline forward_xxx_xxx_binop macros as per suggestionSebastian Gesemann-25/+3
2015-01-16Fix/update core::ops module documentation w.r.t. operator traitsSebastian Gesemann-4/+12
2015-01-16Docs falloutFlavio Percoco-2/+3
2015-01-16Remove NoSend/NoSyncFlavio Percoco-0/+2
2015-01-16libcore: implement many operators for references as wellSebastian Gesemann-0/+102
2015-01-15rollup merge of #21172: brson/tupleAlex Crichton-3/+0
2015-01-15rollup merge of #21170: Diggsey/issue-21058Alex Crichton-0/+4
2015-01-15rollup merge of #21105: csouth3/kill-box-importAlex Crichton-2/+0
2015-01-15rollup merge of #21103: nagisa/result-typoAlex Crichton-7/+5
2015-01-15Allow get_tydesc intrinsic to accept unsized typesDiggory Blake-0/+4
2015-01-14Remove erroneous stability attribute.Brian Anderson-3/+0
2015-01-14Small Readability UpdateTristan Storch-12/+9
2015-01-14auto merge of #21082 : brson/rust/finally, r=alexcrichtonbors-1/+5
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-12/+12
2015-01-13Address feedbackBrian Anderson-1/+5
2015-01-13Remove unneeded box import in examplesChase Southwood-2/+0