about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2015-01-07rollup merge of #20720: nick29581/assoc-ice-missingAlex Crichton-4/+33
2015-01-08Remove String impls and fix for make tidyNick Cameron-51/+0
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-47/+46
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-39/+13
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-77/+56
2015-01-07rollup merge of #20696: reem/unsized-typeidAlex Crichton-0/+13
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-8/+11
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-533/+400
2015-01-07fix the `&mut _` patternsJorge Aparicio-5/+5
2015-01-08Remove the unneeded Sized bound on TypeId creationJonathan Reem-0/+13
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Tweak String implementationsAlex Crichton-61/+13
2015-01-07use slicing sugarJorge Aparicio-42/+41
2015-01-08Show, String, Eq impls for RangesNick Cameron-4/+84
2015-01-07register new snapshotsJorge Aparicio-58/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-533/+400
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-8/+11
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-6/+55
2015-01-07Register new snapshotsAlex Crichton-71/+1