about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-21/+31
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-1/+1
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-4/+6
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-17Register new snapshots.Eduard Burtescu-16/+0
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-16Don't use NoSend/NoSync in liballocFlavio Percoco-0/+160
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-1/+2
2015-01-11powerpc: Tell liballoc about power alignmentRicho Healey-1/+2
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-9/+9
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-23/+23
2015-01-07Test fixes and rebase conflictsAlex Crichton-5/+7
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-10/+20
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-0/+15
2015-01-07rollup merge of #20710: daboross/fix-stable-before-bracketAlex Crichton-3/+3
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-20/+44
2015-01-08Switch to using `Box::new` in the tests in `alloc::boxed`.Felix S. Klock II-10/+10
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Tweak String implementationsAlex Crichton-0/+15
2015-01-07Add `Box::new` method. Prereq for feature-gating `box <expr>` itself.Felix S. Klock II-0/+9
2015-01-07Fix #[stable] coming before } instead of afterDabo Ross-3/+3
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-20/+44
2015-01-07Fix warning in liballoc about unused constant MIN_ALIGN when cfg(feature = ex...John Ericson-6/+10
2015-01-07liballoc's "extern_funcs" impl mod had a duplicate and missing itemJohn Ericson-5/+4
2015-01-07Shorten cfg line lengths in liballocJohn Ericson-3/+11
2015-01-07liballoc's "external_funcs" and "external_crate" are now featuresJohn Ericson-6/+6
2015-01-07liballoc does not need liblibc under certain configurationsJohn Ericson-0/+2
2015-01-07Merge pull request #20679 from geekcraik/masterbors-1/+1
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-07Update arc.rs克雷-1/+1
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-3/+3
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-3/+3
2015-01-06Register new snapshotsAlex Crichton-23/+3
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-4/+16
2015-01-07markers -> markerNick Cameron-14/+14
2015-01-06Fallout from stabilizationAaron Turon-3/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+16
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-14/+14
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-53/+53
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+21
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-8/+8
2015-01-05rollup merge of #20560: aturon/stab-2-iter-ops-sliceAlex Crichton-6/+8
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+21
2015-01-06FalloutNick Cameron-8/+8
2015-01-05Remove i suffix in docsSteve Klabnik-53/+53
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-6/+8