about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2015-02-01box: into_raw, from_raw functionsStepan Koltsov-0/+88
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-32/+32
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-0/+1
2015-01-30Test fixes and rebase conflictsAlex Crichton-2/+1
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-63/+63
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-13/+16
2015-01-30Use `#[rustc_paren_sugar]` as a more extensible way of deciding whenNiko Matsakis-0/+1
2015-01-30Remove all `i` suffixesTobias Bucher-63/+63
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-10/+6
2015-01-29s/Show/Debug/gJorge Aparicio-2/+2
2015-01-29remove #[old_impl_check] now that #21363 has been fixedJorge Aparicio-4/+0
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-3/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-29Rollup merge of 21681 - japaric:no-warn, r=alexcrichtonManish Goregaokar-0/+1
2015-01-27fix #[cfg(test)] warningsJorge Aparicio-0/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-236/+186
2015-01-23grandfathered -> rust1Brian Anderson-47/+47
2015-01-23Set unstable feature names appropriatelyBrian Anderson-26/+28
2015-01-22Beef up docs for Box<T>Steve Klabnik-11/+68
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-25/+25
2015-01-21Minor fixesBrian Anderson-2/+0
2015-01-21Tie stability attributes to feature gatesBrian Anderson-3/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-73/+85
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