about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-88/+279
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-19Ranges implement Clone where possibleDiggory Blake-4/+4
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-35/+51
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-16Docs falloutFlavio Percoco-2/+3
2015-01-16Remove NoSend/NoSyncFlavio Percoco-0/+2
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
2015-01-13Use if-let in std::result documentationSimonas Kazlauskas-6/+4
2015-01-13Fix a typo in std::result documentationSimonas Kazlauskas-1/+1
2015-01-13std: Deprecate `finally` moduleBrian Anderson-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-12/+12
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-127/+258
2015-01-12auto merge of #20942 : nagisa/rust/shrl-impls, r=nikomatsakisbors-8/+60
2015-01-12auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakisbors-0/+3
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-127/+258
2015-01-12Feature gate #[rustc_on_unimplemented]Manish Goregaokar-0/+1
2015-01-11Rename #[on_unimplemented] -> #[rustc_on_unimplemented]Manish Goregaokar-2/+2
2015-01-11Allow any integral to be used as Shr and Shl RHSSimonas Kazlauskas-8/+60
2015-01-11Add ability to attach custom #[on_unimplemented] error messages for unimpleme...Manish Goregaokar-0/+2
2015-01-10auto merge of #20839 : alexcrichton/rust/missing-stability, r=aturonbors-0/+2
2015-01-10auto merge of #20837 : huonw/rust/remove-unused-lifetime, r=nikomatsakisbors-0/+32
2015-01-10auto merge of #20794 : sfackler/rust/trailing-attrs, r=alexcrichtonbors-3/+6
2015-01-10core: rm unused lifetime.Huon Wilson-0/+32
2015-01-09std: Mark two missing functions as #[stable]Alex Crichton-0/+2
2015-01-09Re-reduce libstd macro duplicationKeegan McAllister-2/+7
2015-01-08Forbid trailing attributes in impl blocksSteven Fackler-3/+6
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-3/+4
2015-01-08Remove warning from the libraries.Huon Wilson-3/+4
2015-01-08Improvements to feature stagingBrian Anderson-110/+110
2015-01-08Add missing module stability attributesAaron Turon-0/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-7/+14