about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2015-01-21Revert "Use assume to inform the optimiser about refcount invariants"Alex Crichton-13/+2
2015-01-21Revert "Add assumptions that the pointer is non-null"Alex Crichton-16/+2
2015-01-21Revert "Add more explanation for why the assumes are there"Alex Crichton-9/+1
2015-01-21Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-21/+31
2015-01-21rollup merge of #21446: stepancheg/boxed-testAlex Crichton-54/+77
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-1/+1
2015-01-21rollup merge of #21437: FlaPer87/snapshotAlex Crichton-154/+0
2015-01-21rollup merge of #21418: Aatch/assume-refcountAlex Crichton-4/+37
2015-01-21rollup merge of #21392: japaric/iterAlex Crichton-0/+17
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-21/+31
2015-01-20also forward Iterator::size_hint()Jorge Aparicio-0/+4
2015-01-20Register snapshot for 9006c3cFlavio Percoco-154/+0
2015-01-20alloc::boxed: enable testStepan Koltsov-53/+77
2015-01-21Add more explanation for why the assumes are thereJames Miller-1/+9
2015-01-21Add assumptions that the pointer is non-nullJames Miller-2/+16
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Use assume to inform the optimiser about refcount invariantsJames Miller-2/+13
2015-01-19impl Iterator for &mut Iterator and Box<Iterator>Jorge Aparicio-0/+13
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-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